/* https://uxdesign.cc/dark-mode-ui-design-the-definitive-guide-part-1-color-53dcfaea5129 */

body {
    font-family: Helvetica, sans-serif;
}



@media (min-width:1260px) {

    div#main-wrapper {
        width:70%;
        margin-left:auto;
        margin-right:auto;
    }

}



h1 {
}

a {
}

a:hover {
}

table {
    width:100%;
}

table, th, td {
    border-collapse: collapse;
}

th, td {
    padding:6px 10px;
    text-align:left;
}

th {
}

tbody.vocabulary-term-specification td.key {
    text-align:right;
    width:35%;
}

tbody.vocabulary-term-specification td.value {
    width:65%;
}