/*@media only screen and (max-width:900px) {
    #main {
        padding: 20px;
        margin-right: 0;
    }

    #side {
        float: none;
    }

    .float-panel {
        position: static !important;
    }

    .page {
        padding: 0 4px 4px;
    }
}

#header {
    background: #314f60;
    padding-top: 6px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999994;
}

    #header .small {
        margin-right: 20px;
        text-align: right;
    }

    #header a {
        color: #ddd;
        text-decoration: none;
    }

        #header a:hover {
            color: #fff;
            text-decoration: none;
        }

#footer {
    text-align: center;
    clear: both;
    padding: 30px 0;
    color: #000;
    border-top: 1px solid #ddd;
}

#forumP1 {
    float: left;
    padding: 30px 30px 30px 0;
    width: 668px;
}

#forumP2 {
    float: left;
    width: 300px;
}

#demowrap {
    background-color: #f6f6f6;
    overflow: auto;
    border-bottom: 1px solid #d6d6d6;
}

.demo {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    color: #222;
    width: 1000px;
    margin: 0 auto;
}

.black-box {
    background-color: #314f60;
    padding: 20px;
    border-top: 4px solid #999;
    color: #f7f7f7;
}

    .black-box h1, .black-box h2, .black-box h3 {
        margin-top: 0;
    }

    .black-box a {
        color: #bbb;
    }

        .black-box a:hover {
            color: #fff;
            text-decoration: none;
        }

.ucPosts a {
    text-decoration: none;
}

    .ucPosts a:hover {
        color: #333;
    }

ul.densed {
    padding-left: 20px;
}

    ul.densed li {
        padding: 0;
    }

.postWrap1 {
    border-top: 1px solid #e5e5e5;
    background: #f6f6f6;
}

.postWrap2 {
    border-top: 1px solid #e5e5e5;
    background: #fff;
    padding-top: 30px;
}

.postInner {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 20px;
}

@media only screen and (max-width:600px) {
    .postInner {
        display: none;
    }
}

.ucPosts ul {
    list-style-type: none;
    padding: 0;
}

.ucPosts li {
    list-style-type: none;
    padding: 8px 0;
    clear: both;
    white-space: nowrap;
    width: 430px;
    overflow: hidden;
}

.ucPosts div.colu {
    width: 449px;
    overflow: hidden;
}

#qaPost {
    width: 100%;
    max-width: 658px;
    padding-bottom: 40px;
    box-sizing: content-box;
}

#postArea1 {
    width: 100%;
}

.nicEdit-main p {
    margin: 12px 4px;
}

.litbox {
    border: solid 1px #dadecb;
    padding: 8px 20px;
    background-color: #f6f6f6;
}

.processing {
    background-image: url(img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.caution {
    border: solid 1px #d4d8e1;
    background: #fbfbfd;
}

.tip {
    border: dotted 1px #fc6;
    background-color: #fff8e0;
    border-radius: 3px;
}

    .tip ul {
        padding-left: 20px;
    }

.caution, .tip {
    background-position: 3px center;
    padding: 12px 10px 12px 22px;
    margin: 10px 0;
}

.code, .code1, code {
    border: dashed 1px #dadecb;
    padding: 8px 12px;
    background-color: #f6f6f6;
    font-family: Consolas,Menlo,monospace;
    font-size: 13px;
    margin: 6px auto;
    overflow: auto;
    white-space: pre-wrap;
    color: #000;
    display: block;
    line-height: 20px;
}

.indent {
    padding-left: 20px;
}

.text-btn-link {
    color: #bbb;
    font-size: 12px;
    display: inline;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.green {
    color: #074;
}

.red {
    color: #c33;
}

.gray {
    color: #999;
}

.cn {
    font-family: Consolas,Menlo,monospace;
}

.black {
    color: #000;
}

.small {
    font-size: 85%;
}

.smaller {
    font-size: smaller;
}

.small-xx {
    font-size: 64%;
}

.large {
    font-size: 1.3em;
}

.large-x {
    font-size: 2em;
}

.price {
    font-size: 18px;
    font-weight: bold;
}

.left {
    float: left;
}

.i-b {
    display: inline-block;
}

.inline {
    display: inline;
}

.right {
    float: right;
}

.zero {
    font-size: 0;
}

.clear {
    clear: both !important;
}

.nmlwt {
    font-weight: normal;
}

.col25, .col33, .col50 {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.row {
    clear: both;
}

    .row div {
        display: inline-block;
        vertical-align: top;
    }

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.col25 {
    width: 25%;
}

.col33 {
    width: 33.3333%;
}

.col50 {
    width: 50%;
}

.pad4 {
    padding: 4px;
}

.pad10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.padh20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padv20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padh30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padv30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padh40 {
    padding-left: 40px;
    padding-right: 40px;
}

.padv40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.w40 {
    width: 40px;
}

.w60 {
    width: 60px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w160 {
    width: 160px;
}

.w260 {
    width: 260px;
}

.r10 {
    margin-right: 10px;
}

.w-100 {
    width: 100%;
}

.browsers1, .browsers2 {
    display: inline-block;
    height: 17px;
    overflow: hidden;
    background-image: url(img/icons.gif);
    vertical-align: middle;
}

.browsers1 {
    width: 144px;
    background-position: -56px -148px;
}

.browsers2 {
    width: 200px;
    background-position: 0 -148px;
}

.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
    float: left;
    background-image: url(img/icons.gif);
    height: 24px;
    width: 22px;
    overflow: hidden;
    margin-right: 6px;
    outline: none;
}

.icon1 {
    background-position: 0 0;
}

.icon2 {
    background-position: 0 -24px;
}

.icon5 {
    background-position: 0 -96px;
}

.icon6 {
    background-position: 0 -120px;
}

.icon3, .icon4 {
    float: none;
    height: 22px;
    vertical-align: middle;
    background-position: 0 -47px;
    margin-right: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.icon4 {
    background-position: 0 -72px;
}

#backtop {
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(49,79,96,.84);
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
}

    #backtop:hover {
        background-color: #27cfc3;
    }

    #backtop.mcOut {
        opacity: 0;
    }

.pager {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

    .pager a.pre-nxt {
        font-size: 28px;
    }

    .pager a {
        color: #333;
        margin: 0 6px;
        text-decoration: none;
    }

        .pager a.current, div.pager a:hover {
            color: #c96;
        }

    .pager span.current {
        margin: 0 6px;
        color: #c96;
    }

.separator {
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    height: 0;
}

.author {
    text-align: right;
    padding: 10px 0;
}

.post, .post1 {
    clear: both;
    width: 662px;
    padding-bottom: 10px;
}

.rateBlock {
    float: left;
    width: 46px;
    margin-right: 16px;
    text-align: center;
}

.contentBlock {
    float: left;
    width: 600px;
    font-size: 15px;
    padding-right: 12px;
}

.post1 .rateBlock {
    margin-left: 30px;
}

.post1 .contentBlock {
    width: 570px;
    font-size: 13px;
}

.answer {
    background: #dce2f2;
}

    .answer .answerIndicator {
        background: transparent url("/Content/img/icons.gif") no-repeat 10px -214px;
        width: 50px;
        height: 30px;
        margin-top: 20px;
    }

#maintabs {
    text-align: left;
    font-size: 0;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style-type: none;
}

    #maintabs li {
        margin: 0;
        margin-right: 2px;
        padding: 0;
        display: inline;
    }

        #maintabs li a {
            padding: 0 10px;
            display: inline-block;
            font-weight: 600;
            font-size: 15px;
            line-height: 32px;
            text-decoration: none;
            color: #333;
            background: #f1f1f1;
            outline: none;
            border: 2px solid #ccc;
            border-bottom: none;
            border-radius: 5px 5px 0 0;
            position: relative;
            transition: border-color .3s linear;
        }

            #maintabs li a:link, #maintabs li a:visited {
                color: #333;
            }

            #maintabs li a:hover {
                color: #333;
                border: 2px solid #4a6a7c;
                border-bottom: none;
            }

        #maintabs li.selected a {
            color: #333;
            font-weight: bold;
            border-color: #4a6a7c;
            background: #fff;
            z-index: 3;
        }

            #maintabs li.selected a:hover {
                text-decoration: none;
                color: #000;
            }

#maintabs-panel-container {
    border: none;
    border-top: 2px solid #4a6a7c;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    outline: none;
    margin-top: -2px;
}

    #maintabs-panel-container > div {
        padding: 30px;
        display: block;
        margin: 0;
    }

    #maintabs-panel-container .inactive {
        display: none;
    }

    #maintabs-panel-container .ajaxLoading {
        background: transparent url(/tabs/rtabs/template1/loading.gif) no-repeat center center;
        height: 150px;
        width: 20px;
        font-size: 0;
        padding: 0;
        margin: 0 auto;
    }

@media only screen and (max-width:620px) {
    #maintabs {
        padding-left: 0;
        box-sizing: border-box;
        border-left: 2px solid #4a6a7c;
        border-top: 2px solid #4a6a7c;
        min-width: 300px;
    }

        #maintabs li {
            display: inline-block;
            box-sizing: border-box;
            margin-right: 0;
            width: 50%;
        }

            #maintabs li:last-child:nth-child(odd) {
                width: 100%;
            }

            #maintabs li a {
                background-color: #eee;
                border-top: none;
                border-left: none;
                border-right: 2px solid #4a6a7c;
                border-bottom: 2px solid #4a6a7c;
                display: block;
                padding: 0;
                text-align: center;
                border-radius: 0;
            }

                #maintabs li a:hover {
                    border-color: #4a6a7c;
                    background-color: #f6f6f6;
                }

            #maintabs li.selected a {
                background-color: #fff;
            }

    #maintabs-panel-container.panel-container {
        border-radius: 0;
        min-width: 300px;
        box-sizing: border-box;
        border: 2px solid #4a6a7c;
        padding: 14px;
        width: auto;
        overflow: hidden;
    }
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control {
    padding: 1px 4px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #4a6a7c;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(85,107,47,.6);
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea.form-control {
    height: auto;
}

.btn2 {
    line-height: 1;
    padding: 9px 20px;
    font-size: 1.8em;
    margin: 6px;
}

    .btn2 b, input.btn2 {
        font-size: 1.7em;
        font-weight: 400;
        font-family: Oswald;
    }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: background-color .3s;
}

    .btn:link {
        text-decoration: none !important;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        color: #333;
        background-color: #ddd;
        border-color: #ccc;
    }

    .btn-default:active {
        background-image: none;
    }

.btn-primary {
    color: #fff !important;
    background-color: #314f60;
    border-color: #1b3544;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #4a6a7c;
        border-color: #314f60;
    }

.btn-danger {
    color: #fff !important;
    background-color: #e55e39;
    border-color: #e55e39;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background-color: #ed7a5b;
        border-color: #ed7a5b;
    }

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 2px 6px;
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 6px 12px;
}

#ddmenuMst {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    letter-spacing: normal;
}

    #ddmenuMst ul {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
        font-size: 0;
        display: inline-block;
        list-style: none;
        position: relative;
        z-index: 999999994;
    }

    #ddmenuMst li {
        margin: 0;
        padding: 0;
        font-size: 15px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        position: relative;
        color: #eee;
        line-height: 44px;
        vertical-align: middle;
        transition: background-color .2s;
        outline: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        background-clip: border-box;
        border-radius: 3px 3px 0 0;
    }

    #ddmenuMst .full-width {
        position: static;
    }

    #ddmenuMst .over {
        color: #333;
        background-color: #eee;
    }

        #ddmenuMst .over.no-sub {
            color: #fff;
            background-color: #314f60;
        }

    #ddmenuMst .top-heading {
        font-weight: normal;
        white-space: nowrap;
        margin: 0 22px;
        color: inherit;
        text-decoration: none;
        display: inline-block;
        outline: 0;
        cursor: pointer;
    }

    #ddmenuMst a, #ddmenuMst a:link, #ddmenuMst a:hover {
        color: inherit;
    }

        #ddmenuMst a:hover {
            text-decoration: none;
        }

        #ddmenuMst a:focus {
            outline: 1px dotted #09f;
        }

    #ddmenuMst .caret {
        color: inherit;
        left: -18px;
        width: 0;
        height: 0;
        overflow: hidden;
        vertical-align: middle;
        margin-bottom: 2px;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        display: inline-block;
        position: relative;
    }

    #ddmenuMst .dropdown {
        width: auto;
        left: 0;
        color: #333;
        padding: 0;
        margin: 0;
        display: none;
        position: absolute;
        overflow: hidden;
        top: 100%;
        border: 1px solid #bbb;
        border-top: none;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 4px 4px rgba(0,0,0,.14);
    }

    #ddmenuMst .full-width .dropdown {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #ddmenuMst .offset300 {
        left: -300px;
        right: auto;
    }

    #ddmenuMst .right-aligned {
        left: auto;
        right: 0;
    }

    #ddmenuMst .over .dropdown {
        display: block;
    }

    #ddmenuMst .dd-inner {
        text-align: center;
        padding: 20px;
        margin: 0;
        background-color: #eee;
        white-space: nowrap;
    }

    #ddmenuMst ul ul {
        margin: 0;
        padding: 0;
        text-align: left;
        width: auto;
        background: none;
        border: none;
        display: block;
        position: static;
        z-index: 0;
        border-radius: 0;
    }

        #ddmenuMst ul ul li {
            font-size: 14px;
            padding: 6px 0;
            color: inherit;
            line-height: 1;
            margin: 0;
            display: block;
            position: static;
            background: none;
            border: none;
            transition: none;
            border-radius: 0;
        }

    #ddmenuMst .dropdown a:not(.btn) {
        color: #222;
        line-height: 1;
        text-decoration: none;
    }

    #ddmenuMst .btn2 {
        font-size: 19px;
        margin: 0;
    }

    #ddmenuMst .dropdown a:hover, #ddmenuMst .dropdown a:focus {
        text-decoration: underline;
        color: #09f;
    }

    #ddmenuMst .column {
        text-align: left;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        white-space: normal;
        width: auto;
        min-width: 200px;
        max-width: 270px;
        padding: 0 30px;
        border-right: 1px solid #333;
    }

    #ddmenuMst .dd-inner ul:last-child {
        border-right: none;
    }

    #ddmenuMst h3 {
        font-weight: 500;
        line-height: 1.1;
        margin-top: 12px;
        margin-bottom: 8px;
        font-size: 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #333;
    }

#logo {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    height: 40px;
    text-decoration: none;
}

    #logo span {
        font-family: Arial;
        font-size: 13px;
        color: #aaa;
        position: relative;
        top: -26px;
        left: -26px;
    }

#ddmenuMst .menu-icon {
    display: none;
}

@media only screen and (min-width:481px)and (max-width:900px) {
    #logo {
        padding-left: 20px;
    }

    #ddmenuMst .mayHide {
        display: none;
    }

    #ddmenuMst ul {
        width: 100%;
    }

    #ddmenuMst li {
        width: 33.33%;
        box-sizing: border-box;
        text-align: left;
        border-top: 1px solid rgba(255,255,255,.3);
        border-right: 1px solid rgba(255,255,255,.3);
        border-radius: 0;
    }

    #ddmenuMst .column li {
        width: 200px;
    }

    #ddmenuMst .full-width {
        position: relative;
    }

        #ddmenuMst .full-width .dropdown {
            width: auto;
        }

    #ddmenuMst .column {
        width: auto;
        border: none;
        padding: 0;
        display: block;
    }
}
    */
@media only screen and (max-width:480px) {
    #ddmenuMst .no-sub, #ddmenuMst .mayHide {
        display: none;
    }

    #ddmenuMst {
        padding-bottom: 6px;
    }

        #ddmenuMst ul {
            width: 100%;
            display: none;
            border-radius: 0;
        }

        #ddmenuMst li {
            position: relative;
            display: block;
            font-size: 20px;
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,.2);
            border-radius: 0;
        }

        #ddmenuMst .full-width {
            position: relative;
        }

        #ddmenuMst .dropdown {
            position: relative;
            *top: auto;
            border: none;
            border-radius: 0;
            box-shadow: none;
        }

        #ddmenuMst .offset300 {
            left: 0;
        }

        #ddmenuMst .full-width .dropdown {
            width: auto;
        }

        #ddmenuMst .dd-inner {
            margin: 0;
            background: none;
            text-align: left;
        }

        #ddmenuMst li .column {
            width: auto;
            padding: 0;
            border: none;
            display: block;
        }

        #ddmenuMst .caret {
            position: absolute;
            left: auto;
            right: 14px;
            top: 19px;
            border-width: 5px;
        }

        #ddmenuMst .menu-icon {
            font-size: 32px;
            display: block;
            position: relative;
            width: 40px;
            height: 36px;
            text-align: center;
            cursor: pointer;
            -moz-user-select: none;
            -webkit-user-select: none;
            background-color: #eee;
            border-radius: 3px;
            margin-left: 12px;
            margin-right: auto;
        }

            #ddmenuMst .menu-icon:before {
                content: "";
                position: absolute;
                top: .25em;
                left: 4px;
                width: 1em;
                height: .125em;
                border-top: .375em double #333;
                border-bottom: .125em solid #333;
                box-sizing: content-box;
            }

        #ddmenuMst .menu-icon-active {
            background-color: #333;
        }

            #ddmenuMst .menu-icon-active::before {
                border-color: #eee;
            }
}

.tooltip {
    text-decoration: none;
    border-bottom: 1px dotted #004b6b;
    color: #004b6b;
    outline: none;
}

#mcTooltip {
    line-height: 16px;
    border-width: 1px;
    color: #333;
    border-color: #bbb;
    padding: 20px;
    font-size: 12px;
    font-family: Verdana,Arial;
    border-radius: 6px;
    background-color: #f6f6f6;
}

    #mcTooltip.no-padding {
        padding: 0;
        box-shadow: 0 4px 8px rgba(0,0,0,.5);
    }

#mcTooltip, #mcttCo b {
    box-shadow: 0 1px 8px rgba(0,0,0,.5);
}

    #mcTooltip a {
        color: #069;
    }

#mcttCloseButton {
    border-radius: 4px;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    margin-top: 2px;
    background: #000;
}

    #mcttCloseButton:after {
        font: normal 38px/18px arial,sans-serif;
        color: #fff;
        top: 0;
        left: -2px;
    }

@media only screen and (max-width:736px) {
    #mcttCloseButton {
        width: 28px;
        height: 28px;
    }

        #mcttCloseButton:after {
            font-size: 48px;
            line-height: 28px;
        }
}

#mcOverlay {
    background-color: rgba(0,0,0,.5);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 4;
}

#mcTooltip img {
    border: 0;
    vertical-align: middle;
}

#mcTooltipWrapper {
    position: absolute;
    visibility: hidden;
    overflow: visible;
    z-index: 9999999999;
    top: -2000px;
}

#mcTooltip {
    float: left;
    border-style: solid;
    position: relative;
    overflow: hidden;
}

.mcTooltipInner {
    float: left;
    position: relative;
    width: auto;
    height: auto;
}

#mcttCo, #mcttCo b {
    position: absolute;
    overflow: hidden;
}

#mcTooltip, #mcTooltip div {
    box-sizing: content-box;
}

#acdn {
    visibility: hidden;
    background: #314f60;
}

    #acdn ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #acdn .top > a, #acdn .top > div {
        padding-left: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #acdn li li > a, #acdn li li > div {
        padding-left: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #acdn li li li > a, #acdn li li li > div {
        padding-left: 50px;
    }

    #acdn li > div {
        font-family: 'Lucida Grande',Geneva,Candara,Tahoma,sans-serif;
        font-weight: bold;
        font-size: large;
        color: #bbb;
    }

    #acdn .active > div {
        color: #eee;
    }

    #acdn li {
        font-family: Arial,sans-serif;
        font-size: 13px;
        padding: 0;
        cursor: pointer;
        overflow: hidden;
    }

        #acdn li.top {
            border-top: 1px solid #3a5c6f;
        }

    #acdn a {
        color: #999;
        font-weight: normal;
        font-size: 13px;
        text-decoration: none;
        display: block;
        line-height: 1;
        transition: all .3s;
    }

        #acdn a:hover {
            color: #fff;
        }

        #acdn a.active {
            color: #fff;
            background-color: rgba(255,255,255,.15);
        }

    #acdn div.caret {
        color: inherit;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 12px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-style: solid;
        border-width: 6px;
        position: relative;
        border-bottom: 6px solid transparent;
        border-right: none;
        border-left-color: initial;
        border-top-color: transparent;
    }

        #acdn div.caret.active {
            margin-bottom: 3px;
            margin-right: 6px;
            border-bottom: none;
            border-right: 6px solid transparent;
            border-left-color: transparent;
            border-top-color: initial;
        }

    #acdn li {
        -ms-user-select: none;
        -mos-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
