* {
    transition:all 1.0s ease;
}
/* Style the tab */
.tab {
    float: left;
    color: #fff;
    border: 1px solid #12212a;
    background-color: #16191B;
    width: 15%;
    height: 98%;
}
/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #023450;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
    color: #fff;
    background-color: #023450;
}
/* Create an active/current "tab button" class */
.tab button.active {
    color: #fff;
    background-color: #023450;
}
/* Style the tab content */
.tabcontent {
    border: 1px solid #12212a;
    border-left: none;
    height: auto;
}
/* Table Style */
table.steelBlueCols {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    border: 4px solid #16191B;
    background-color: #16191B;
    width: 100%;
    text-align: left;
    height: auto;
}
table.steelBlueCols td, table.steelBlueCols th {
    border: 1px solid #16191B;
    padding: 5px 10px;
}
table.steelBlueCols tbody td {
    font-size: 12px;
    color: #FFF;
}
    table.steelBlueCols tr:nth-child(even) {
    background: #12212a;
}
table.steelBlueCols thead {
    color: #12212a;
    background: #023450;
}
table.steelBlueCols thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    border-left: 2px solid #023450;
}
table.steelBlueCols thead th:first-child {
    border-left: none;
}
table.steelBlueCols tfoot td {
    font-size: 13px;
}
table.steelBlueCols tfoot .links {
    text-align: right;
}
table.steelBlueCols tfoot .links a{
    display: inline-block;
    background: #FFFFFF;
    color: #398AA4;
    padding: 2px 8px;
    border-radius: 5px;
}

h1 {
  background-color: #16191B;
  padding: 15px;
  border: 1px solid #023450;
}

.accordion {
    background-color: #7e0807;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #023450;
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #7e0807;
    padding: 10px;
}

.arrow-down {
    float: right;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cmdgroup {
    margin-bottom: 10px;
}
