﻿
.account_sidebar {
    width: 25%;
    float: left;
    text-align: center;
    background: #ffffff;
}

    .account_sidebar .sidebar_container {
        font-size: 0.9em;
    }

    .account_sidebar a {
        text-align: left;
        font-size: 1.25em;
        padding: 0.5em 0;
        width: 100%;
        border-left: 3px solid #ffffff;
    }

    .account_sidebar a {
        color: #4a4a4a;
        padding-left: 0.5em;
        text-decoration: none;
        display: block;
    }

        .account_sidebar a:hover {
            background: #fff;
            border-left: 3px solid #6b8e23;
        }

        .account_sidebar a.active {
            background: #f4f4f4;
            color: #808080;
            border-left: 3px solid #183792;
        }

.right_content {
    margin: 0 0 0 1em;
    width: 72%;
    float: left;
    background: #ffffff;
    height: auto;
}

    .right_content > .widebutton {
        float: right;
        margin: 1em 1em 0 0;
        font-size: 1em;
    }

    .right_content > .header {
        font-size: 1.5em;
        margin-top: 1em;
        padding: 0 0 0.5em 1em;
        border-bottom: 0.15em solid #d0d0d0;
        width: 100%;
        text-align: left;
    }

    .right_content .content_row {
        padding: 0.5em;
        font-size: 1em;
        width: 80%;
        margin: 0.5em auto 0 auto;
        text-align: left;
    }

        .right_content .content_row .title {
            font-weight: bold;
            width: 10em;
            display: inline-block;
        }

        .right_content .content_row input {
            border: 1px solid #d0d0d0;
            width: 100%;
            padding: 0.5em;
        }

        .right_content .content_row a {
            color: #183792;
            text-decoration: underline;
            font-size: 0.9em;
        }

.oneresultrow .resultheader .m_delete {
    width: 2em;
    display: table-cell;
    vertical-align: middle;
}

.accountaddress_wide_button {
    width: auto !important;
    float: right;
    margin: 1em;
    padding: 0.5em 1em;
    height: auto;
}

.one_address {
    text-align: left;
    padding: 1em;
    border-bottom: 3px solid #d0d0d0;
    background: #ffffff;
    margin-bottom: 0.5em;
}

.operation_widebutton {
    width: 8em;
}

.body .icon_font:hover:before {
    color: #183792;
}

.content > span {
    padding: 0 0 0.45em 0;
}

.social_connect > p {
    padding: 1.25em;
    font-size: 1em;
}

.social_connect .connectfb_btn {
    margin: 0 auto 1em auto;
}

 .social_connect > .social_button {
        font-family: Roboto, Helvetica Neue, Arial, sans-serif;
        width: 75%;
        margin: 0.5em auto;
        border: 0;
        height: 2.5em;
        font-size: 1.25em;
        cursor: pointer;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        border-radius: 0.2em;
    }
 .social_connect > .social_button > img {
        float: left;
        margin: 0.5em;
        height: 1.5em;
        width: auto;
    }

    .social_connect > .social_button > span {
        line-height: 2.5em;
        display: block;
    }