
.form-table, .form-table td, .form-table th, .form-table td p, .form-wrap label {
    font-size: 12px;
}

.form-table th {
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    border-right: 1px solid #ddd;
}
.form-table td {
    font-size: 12px;
}

h3 {
    font-weight: bold;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

.form-table textarea, .ui-widget textarea {
    font-family: Consolas,Monaco,monospace;
}

.notice {
    position: relative;
}
.hefo-dismiss {
    position: absolute;
    top: 0px;
    right: 10px;
    text-decoration: none;
    font-size: 20px;
}

.CodeMirror {
    border: 1px solid #eee;
    height: 200px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    box-sizing: border-box;
}

.col-1 {
    width: 100%;
    min-width: 350px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.col-2 {
    width: 50%;
    min-width: 350px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.clearfix {
    float: none;
    clear: both;
    display: table;
    content: "";
}

.hefo-cm {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}

@media all and (max-width: 1200px) {
    .col-2 {
        width: 100%;
        box-sizing: border-box;
    }
}

.rules {
    margin-top: 15px;
}
.rules select {
    height: 27px;
    display: block;
    margin-right: 10px;
}

.rules input {
    height: 27px;
    display: block;
    margin-right: 10px;
}

.rules div {
    margin-right: 10px;
    padding-top: 5px;
}

.hf-index-entry {
    display: block;
    background-color: #aaa;
    color: white;
    text-decoration: none;
    width: 150px;
    box-sizing: border-box;
    border: 2px solid #aaa;
}

.hf-index-entry:hover {
    border-color: #ddd;
}

.col-2 label {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

a.readmore {
    display: inline-block;
    background-color: #007cba;
    padding: 3px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    line-height: normal;
}


/* TOP MENU */

#satollo-menu {
    margin-left: -20px;
    background-color: #3B2D9B;
    padding: 1rem 20px;
    display: flex;
    xjustify-content: space-between;
    align-items: center;
}

#satollo-menu-title {
    font-size: 1.2rem;
    color: white;
    margin-right: 2rem;
}

#satollo-menu-nav ul {
    margin: 0;
}

#satollo-menu-nav li {
    display: inline-block;
    margin: 0 1rem 0 0;
}

#satollo-menu-nav a {
    color: white;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

#satollo-menu-nav a.satollo-active {
    border-bottom-color: white;
}


/* BUTTONS */

.wp-core-ui .button-orange, 
.wp-core-ui .button-orange:hover {
    color: #ffffff;
    background-color: #ff9a44;
    background: linear-gradient(180deg, #ff9a44 0%, #ff6a00 100%);
    border-color: transparent;
}

.wp-core-ui .button-orange:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
