/* =============================================================================
 *                                   Tables
 *   This should be used with bootstrap classes:
 *       <table class="table table-striped numbertable">
 *           <td scope="row"> 
 * =========================================================================== */
table.numbertable {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    border-collapse: collapse;
    border-style: solid;
    border-color: black;
    border-width: 2px;        
    text-align:center;
}

table.numbertable th {
    background-color: rgb(223, 0, 41);
    color: white;    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    padding:0px;
}

table.numbertable caption {
    background-color: rgb(223, 0, 41);
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: bold;
    padding:0px;
    text-align:center;
    border-collapse: collapse;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

table.numbertable td {
    border-right: 1px solid black;
    font-size: 8pt;
    padding:0px;
}

/* ============================================================================
 *                      Mod Header
 * Use this at top of modules as a title if desired
 * ========================================================================= */
div.modtitle {
    width:100%;
    background-color:#750000;
    color:#EEEEEE;
    font-weight:BOLD;
    padding:5px;
    margin:0;
}


