.lg-toolbar {
    display: block !important;
}

.lg-backdrop.in {
    opacity: 80%;
}

.lg-img-wrap img {
    border: 0.25rem solid #fff;
    /* border-bottom-width: 2rem; */
    border-radius: 4px;
    min-width: 250px;
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

/* LG footer links */
.lg-footer-logo {
    text-decoration: none;
    /* text-shadow: 0 0 5px rgba(255,255,255,0.1); */
    font-weight: bold;
    color: #903
}

.lg-sub-html a {
    text-decoration: none
}

.lg-sub-html a:hover, .lg-sub-html a:visited:hover, .lg-sub-html a:visited {
    text-decoration: none;
    color: white
}


@media only screen and (max-width: 768px) {
    .lg-sub-html {
        display: block !important;
    }
}

/* Old styles. Need cleanup */

html[data-useragent*="MSIE 10.0"] body,
html[data-useragent*="MSIE 10.0"] body * {
    font-family: sans-serif !important;
}

a.photo-check,
a.photo-check:hover,
a.photo-check:visited,
a.photo-check:visited:hover {
    display: block;
    position: relative;
    top: -1.5rem;
    font: 0.8rem Helvetica, Arial, sans-serif;
    color: #903;
    text-decoration: underline;
}

#close,
#modal {
    position: absolute;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#modal {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 8px;
}

#content {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    height: 100%;
}

#close {
    background: url(/static/images/fancy_close.png) no-repeat;
    width: 27px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    top: -7px;
    right: 0;
}

@media only screen and (min-width: 768px) {
    a.photo-check:before {
        content: url(/static/images/slogo.svg);
        display: inline-block;
        width: 105px;
        height: 16px;
        position: relative;
        top: 0.325rem;
        margin-right: 1rem;
    }
}

html body #scam_warning p a:nth-child(1):visited {
    color: navy !important;
}

@media only screen and (min-width: 640px) {
    .sidebar {
        position: relative;
    }

    #scam_warning2 {
        position: absolute;
        width: 280px;
        right: 1rem;
        z-index: 99;
        margin-right: -1px;
    }
}

.post-title {
    color: #903;
    font-size: 1.4rem
}

.post-title span {
    color: #757575;
    display: block;
    font-size: .85rem
}

.section-title {
    position: relative;
    height: 2.5rem
}

.section-title h2 {
    position: absolute;
    border: 1px solid #ccc;
    padding: .25rem .5rem;
    font-size: 9px !important;
    text-transform: uppercase;
    border-radius: 4px;
    background: white;
    z-index: 2;
    color: #555
}

.section-title .hr {
    position: absolute;
    top: .9rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #777
}

div#post-container h3.post-body-h3 {
    font-size: 12px !important;
    text-transform: uppercase;
    color: #903
}

.row#top {
    padding: 0
}

.tagline {
    margin: -4px 0 auto auto
}

@media (min-width: 960px) {
    .tagline {
        margin-top: .75rem
    }
}

@media (min-width: 860px) {
    .tagline {
        margin-top: .65rem
    }
}

.tagline p {
    margin: 0
}

@media (max-width: 641px) {
    .tagline p {
        margin: .5rem auto 1rem
    }
}

.row#top img {
    margin-top: .75rem
}

@media (min-width: 800px) {
    .row#top img {
        margin-top: .25rem
    }
}

#static_login_button {
    margin: 0
}

#form-placeholder-for-small a.button {
    margin: 0
}

#topSearchForm select, #topSearchForm input[type="text"], #topSearchForm input[type="search"] {
    background-color: white;
    border-color: #903
}

.lg-toolbar .lg-icon {
    color: #bbb
}

#modal {
    z-index: 999
}

#overlay {
    z-index: 998
}

@media only screen and (max-width: 599px) {
    div#post-services li {
        width: 96% !important
    }
}

#poster-details table td,
#poster-details table th {
  line-height: 1.6;
  vertical-align: middle;
}

#poster-details table th {
  width: 180px;
  text-align: right;
}

#poster-details table p {
  margin: 0;
}