/* https://uxdesign.cc/dark-mode-ui-design-the-definitive-guide-part-1-color-53dcfaea5129 */

body {
    font-family: Helvetica, sans-serif;
    background-color:#ffffff;
    color:#212121;
}

h1 {
    color:#212121;
}

a {
    color:#303f9f;
}

a:hover {
    color:#5263ff;
}

table {
    width:100%;
}

table, th, td {
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}

th, td {
    padding:6px 10px;
    text-align:left;
}

th {
    background-color:#bdbdbd;
}

tbody.vocabulary-term-specification td.key {
    text-align:right;
    width:35%;
}

tbody.vocabulary-term-specification td.value {
    width:65%;
}