body {
    background-color: #ffffff;
    background-image: none;
}

div.clear {
    clear: both;
}

#logo-bar {
    margin: 0 auto;
    width: 100%;
    border-top: 5px solid #145066;
    border-bottom: 1px solid #B8D1DA;
    padding: 0.8em 0;
}

#logo-container {
    float: left;
    margin-right: 30px;
}

#case-info {
    padding-right: 10px;
}

#case-info h1, #case-info h2 {
    font-size: 10px;
}

#case-info h2 {
    font-weight: normal;
}

#shield-container {
    margin-left: 1em;
    display: inline-block;
    height:43px; 
    width:63px; 
    background-image: url('/DocketBirdLogoSmall2.gif');
    background-size: 63px 43px;
}

#mainContainer {
    top: 74px;
    background-color: #E5F8FF;
}

#document-full-text-outer {
    text-align: center;
    border-top: 1px solid black;
}

#document-full-text-outer h3 {
    padding: 30px 0;
}

#document-full-text {
    margin: 0 auto;
    max-width: 600px;
    text-align: left;
    word-wrap: break-word;
}




/********************************
    Anything larger than 550px wide.
********************************/


@media only screen and (min-width : 550px) {

    /* DocketBird Logo */
    #shield-container {
        margin-left: 1em;
        display: inline-block;
        height:75px; 
        width:110px; 
        background-image: url('/docketbird-logo.jpg');
        background-size: 110px 75px;
    }

    #case-info h1, #case-info h2 {
        font-size: 12px;
        line-height: 19.4px;
    }

    #mainContainer {
        top: 105px;
        background-color: #E5F8FF;
    }
}

