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

#close, #modal {
    position: absolute
}

.placeholder img {
    border: .25rem solid #FFF;
    border-bottom-width: 1.5rem;
}

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

#modal {
    background: rgba(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
}

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
}
