
h2#tablehead {
    font-family: HelveticaNeue, Arial,Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-top: 0px;
    color: rgb(0, 139, 216);
}

h3 {
    font-family: 'suecasans-semibold';
    font-size: 15px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: 0px;
    text-align: left;
}


h3#tablesubhead {
    font-family: 'suecasans-semibold';
    font-size: 15px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: 0px;
    text-align: left;
}

note {
    font-family: 'suecasans-regular';
    font-size: 12px;    
    color: rgb(0, 0, 0);
    margin: 0;
}


th#tableheadings {
    font-family: 'suecasans-semibold';
    font-size: 12px;
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: left;
}


#datatable .firstcolumn-detail {
    font-family: 'suecasans-semibold';
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}


#datatable .firstcolumn {
    font-family: 'suecasans-semibold';
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

a#tableheadings {
    font-family: 'suecasans-semibold';
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

a#tableheadings:focus {
    font-family: 'suecasans-semibold';
    font-size: 12px;
    font-weight: bold;
    color: rgb(153, 0, 0);
    line-height: 1;
}

a#tableheadings:visited {
    font-family: 'suecasans-semibold';
    font-size: 12px;
    font-weight: bold;
    color: rgb(153, 0, 0);
    line-height: 1;

}

body {
    font-family: 'suecasans-regular';
    font-size: 12px;12px;0, 0, 0);
    line-height: 1;
    margin-top: 0px;
}




/* label is for search box font*/
label, #datatable_info {
    font-family: 'suecasans-regular';
    font-size: 11px;
    color: rgb(0, 0, 0);
    line-height: 1;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

#tablesource {
    font-family: 'suecasans-regular';
    font-size: 11px;
    color: rgb(0, 0, 0);
    line-height: 1;
    padding-right: 5px;
    text-align: right;
    padding-left: 5px;
}

a#tablesource {
    font-family: 'suecasans-regular';
    font-size: 11px;
    color: rgb(153, 0, 0);
    line-height: 1;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    float:left;
}

a#tablesource:focus, a#tablesource:visited {
    font-family: 'suecasans-regular';
    font-size: 11px;
    color: #428bca;
    line-height: 1;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    float:left;
}


a#datatable_next, a#datatable_previous, a.paginate_button {
    font-family: 'suecasans-regular';
    font-size: 11px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    line-height: 1;
}

/* specifications for search box at top of datatables pages */
input[type="search"] {
    width: 200px;
}
    
.row-data {
    font-size: 12px;
    color: rgb(0, 0, 0);
    line-height: 1;
    margin-top: 0px;
}

tbody td {
    padding: 0px 0px;
    font-size: 12px;
}

#datatable{
    empty-cells: show;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th{
    background-color: rgb(229, 243, 251);
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #CBCBCB;
}

.table-bordered {
    border-top: solid 1px #000;
    border-right: 0px;
    border-bottom: solid 1px #000;
    border-left: 0px;
}


.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td{
    border: 0px;
    border-top: : 0px;
    border-right: solid 1px #BBBDBF;
    border-bottom: 0px;
    border-left: 0px;  

}


.table-bordered>thead>tr>th{
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
}



br{
    line-height: 3px;
}

#return-button {
    margin-top: 5px;
    
    margin-bottom: 5px;
    font-size: 20px;
}

a#return-button {
    text-decoration: none;
}

img {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
