/** ---------- TABLES ---------- **/

/*<mobile>*/

.cnt table {
border:  1px solid  #434D42;
border-collapse: collapse;
text-align: left;
width: 100%;
margin-bottom: 20px;
}
.cnt table caption {
text-align: center;
margin: 0;
padding: 10px;
color: #000000;
background-color: #E9E9E9;
line-height: 1.3;
}

.cnt table caption p {
color: #ffffff;
font-family: 'robotoregular', sans-serif;
}

.cnt table caption > :first-child {
margin-top: 0;
}

/* table header */
.cnt table th {
color: #ffffff;
padding: 10px 8px;
background-color: #434D42;
border-left:  1px dotted  #434D42;
}
.cnt table th:first-child {border:  none;}

/* table data */
table td {
border-bottom: 1px solid #434D42;
color: #000000;
padding: 6px 8px;
border-left:  1px dotted  #434D42;
}
.cnt table td:first-child {border-left:  none;}
/* cell hover */
.cnt table tbody tr:hover td {
background-color: #F4F6F4;
/*color: #244953; */
cursor: default;
}

/*</mobile>*/