﻿.content .subcontent .left-panel {
    transition: box-shadow 0.2s ease-in-out;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    color: #333 !important;
}

.table td {
    padding: 8px;
    vertical-align: top;
    border-right: 1px solid #ddd;
}

.table tr {
    border: 1px solid #ddd;
}

.table tr td:last-child {
    border-right: none;
}

tr td:first-child:empty + td + td:empty {
    font-weight: bold;
    background-color: #f2f2f2;
    text-align: center;
}

tr td:first-child:empty,
tr td:last-child:empty {
    display: none;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table thead th,
.table tbody tr {
    text-align: center;
    vertical-align: middle;
}

.table thead th:nth-child(n+2) {
    font-size: 14px;
    text-align: center;
}

.table thead th:first-child {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.subcontent-box ul {
    list-style-type: disc;
    padding-left: 36px;
}

table h4 {
    font-size: 20px;
}

.table > :not(caption) > * > * {
    color: #333 !important;
}
