div.banner
{
    left: 0;
    right: 0;
    color: grey;
    background-color: black;
    /* background-image: url("../images/asap_text_bg.jpg"); */
    font-size: 15px;
    z-index: 1;
}

div.banner.desktop
{
    position: fixed;
    top: 0;
}

div.banner table
{
    width: 100%;
}

.banner .left
{
}

.banner .left img
{
    height: 60px;
    width: auto;
}

.banner .right
{
    font-weight: bold;
    text-align: right;
    font-family: Helvetica,Serif,Georgia;
    padding-right: 5px;
}

.banner .user
{
    height: 25px;
    color: gray;
    text-align: center;
}

#asap-wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -85px;
}

#asap-wrap.desktop
{
    /* Matches (.banner .left height) + (.banner .user height): */
    padding-top: 85px;
}

#browse_global
{
    margin-top: 5px;
}

.site_name, .user_name
{
    color: white;
}

.edit_icon,
    .checkmark
{
    display: inline-block;
    height: 20px;
    margin: auto;
}

.edit_icon:hover,
    .checkmark:hover
{
    cursor: pointer;
}

textarea.trans_right
{
    height: 400px;
    width: 25vw;
}

@media (min-width: 1200px)
{
    textarea.trans_right
    {
        width: 50vw;
    }
}

.error
{
    font-weight:bold;
    color:white;
    background-color:red;
}

img.upload
{
    margin-left: 20px;
}

img.sadmin
{
    /* Same as bootstrap text: */
    fill: #337ab7;
    height: 20px;
}

.modal-title
{
    display: inline-block;
    font-size: 20px;
}

.monospace
{
    font-family: Lucida Console, Courier, monospace;
}

.example
{
    color: blue;
}

.white_out
{
    color: white;
}

.indent
{
    margin-left: 20px;
}

.div_left, .div_right, .inline
{
    display: inline-block;
    vertical-align: top;
}

.footer
{
    background-color: black;
    /* background-image: url("../images/asap_text_bg.jpg"); */
    text-align: center;
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}


