@media screen {

    /*** Site Specific ***/



    /*** Box styles ***/
    .attention {
        padding: 10px;
        border-right: #c8ee45 1px solid;
        border-top: #c8ee45 1px solid;
        border-left: #c8ee45 1px solid;
        border-bottom: #c8ee45 1px solid;
    }



    .doctable {
        background-color: #d4e7f0;
        padding: 3px;
    }
}
