html, body {
  font-family: Arial, Geneva, Helvetica, sans-serif;
}

.theme-background, .list-category, .theme-table th {
    background-color: #44508c;
    color: white;
}

.theme-background-alt, .list-window, .list-window h2, .theme-link, .theme-link:visited {
    background-color: white;
    color: #44508c;
}

.theme-border-thick {
    border: 3px solid white;
}

.theme-border-thick-alt, .list-window {
    border: 3px solid #44508c;
}

.theme-border-thin {
    border: 2px solid white;
}

.theme-border-thin-alt {
    border: 2px solid #44508c;
}

#farms-button::after {
    content: "PS";
}

input[type=range]::-webkit-slider-thumb {
    border: 2px solid #44508c;
    background-color: white;
}

input[type="text"] {
    border: 1px solid #44508c;
}

input[type="date"] {
    border: 1px solid #44508c;
}

input[type="time"] {
    border: 1px solid #44508c;
}

.nav-arrow-img {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(52deg) brightness(101%) contrast(102%);
}
