/* TABLES
   ================================================== */

table.myTableClass {
    max-width: 100%;
    width: 100%;
color:#5a5962; font-family:'Lato', sans-serif;; font-size:13px; text-transform:none; font-variant:normal; line-height:20px; text-align:left; font-weight:300

}

table.myTableClass th, table.myTableClass td {
    padding: 0.825em 1.0999999999999999em;
}

table.myTableClass tfoot th, table.myTableClass tfoot td { color: rgba(0, 0, 0, 0.4) }

table.myTableClass th {
    background-color: #DDD;
border-right: 1px solid #ffffff;
}


table.myTableClass th:nth-child(3) { 
width:50%;
}

table.myTableClass tbody td {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ffffff;
}

table.myTableClass tbody tr:nth-child(even) {
   background-color: #F2F2F2;
}

table.myTableClass th:nth-child(3), table.myTableClass td:nth-child(3) {
border-right: 0px solid #ffffff
}


