
[am-lightbox~="setborder"] {
    padding: 15px;
}

#lightcase-case { background: #fff; }

[am-lightbox~="wrapper"] {
    width: 100%;
    max-height: 900px;
    overflow-y: auto;
}

@media only screen and (min-width: 0) and (max-width: 767px) {

    [am-lightbox~="wrapper"] {
        overflow-y: scroll !important;
    }

}

[am-lightbox~="wrapper"] { text-shadow: none; }

[am-lightbox~="header"] {

    height: 70px;
    width: 100%;

    border-bottom: 1px solid #e5e5e5;

    padding-left: 85px;
    padding-bottom: 10px;

    background: #995100 url(/uploaded-files/global/logo-circle-nha.png) no-repeat 20px center;
    background-size: auto 50px;

    color: #fff;
    font: bold 26px/70px "Open Sans Condensed", Helvetica, Arial, sans-serif;

}

[am-lightbox~="body"] {
    background: #eae9d3;
}

[am-lightbox~="form"] {
    padding: 20px;
    font: normal 15px/28px "Droid Sans", Helvetica, Arial, sans-serif;
    color: #444;
}

[am-lightbox~="intro"] { padding-bottom: 20px; }

[am-lightbox~="intro"] ul,
[am-lightbox~="intro"] ol {
    margin: 20px 0 0 20px;
    padding: 0;
    list-style: none;
}

[am-lightbox~="intro"] ol { counter-reset: li; }

[am-lightbox~="intro"] ol > li {
    position: relative;
    margin: 0 0 6px 40px;
    padding: 8px;
    list-style: none;
    background: none;
    counter-increment: li;
}

[am-lightbox~="intro"] ul > li {
    position: relative;
    margin: 0 0 6px 0;
    padding: 8px;
    list-style: disc;
    background: none;
}

[am-lightbox~="intro"] ol > li:before {
    content: counter(li);
    position: absolute;
    top: 10px;
    left: -40px;
    width: 32px;
    height: 36px;
    color: #fff;
    font: bold 20px/36px "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: center;
    background: #9a5107;
    border-radius: 4px;
}

[am-lightbox~="intro"] a { color: #995109; }

[am-lightbox~="intro"] li ol, [am-subpage~="text"] li ul { margin-top:6px; }

[am-lightbox~="intro"] ol ol li:last-child { margin-bottom:0; }

[am-lightbox~="row"] { padding: 15px 0; }

[am-lightbox~="border-top"] { border-top: 1px solid #C8C7B6; }

[am-lightbox~="border-bottom"] { border-bottom: 1px solid #C8C7B6; }

/*[am-lightbox~="row"] .nothanks { padding-left: 5px; }*/

.lightcase-contentInner { max-height: 100% !important; }
