.result_table .highlight {
    color: #ff00ff;
    font-style: italic;
}
.result_table .highlight2 {
    color: cyan;
    font-style: italic;
}
.result_table .highlight3 {
    color: yellow;
    font-style: italic;
}
.result_table .error {
    color: #ff0000;
    font-weight: bold;
}
#seoc-holder {
    margin: 0;
    padding: 0;
}
.result_table {
    border: 1px solid #3d3d3d;
    margin-left: -20px;
}
.result_table, .result_table a {
    color: #00ffff;
}
.result_table a {
    color: #eee;
}
.result_table tr td{
    text-align: left;
    padding: 10px 0px 10px 10px;
}
.result_table tr:nth-child(even) {
    background-color: #000;
}
.result_table tr:nth-child(odd) {
    background: #3d3d3d;
}
.result_table tr.result_heading td {
    text-align: left;
    font-weight: bold;
    color: #eee;
}
.result_table tr td:first-child {
    text-align: center;
    background-color: #3d3d3d;
    padding-left: 0;
}
.result_table tr td:first-child a{
    text-decoration: none;
    font-weight: bold;
}
.report_title {
    color: #0073aa;
}
.seo_report_heading {
    margin: 20px 0 0 15px;
    font-size: 2em;
}
.seo_report_heading form {
    margin: 1em 0;
}
#seoc_select_container {
    text-align: center;
    color:#333;
    margin-top: 200px;
}
.formalitymsg-message {
    top: -8px;
    position: relative;
}

.formalitymsg-notice {
    margin: 1em 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    display:none;
    text-align: center;
    max-width: 1000px;
}

.formality_field_multiple {
    min-height: 150px;
}

.formalitymsg-working, .formalitymsg-validating {
    background-color: #fff0d8;
    color: #666;
    border: 1px solid #ffbb38;
}

.formalitymsg-success {
    background-color: #eaffea;
    color: darkgreen;
    border: 1px solid green;
}

.formalitymsg-error  {
    background-color: #ffeaea;
    color: darkred;
    border: 1px solid red;
}

.errorNode {
    color: red;
    font-style: italic;
}

.g-recaptcha {
    margin-top: 2em;
}