/* Custom css here*/
.tabs-content table tr th,
.tabs-content table tr td {
    padding: 0.2rem;
}
.tabs-content table tr th {
    background-color: #01ffff;
}
table * {
    white-space:break-spaces;
}
.table th, table td {
    border: 1px solid rgba(128,128,128,.7) !important;
    font-size: 0.7rem !important;
}
@media screen and (min-width:768px) {
    .tabs-content table {
        width: 50%;
    }
}
