// Table // ––––––––––––––––––––––––––––––––––––––––––––––––––

table {

border-spacing: 0;
width: 100%;
overflow-x: scroll;

}

tr:hover {

background: $color-light;

} thead tr:hover {

background: $color-white;

}

td, th {

border-bottom: 1px solid $color-light;
padding: 12px 12px 11px;
line-height: 24px;

}

th {

font-weight: 400;
font-family: sans-serif;
font-size: .694rem;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;

}

td.key {

text-transform: uppercase;
font-family: sans-serif;
font-weight: 400;
font-size: .694rem;
letter-spacing: 2px;

}

td.date {

white-space: nowrap;
text-align: right;

}

td.number {

text-align: right;

}