.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

@media print {
    aside.sidebar {
        display: none !important;
    }
}

/*Fix menu different distances on pages*/
.overlay nav {
    position: relative;
    top: 20px;
    transform: translateY(0%);
}
/*Fix menu different distances on pages*/

.width_auto {
    width: auto !important;
}

.margin_auto {
    margin: auto !important;
}

.toc input[type="radio"],
input[type="radio"].circle {
    display: none;
}

    .toc input[type="radio"] + label.check-circle,
    input[type="radio"].circle + label.check-circle {
        display: inline-block;
        cursor: pointer;
        outline: 0;
        width: 20px;
        height: 20px;
        background: url("../i/circle-icon.png") no-repeat 0 0;
        background-size: 100% 100%;
        margin-right: 20px;
        position: relative;
        top: 4px;
    }

    .toc input[type="radio"]:checked + label.check-circle,
    input[type="radio"].circle:checked + label.check-circle {
        background-image: url("../i/circle-checked-icon.png");
    }

.rbList input[type="radio"],
.rbList input[type="radio"].circle,
.author-container input[type="radio"],
.author-container input[type="radio"].circle,
.profile-container input[type="radio"],
.profile-container input[type="radio"].circle,
.sign-up-container input[type="radio"],
.sign-up-container input[type="radio"].circle {
    display: none;
}

    .rbList input[type="radio"] + label.check-circle,
    .rbList input[type="radio"].circle + label.check-circle,
    .author-container input[type="radio"] + label.check-circle,
    .author-container input[type="radio"].circle + label.check-circle,
    .profile-container input[type="radio"] + label.check-circle,
    .profile-container input[type="radio"].circle + label.check-circle,
    .sign-up-container input[type="radio"] + label.check-circle,
    .sign-up-container input[type="radio"].circle + label.check-circle {
        display: inline-block;
        cursor: pointer;
        outline: 0;
        width: 20px;
        height: 20px;
        background: url("../i/circle-icon.png") no-repeat 0 0;
        background-size: 100% 100%;
        margin: 0 10px 0 60px;
        position: relative;
        top: 0px;
    }

    .rbList input[type="radio"]:checked + label.check-circle,
    .rbList input[type="radio"].circle:checked + label.check-circle,
    .author-container input[type="radio"]:checked + label.check-circle,
    .author-container input[type="radio"].circle:checked + label.check-circle,
    .profile-container input[type="radio"]:checked + label.check-circle,
    .profile-container input[type="radio"].circle:checked + label.check-circle,
    .sign-up-container input[type="radio"]:checked + label.check-circle,
    .sign-up-container input[type="radio"].circle:checked + label.check-circle {
        background-image: url("../i/circle-checked-icon.png");
    }

.country-input-details .xs-5,
.country-input-details .xs-4,
.country-input-details .xs-3 {
    margin-bottom: 10px;
}

.no_last_border li:last-of-type {
    border-bottom: none !important;
}

.a_btn {
    font-size: 14px;
    font-weight: 400;
    width: auto;
}

.hidden_file_upload {
    display: none;
}

.message_fix {
    padding: 0px !important;
    position: inherit !important;
}

/* Alert */
.alert-message {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 5px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    animation: animate-bg 5s linear infinite;
    text-align: center;
    z-index: 99999999;
}

.msg-info {
    background-color: #2ca5aa;
    border-color: #ffffff;
}

.msg-error {
    background-color: #de4343;
    border-color: #c43d3d;
}

.msg-warning {
    background-color: #eaaf51;
    border-color: #d99a36;
}

.msg-success {
    background-color: #61b832;
    border-color: #55a12c;
}

.alert-message h3 {
    margin: 0 0 5px 0;
}

.alert-message p {
    margin: 0;
}

.alert-message span.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -8px;
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px 0;
    }
}

@-moz-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px 0;
    }
}

/* end alert */

.tt-edit {
    font-size: 14px;
    font-weight: 400;
    padding: 4px 14px;
    position: absolute;
    right: 10px;
}

.advanced-results .search-block a {
    text-decoration: none;
}

.advanced-results .detail-link a, .search-overlay .detail-link a {
    text-decoration: none;
    color: #C7C1C1;
    font-weight: 700;
    font-size: 13px;
}

    .advanced-results .detail-link a:hover, .search-overlay .detail-link a:hover {
        color: #01a37e;
    }



.breadcrumbs ul li a {
    color: #01a37e;
    font-size: 12px;
    text-decoration: none;
}

    .breadcrumbs ul li a:hover {
        color: #00705b;
    }


.advanced-search .dropdown {
    font-weight: 400;
    font-size: 16px;
    color: #01a37e;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
}

    .advanced-search .dropdown option {
        width: 350px;
        z-index: 1;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        color: #C7C1C1;
        font-weight: 300;
        background-color: #ffffff;
    }

.content-list li ul.calculator {
    list-style: none;
    margin: 0 0 0 0;
}

    .content-list li ul.calculator li {
        width: auto;
    }

a.grey-block {
    text-decoration: none;
}

.metric-converter-container .click-nav ul.sub li {
    width: 100%;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.metric-converter-container .click-nav ul li {
    list-style: none;
}

.metric-converter-container .click-nav ul.sub {
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.4);
}

    .metric-converter-container .click-nav ul.sub li {
        z-index: 1;
    }

        .metric-converter-container .click-nav ul.sub li a {
            background-color: #ffffff;
        }

.metric-converter-container .click-nav ul li a {
    padding: 12px 0 12px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #01a37e;
    text-decoration: none;
}

.metric-converter-container.click-nav ul li .sub a {
    font-weight: 300;
}

.metric-converter-container .click-nav img {
    top: 20px !important;
    right: 20px;
    left: auto;
}

.metric-converter-container .input-container {
    margin: 10px 0;
}

.textarea {
    background-color: #f0f0f0;
    border: 2px solid transparent;
    padding: 15px 0 0 20px;
    width: 100%;
}

.profile-container .right-side textarea {
    width: 350px;
}

.textarea-container {
    height: auto !important;
}

.search-header {
    margin-left: 25px;
}

.trademark-small {
    font-weight: 100;
    font-size: 10px;
    vertical-align: super;
}

.map-legend li {
    padding: 0px;
}

.reference, .reference a {
    font-size: 14px;
    line-height: 24px;
}

.sub-text a {
    color: #C7C1C1 !important;
    font-weight: 400;
    font-style: italic !important;
    font-size: 14px;
    padding-right: 0px !important;
    text-decoration: underline !important;
}

.calculator-form-text {
    right: auto;
    margin-left: 10px;
}

/*
.kp-content ul, .newsletter-content ul {
    padding: 10px 0 10px 40px;
    list-style: none;
}

.kp-content ul li, .newsletter-content ul li {
    padding: 0px 0;
    text-indent: -4px;
    font-size: 16px;
}

.kp-content ul li:before, .newsletter-content ul li:before {
    content: url("/i/00-dot-icon.png");
    position: relative;
    top: -3px;
    left: -15px;
    float: left;
	height: 15px;
}

.kp-content ul ul li:before {
    content: url("/i/level-two-dot.png");
	height: 15px;
}
*/

.kp-content ol.upperAlpha, .kp-content ol.upperalpha {
    list-style-type: upper-alpha;
}

.kp-content ol.lowerAlpha, .kp-content ol.loweralpha {
    list-style-type: lower-alpha;
}

.kp-content ol.upperRoman, .kp-content ol.upperroman {
    list-style-type: upper-roman;
}

/* Autocomplete suggestions (ContentSearchResult.aspx) */
.search-suggest-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin: 4px 0 0 0;
    padding: 6px 0;
    list-style: none;
    max-height: 320px;
    overflow-y: auto;
    z-index: 2000;
    min-width: 260px;
}

.search-suggest-box .suggest-item {
    padding: 8px 12px;
    line-height: 1.35;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-suggest-box .suggest-item:hover,
.search-suggest-box .suggest-item.active {
    background: #f5f7f8;
    color: #01a37e; /* brand green */
}

.search-suggest-box .empty-state {
    padding: 8px 12px;
    color: #8a8a8a;
    font-size: 14px;
}

.kp-content ol.lowerRoman, .kp-content ol.lowerroman {
    list-style-type: lower-roman;
}

.kp-content ul.square {
    list-style-type: square;
}

.kp-content ul.disc {
    list-style-type: disc;
}

.kp-content ul.Disc {
    list-style-type: disc;
}

.kp-content ul.circle {
    list-style-type: circle;
}

.kp-content ul.decimal {
    list-style-type: decimal;
}

.kp-content ul, .kp-content ol {
    padding: 0 0 0 40px;
    word-wrap: break-word;
}

.newsletter-content ol.upperAlpha, .newsletter-content ol.upperalpha {
    list-style-type: upper-alpha;
}

.newsletter-content ol.lowerAlpha, .newsletter-content ol.loweralpha {
    list-style-type: lower-alpha;
}

.newsletter-content ol.upperRoman, .newsletter-content ol.upperroman {
    list-style-type: upper-roman;
}

.newsletter-content ol.lowerRoman, .newsletter-content ol.lowerroman {
    list-style-type: lower-roman;
}

.newsletter-content ul.square {
    list-style-type: square;
}

.newsletter-content ul.disc {
    list-style-type: disc;
}

.newsletter-content ul.Disc {
    list-style-type: disc;
}

.newsletter-content ul.circle {
    list-style-type: circle;
}

.newsletter-content ul.decimal {
    list-style-type: decimal;
}

.newsletter-content ul, .newsletter-content ol {
    padding: 0 0 0 40px;
}

.dynamic_content ol.upperAlpha, .dynamic_content ol.upperalpha {
    list-style-type: upper-alpha;
}

.dynamic_content ol.lowerAlpha, .dynamic_content ol.loweralpha {
    list-style-type: lower-alpha;
}

.dynamic_content ol.upperRoman, .dynamic_content ol.upperroman {
    list-style-type: upper-roman;
}

.dynamic_content ol.lowerRoman, .dynamic_content ol.lowerroman {
    list-style-type: lower-roman;
}

.dynamic_content ul.square {
    list-style-type: square;
}

.dynamic_content ul.disc {
    list-style-type: disc;
}

.dynamic_content ul.Disc {
    list-style-type: disc;
}

.dynamic_content ul.circle {
    list-style-type: circle;
}

.dynamic_content ul.decimal {
    list-style-type: decimal;
}

.dynamic_content ul, .dynamic_content ol {
    padding: 0 0 0 40px;
}

.dynamic_content .content-list {
    padding: 0 0 0 0;
}

.dynamic_content_editor .definition {
    display: block;
}

#content_area ol ul {
    list-style-type: disc;
}


.newsletter-content h3 {
    font-size: 16px;
}

.newsletter-content .tags ul {
    padding: 0px;
    list-style: none;
}

    .newsletter-content .tags ul li {
        text-indent: 0px;
    }

        .newsletter-content .tags ul li:before {
            content: none;
            position: relative;
            top: -3px;
            left: -15px;
            float: left;
        }

.kp-content p {
    padding: 0px 0px;
}

.kp-content .lowerAlpha {
    list-style-type: lower-alpha;
}

section .ok-icon {
    background: url("../i/checkmark.png") no-repeat 0 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
    background-size: 100% 100%;
}

.main-tooltip {
    display: block;
    position: absolute;
    /*padding: 2px 10px;*/
    content: attr(title);
    width: auto;
    height: auto;
    white-space: nowrap;
    top: -45px;
    background: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
    left: -50px;
    max-width: 350px;
    white-space: inherit;
    line-height: 13px;
    text-align: left;
    padding: 15px;
    z-index: 1;
}

    .main-tooltip div:before {
        position: absolute;
        display: block;
        content: "";
        border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
        border-style: solid;
        border-width: 10px;
        height: 0;
        width: 0;
        position: absolute;
        bottom: -20px;
        left: 40%;
    }

.dhtmltooltip {
    display: block;
    position: absolute;
    left: -300px;
    width: 350px;
    border: 1px solid #61B161;
    padding: 8px;
    background-color: #E8F4E8;
    z-index: 100;
}

.dhtmltooltip * {
    word-break: break-word;
}

/*.dhtmltooltip::after {
      top: -10px;
    left: 72px;
    border-color: #666 transparent;
    border-width: 0 10px 10px;
    }*/

.dhtmltooltip, .arrow:after {
    background: #E8F4E8;
    border: 1px solid #61B161;
}

.arrow {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        background: none;
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 25%;
    }

    .arrow.right {
        right: 25%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

span.tip {
    border-bottom: 3px double green;
    color: green;
    cursor: pointer;
}

* html span.tip {
    padding: 0 0 1px 0;
}

    span.tip span.tip {
        border-bottom: none;
    }

a span.tip {
    text-decoration: none;
}

dl.glossaryTerm {
    font-size: 11px;
    margin: 5px;
}

    dl.glossaryTerm dt {
        font-weight: 700;
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 4px;
    }

    dl.glossaryTerm dd {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 4px;
    }

        dl.glossaryTerm dd img {
            padding: 5px;
        }

h3 span.tip {
    visibility: visible;
}

.p-table-cell {
    font-weight: 400;
    padding: 10px 20px 10px 20px;
}

.go-to-page a:hover {
    color: #00705b;
}

input[type=password]:focus {
    background-color: #ffffff;
    border: 2px solid #01a37e;
}

.toc-table td.plain, .signup-table td.plain {
    color: #24282C;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.position-initial {
    position: initial;
}

@media (max-width: 700px) {
    .contact-form .input-container,
    .author-container .input-container,
    .profile-container .input-container,
    .sign-up-container .input-container,
    .forgot-login .input-container,
    .language-select .input-container {
        margin: 0 0 10px;
    }
}

@media (min-width: 700px) {
    .login-body {
        padding-top: 40px;
    }

    .desktop-margin-bottom-20 {
        margin-bottom: 20px !important;
    }
}

.img-max-100 {
    max-height: 100px;
    max-width: 100px;
}

.margin-0 {
    margin: 0 !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.disclaimer {
    color: #B4B4B4;
    text-decoration: underline;
    font-weight: bold;
}

.new-updated {
    max-height: 15px;
}

.popup-print:hover span {
    left: -10px;
}

.popup-author:hover span {
    left: -70px;
}

section .row-border {
    border-bottom: none;
}

.toc-table, .signup-table {
    border-top: 1px solid #e5e6e7;
}

.newsletter .content-list li {
    list-style: none;
    padding-top: 22px;
}

.newsletter .content-list .tags li {
    padding: 0px;
}

h3.background-title {
    font-size: 30px;
    margin: 15px 0 8px 0;
}

.h3 {
    color: #01a37e;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 30px 0 8px 0;
}

.kp-content table {
    overflow-x: hidden;
    width: 100%;
    border: 1px solid #d6d7d8;
    background-color: #FAFAFA;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .kp-content table tr {
        border-bottom: 1px solid #d6d7d8;
    }

    .kp-content table td {
        padding: 12px;
        border-right: 1px solid #d6d7d8;
        vertical-align: top;
    }

    .kp-content table th {
        background-color: #ffffff;
        font-weight: bold;
        text-align: left;
    }

.click-nav .dropdown dd ul {
    color: #01a37e;
}

input.small-input {
    border: 2px solid #24282C;
}

.toc-table td.plain, .signup-table td.plain {
    font-size: 14px;
    line-height: 24px;
}

/*.bulleted-line:before {
    content: url("../i/00-dot-icon.png");
    position: relative;
    top: -3px;
    left: -15px;
    max-width: 9px;
    max-height: 6px;
}*/

.print-kp, .print-kp ul li, .print-kp ol li, .print-kp a {
    font-size: 13px;
    line-height: normal;
}

    .print-kp h1, .print-kp h2, .print-kp h3, .print-kp h4, .print-kp h5 {
        line-height: normal;
    }

    .print-kp h4, .print-kp h5 {
        font-size: 15px;
    }

    .print-kp ul, .print-kp ol {
        padding: 0 0 0 40px;
    }

    .print-kp hr {
        margin: 0;
    }

..print-kp br {
    display: none;
}

footer.print-kp {
    padding: 0;
}

    footer.print-kp p {
        font-size: 8pt;
    }

    footer.print-kp .copyright {
        font-size: 8pt;
    }

#tellafriend .input-container.right-side, #tellafriend .message textarea {
    clear: none;
}

#tellafriend .right-form {
    padding-right: 0px;
}

.check-box label.check-circle:first-of-type {
    margin-left: 0 !important;
}

.check-box label, .check-box p {
    float: left;
}

.check-box p {
    padding: 0;
}

.input-container-checkbox {
    height: 25px !important;
}

@media (max-width: 768px) {
    .forgot-form input[type="submit"] {
        margin: 20px 0 60px 0;
        float: right;
    }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #A9A9A9 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #A9A9A9 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #A9A9A9 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #A9A9A9 !important;
}

.padding-10 {
    padding: 10px;
}

.profile-container .right-side input,
.profile-container .right-side .click-nav ul li {
    width: 300px;
}

.advanced-search .right-side input,
.advanced-search .right-side .click-nav ul li {
    width: 350px;
}

.height-50 {
    height: 50px;
}

.no-wrap {
    white-space: nowrap;
}

.toc-plain,
.toc-plain td {
    color: #24282c;
}

.profile-container-full .right-side {
    width: 50%;
}

    .profile-container-full .right-side input,
    .profile-container-full .right-side textarea,
    .profile-container-full .right-side .check-box {
        float: right;
    }

.textarea-required:after {
    left: 340px;
    position: relative;
    top: 20px;
}

.dropdown-required:after {
    content: " *";
    position: absolute;
    top: 13px;
    right: 35px;
    color: #01a37e;
}

.dropdown-required-error dl {
    border: 2px solid #D0021B !important;
}

.dropdown-required-error:after {
    color: #D0021B;
}

.contact-error-margin-top {
    margin-top: 40px;
    margin-bottom: 0;
}

.width-100p {
    width: 100%;
}

.font-weight-400,
.font-weight-400 a {
    font-weight: 400;
}

.sidebar .links {
    padding: 50px 30px 20px 30px;
}

.sidebar .links-with-border {
    padding: 20px 30px 20px 30px;
    border-bottom: 1px solid #E5E6E7;
}

/*
.dynamic_content .bulleted-list li {
    padding: 0;
}

.dynamic_content .bulleted-list li:before {
    top: 3px;
}
*/

.max-width-auto {
    max-width: none;
}

textarea {
    border: 2px solid transparent;
}

    textarea:focus {
        background-color: #ffffff !important;
        border: 2px solid #01a37e !important;
    }

.map-legend li .circle-2 {
    background-color: #01a37e;
}

.map-legend li .circle-3 {
    background-color: #8cd2b4;
}

.legend-subtext {
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    color: #a0a0a0;
    padding-top: 15px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.width-95p {
    width: 95px;
}

.calculator-click-nav .dropdown dt div {
    height: 36px;
    padding: 6px 0 6px 20px;
}

.ul-disc {
    list-style-type: disc;
}

.ul-circle {
    list-style-type: circle;
}

.ul-square {
    list-style-type: square;
}

.ul-disc li {
    list-style: disc !important;
}

.ul-circle li {
    list-style: circle !important;
}

.ul-square li {
    list-style: square !important;
}

.focused-input {
    background-color: #ffffff !important;
    border: 2px solid #01a37e !important;
}

.btn-lighter {
    background-color: #40A08A;
}

.handoutcollections .tabbed-list .content-list {
    margin: 15px -10px 10px;
}

.orange a, .orange a:hover {
    color: #f7941d;
    font-weight: 700;
}

.invisible {
    opacity: 0.0;
}

@media (min-width: 992px) {
    section.calculator-width {
        width: 800px;
    }
}

.handoutcollections .content-list li {
    clear: both;
}

/*.fluid-left.hoc {
    width: 82%;
}*/

/*@media all and (max-width: 1250px) {
    .fluid-left.hoc {
        width: 92%;
    }
}*/

.dash-btm .twitter-box span {
    display: initial;
}

.icon-container-multiple {
    position: relative;
}

.content-list.trending ol li {
    list-style: decimal
}

.content-list.trending li p, .content-list.trending li p a {
    font-size: inherit;
    font-weight: inherit;
    margin-right: inherit;
    line-height: inherit;
}

.highlightedText {
    background-color:#ffff00
}

 .kp-content.pq-strat  ol li {
            padding-top: 0px;
        }

.kp-content.pq-strat p {
            padding: 0px;
        }
.kp-content.pq-strat h4  {
            margin-top: 0px;
        }
.kp-content.pq-strat h3, h1, h4 {
            margin-bottom: 0px;
        }

.kp-content h4.kpp-title {
            color: #00705b;
            margin-bottom: 0;
            font-weight: 700;
        }

.kp-content h4.kpp-title-after {
            margin-top: 0;
        }

.no-bold {
    font-weight: 100;
}


.highlight-text {
    background-color : yellow;
}

.collapsed-div .content
{
    display: none;
}
.collapsed-div .toggle a
{
    background-image: url(/img/clsfile0.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.toggle a
{
    background-image: url(/img/opnfile0.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.uncategorized li.question:first-of-type .star-container img.star-swap {
    top: 15px;
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -60px 0;
    }

}
