<style>
.table1 {
border-spacing: 0 8px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.table1 th {
padding: 5px 10px;
background: #56433D;
color: #F9C941;
border-right: 1px solid; 
font-size: 0.9em;
}
.table1 th:first-child {
text-align: left;
}
.table1 th:last-child {
border-right: none;
}
.table1 td {
vertical-align: middle;
padding: 4px;
font-size: 12px;
text-align: left;
border-top: 2px solid #56433D;
border-bottom: 2px solid #56433D;
border-right: 2px solid #56433D;
}
.table1 td:first-child {
border-left: 2px solid #56433D;
border-right: 2px solid #56433D;
}
.table1 td:nth-child(2){
text-align: left;
}
</style>
