
.tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body {
    padding-top: 0;
    max-width: 100%;
}

.container {
    width:100%;
}

.Site-content {
    max-width: 100%;
    width:100%;
}

.Site {
    display: block;
    min-height: 0;
    flex-direction: row;
}

.row {
    display: block;
}

.row::after {
    display: block;
    clear: both;
    content: "";
}

.col-md-6 {
    width: 50%;
    float: left;
}

.missing-cps {
    height: auto;    
}

main {
    margin: 0 -15px 0 -15px;
    padding: 0 1px 0 1px;
}

td {
    vertical-align: top;
}