/**
 * STYLE SHEET :: HOMEPAGE
 *
 * Specifies styles specific to homepage
 */

.case {
    margin-bottom: 10px;
    border: 1px solid #EEE;
    padding: 0.8em 1.0em 0.2em 1.0em !important;
    padding: 0.7em 1.0em 0.2em 1.0em;
    background-color: #EEE;
    }

    .case h2 {
        margin: 0 0 8px 0;
        font-size: 12px;
        font-weight: bold;
        color: #006;
        }

/*
    .case p {
        font-size: 11px;
        line-height: 1.4em;
        }
*/


