/* CUSTOM RULES */

body {
    width: 1024px;
    margin: auto;
}

#site-header {
    text-align: center;
    margin: auto;
}

.centered {
    width: 1024px;
    margin: auto;
}

#basic-options-container {
    width: 100%;
}

#advanced-options-container {
    width: 100%;
}

.test-label {
    font-size: 14px;
}

.result-label {
    font-size: 20px;
}

.result-value {
    font-size: 24px;
}

td {
    padding-left: 8px;
    padding-right: 8px;
}

.header-title {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.tests_container {
    padding: 16px;
}

#identify-button {
    text-align: center;
}

#results-container {
    padding: 16px;
}

.identification_test {
    font-family: 'Open Sans', sans-serif;
    opacity: 0.6;
    font-size: 20px;
    text-align: center;
}

html {

}

table {
    margin: auto;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    background-color: red;
}

.focused {
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.unfocused {
    opacity: 0.6;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}


/* Results */
.result-table {
    margin: auto;
    display: table;
    border: 1px solid black;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.result-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.result-table-cell {
    display: table-cell;
    text-align: center;
    width: 96px;
    padding-left: 4px;
    padding-right: 4px;
}

.result-table-label {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.result-table-cell span {
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Material Icons'; */
    font-size: 20px;
    color: black;
}

.result-cell-pos {
    background-color: rgba(0, 255, 0, 0.1);
}

.result-cell-neg {
    background-color: rgba(255, 0, 0, 0.1);
}

.result-cell-neutral {
    background-color: rgba(0, 0, 0, 0.1);
}

.result-organism-entry {
    margin: auto;
    padding: 16px;
}

.result-organism-label {
    font-size: 32px;
    font-style: italic;
    text-align: center;
}

.result-organism-score {
    font-size: 32px;
}
