/* Add your CSS here */

figure { 
    display: block;
    border:none;
}



.DBstatsTable {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.DBstatsTable thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: ##f2f2f2;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
.DBstatsTable tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}
.DBstatsTable tbody tr:nth-child(odd) {
    background-color: #fff;
}
.DBstatsTable tbody tr:nth-child(even) {
    background-color: #EEF7EE;
}
.DBstatsTable tbody td {
    border-left: none;
    border-right: none;
}



.studytable { 
color: #000; /* Lighten up font color */
font-family: Helvetica, Arial, sans-serif; /* Nicer font */
width: 700px; 
border-collapse: 
collapse; border-spacing: 0; 
}

.studytable td  { 
border: 1px solid #CCC; 
height: 20px; width: 200px;
}

.studytable th { 
border: 1px solid #CCC; 
height: 20px; width: 200px;
}


.studytable th {
background: #ccc; /* Light grey background */
font-weight: bold; /* Make sure they're bold */
text-align: center;
}

.studytable td {
background: #fff; /* Lighter grey background */
text-align: center; /* Center our text */
}


.drugtable { 
color: #000; /* Lighten up font color */
font-family: Helvetica, Arial, sans-serif; /* Nicer font */
width: 800px; 
border-collapse: 
collapse; border-spacing: 0; 
}

.drugtable td  { 
border: 0.8px solid #0C4D65; 
height: 30px; width: 400px;
}

.drugtable th { 
border: 0.8px solid #0C4D65; 
height: 30px; width: 300px;
}


.drugtable th {
background: #0C4D65; /* Light grey background */
color: #fff;
font-weight: bold; /* Make sure they're bold */
text-align: center;
}

.drugtable td {
background: #fff; /* Lighter grey background */
text-align: center; /* Center our text */
}