body {
    direction: rtl;
    color: #014128;
    font-family: Arial, sans-serif;
}

table {
    direction: rtl;
}

td, th {
    text-align: right;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #014128;
    border-color: #014128;
}

.button.button-outline, button.button-outline {
    background-color: transparent;
    border-color: #014128;
    color: #014128;
}

main {
    margin-top: 6rem;
}

h1 {
    font-size: 4rem;
}

h1, h2, h3, h4, h5 {
    color: #014128;
}

.top-nav-links, .side-nav, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
}

a {
    color: #606c76;
}

.page-header {
    background-color: #004128;
}

.page-navigation {
    background-color: #006937;
}

img.logo {
    width: 30%;
}

.top-nav-links a {
    color: white;
}

td:first-child, th:first-child {
    padding-right: 0px;
}

td:last-child, th:last-child {
    padding-left: 0px;
}

.paginator {
    text-align: center;
    margin-top: 2rem;
}

.search {
    padding: 2rem;
    border-color: #014128;
    border-style: solid;
    border-width: 1px;
    border-radius: 0.4rem;
}

.search label {
    margin-bottom: 0px;
    font-size: 1.35rem;
}
