.stage table{
    width: 100%;
}
table {
    border-collapse: collapse;
}
.stage table.large-only thead  td, .stage table.large-only  thead th{
    background-color: #5E6B69;
    color: white;
    width: auto !important;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #eee;
    font-weight: 300;
    text-align: left;
}
.stage table.large-only thead td:last-child, .stage table.large-only  thead th:last-child,.stage table.large-only  tbody tr td:last-child{
    border-right: 0px solid #fff;
}
.stage table.large-only tbody tr td{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid white;
}

.stage table.large-only tbody tr:nth-child(odd) td{
    background-color: #eee;

}

.stage table.large-only tbody tr:nth-child(even) td{
    background-color: #ddd;
}

.table-responsive{
    display: none;
}


@media (max-width: 990px) {
    .stacktable.large-only{
        display: none;
    }
    .table-responsive{
        display: block;
        width: 100%:
    }
    .st-key{
        min-width: 25%;
        background-color: #5E6B69;
        color: white;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 1px solid white;
    }

    .st-val{
        background-color: #eee;
        border-bottom: 1px solid white;
    }
}