#magicnav-main {
    /* background: linear-gradient(45deg, #3fcafa, #059fe8) !important; */
    background: #fff !important;
    border-bottom: 3px solid #812990 !important;
}
.magicnav-menu-item{
    color: #656666 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.static-content {
    margin-top: 20px;
    margin-bottom: 100px;
}

#content {
    margin-top: 20px;
    margin-bottom: 100px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
}

ul, ol {
    padding-left: 20px;
    margin: 0 0 20px 0;
}

p {
    margin: 0 0 20px 0;
}

img,
iframe {
    max-width: 100% !important;
}

.static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
    margin-top: 20px;
}

#content-container {
    padding-top: 27px;
}

.static-content .row {
    column-gap: 0 !important;
}








.table-container {
    text-align: center;
}

.table-odd {
    background: #eee;
    border-right: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
}

.table-even {
    border-right: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
}

.table:first-child {
    background: #afafaf;
    background: linear-gradient(45deg, #3fcafa, #812990) !important;
}

.table:first-child h3, .table:first-child p {
    color: #fff;
}

.table:last-child {
    border-bottom: 1px solid #afafaf;
}

.table div {
    border-right: 1px solid #afafaf;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.table div:last-child {
    border-right: none;
}