table {
font-family: normal 13px/17px Tahoma, "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
border-radius: 10px;
border-spacing: 0;
    margin-left: auto;
    margin-right: auto
}
th {
background: #E5E5E5;
color: green;
text-shadow: 0 1px 1px #ffffff;
padding: 10px 20px;


}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
    
}
th:first-child {
text-align: center;
   }
td:first-child {
text-align: left
}
th:first-child {
border-top-left-radius: 10px;
}
th:last-child {
border-top-right-radius: 10px;
border-right: none;
}
td {
padding: 10px 20px;
background: #F1F0ED;
    font-weight: normal;
    text-shadow: 0 1px 1px #FFFFFF;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
}
tr:last-child td:first-child {
border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
border-radius: 0 0 10px 0;
}
tr td:last-child {
border-right: none;
    font-weight: normal;
    text-shadow: 0 1px 1px #FFFFFF;
    text-align: left;
    letter-spacing: 0.5px;
     word-spacing: 0.5px;
}