#header {
  background-color: #8dbf4b;
}
#header h1 {
    font-weight: 800;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}
#header .links ul li a {
    font-weight: 600;
}
h1 a, h2 a {
    color: #79b42a;
}
a:hover {
    color: #fff !important;
    background-color: #8dbf4b;
}
a:hover::before {
    color: #fff !important;
}
#menu .links > li a:hover h3 {
    color: white;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
    border: solid 1px #dbdbdb;
    color: #fff !important;
    background-color: #8dbf4b !important;
}
#back-to-top:hover {
    background-color: #8dbf4b;
}
#social-share .share-btn {
    padding: 0.1em;
    width: 2.5em;
}
#sidebar #categories p {
    margin: 0 0 0.1em 0;
}
table > tbody > tr > td:first-child {
    border-right: 2px solid #e0e0e0;
    font-weight: normal;
}
