/*e[u
------------------------------------------------------------------------------------------*/

table {
 background-color:#fff;
 border-collapse: collapse;
 width: 550px;
margin-bottom:50px;
}
thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #1f5e41;
 font-weight: normal;
}

tbody tr {
 background-color:#fff;
}
tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
 font-size:1em;
 border-bottom: 1px dotted #1f5e41;
 }
tbody th {
 text-align:left;
 padding:5px;
  font-weight: normal;
 border-bottom: 1px dotted #1f5e41;
}

