.bordered-table {
    border-collapse: collapse;
    width: 85%;
}

.bordered-table th, .bordered-table  td {
    border: 1px solid #c1c1c1;
    padding: 10px;
}

.bordered-table th {
    font-weight: 600;
}

.mac {
    width: 50%;
    letter-spacing: 2px;
}

.inactive {
    color: #e85d5d;
}

.active {
    color: #6cb96c;
}

.width-100 {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .bordered-table {
        width: 100%;
    }
}