/*** DESKTOP ***/
.xData {font-family: 'Roboto',sans-serif;width:100%;}
.xData table {width:100%;border-collapse:collapse;}
.xData table caption {font-size: 2.4rem;color: #666;padding: 1rem 0;font-weight: 500;display:none;}
.xData thead th {font-size:1.8rem;color:#fff;padding:2rem 0;text-transform:uppercase;white-space:nowrap;letter-spacing:0.25pt;border-right:0.5rem solid #fff}
.xData thead th:nth-child(2){background:#023E4C;}
.xData thead th:nth-child(3){background:#0C5060;}
.xData thead th:nth-child(4){background:#006D8F;}
.xData thead th:nth-child(5){background:#0583A0;}
.xData tbody td:not(:nth-child(1)) {font-size:1.4rem;color:#000;background: #EBEDED;line-height:2rem;}
.xData th {border:none;}
.xData tbody tr {border-top:0.5rem solid #fff;}
.xData tbody tr td{border-right:0.5rem solid #fff;background:#D37E0D;padding:0 1rem;text-align:center;}
