body {
    background-color: rgb(245, 248, 241);
}

.sidenav {
    background-color: rgba(245, 248, 241, 0.5);
}

.sidenav .page-link:hover, .social-icons .icon:hover {
    background-color: #cde990;
}
h1, h2, h3 {
    color: #253806;
}
a {
	color: #AC4425;
}
.role-choice div {
    background: #fefafa;
    border: 1px solid #eab3a3;
    color: #AC4425;
}
.role-choice .selected {
    background-color: #fde4dc;
}

h4 {
    color: #3e1103;
}
table {
    border-spacing: 0;
}
table tr td.year {
    text-align: right;
    padding-right: 15px;
    vertical-align: top;
}
table tr td {
    padding-left: 15px;
    padding-bottom: 10px;
}
td:nth-child(2), th:nth-child(2) {
    border-left: solid 2px #FFD4D4;
}
table ul {
    list-style-position: inside;
    padding: 0;
    margin: 0;
    list-style: none;
}
table li::before {
    content: "\2013"; /* Unicode bullet symbol */
    color: #FFD4D4;  /* Bullet color */
    font-weight: bold;
    padding: 0 5px 0 0;
}

.fieldfilter input[type="radio"]:checked + label, .fieldfilter label:hover {
  background-color: #253806;
}

.right-cell{
    background-color: #fff2ed;
}