/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 12px;
  text-decoration: none;
  font-size: 16px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #ddd;
  color: black;
}

body {
  padding-top: 0px;
}

input[type=text]{
    float: right;
}

td.mrem{
    font-size: 15px;
    font-weight: bold;
    background-color: #e6e6e6;
}

tr.label-primary > th, tr.label-info > th, tr.label-warning > th, tr.label-danger > th, tr.label-default > th{
    color:#fff;
    font-size: 25px;
}

span.footnote{
    color: #b00;
    font-size: 14px;
}

.header_dosage{
    float: right;
}

#chart_div{
    width:400px;
    height: 120px;
    float: right;
}

#chart_div_legend {
    margin: 30px 0 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
}

#chart_div_legend p { color: #717073; }

#chart_div_legend .legendColor {
    width: 10px;
    height: 0.85em;
    display: inline-block;
    margin-right: 3px;
}

.legendEarth {
    background-color: #9a9b9e;
}

.legendCanadian {
    background-color: #6CB33F;
}

.legendWorker {
    background-color: #70cde3;
}
