/* CSS Document */
.medtable {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 1em; color: #6495ed;
padding: 10px;
background-color: #fff;

width: 90%;
margin-bottom: 25px;
}

.widetable {
font-family: 'Lucida Sans Unicode', Arial;
font-size: 1.2em;
padding: 15px;
background-color: #fff;
border-right: 1px solid #ddd;
width: 90%;
}

.table {
width: 100%;
border: 1px solid #8cc7f0;
}

.table .th {
background-color: #0379bf;
color: #ffffff;
font-size: 1.2em;
border-bottom: 1px dotted #8cc7f0;
}

.table .tr:nth-child(odd) {
 background-color: #eee;
}

.table .tdl {
 float: left;
 width: 31%;
 border-bottom: 1px solid #8cc7f0;
 padding: 1%;
 }
 
 .table .tdm {
 float: left;
 width: 31%;
 border-bottom: 1px solid #8cc7f0;
 padding: 1%;
 }

.table .tdr {
  float: left;
  width: 31%;
  border-bottom: 1px solid #8cc7f0;
  padding: 1%;
 }

