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

.satollo-dismiss {
    float: right;
}

.satollo-notice {
    background-color: lightYellow;
    border-color: #E6DB55;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: .6em;
    margin-bottom: .6em;
    margin-top: .6em;
}

.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;
}

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

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

.col-2 {
    width: 48%; 
    min-width: 350px; 
    float: left; 
    padding: 10px;
}

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

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

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

.tab a {
    text-decoration: none;
}

.tab a.active {
    font-weight: normal;
}
.tab a:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

.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;
}
