body {
    background-color: #CCC6BE;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11.1px;
    line-height: 140%;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

.site-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 0.75rem 1.5rem;
}

.site-shell .site-card {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.site-shell .site-panel {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
}

.content-column,
.sidebar-column {
    padding-top: 0.75rem;
}

@media (max-width: 991.98px) {
    .sidebar-column {
        margin-top: 1rem;
    }
}

* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: 100%;
}

form {
    width: 100%;
}

img, iframe, embed, object, video {
    max-width: 100%;
    height: auto;
}

input, select, textarea, input[type="file"] {
    max-width: 100%;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], select, textarea, input[type="file"] {
    width: 100%;
    min-height: 2.5rem;
}

table {
    max-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

th, td {
    word-break: break-word;
    vertical-align: top;
}

.site-panel table,
.content-column table,
.sidebar-column table,
.site-card table {
    width: 100% !important;
    max-width: 100%;
}

.site-panel table td,
.site-panel table th,
.content-column table td,
.content-column table th,
.sidebar-column table td,
.sidebar-column table th {
    padding: 0.2rem;
}

@media (max-width: 767.98px) {
    .site-shell {
        padding: 0.25rem 0.25rem 1rem;
    }

    .site-shell .site-panel {
        padding: 0.75rem;
    }

    .site-shell .site-card {
        border-radius: 0;
    }
}
