/* Add your custom styles here */
.moduletable h3 {
    font-size: 1.4em;
text-transform: none
}

#menu ul>li a, #menu ul>li span.zen-menu-heading {
    color: #fff;
    margin-top: 7px;
}

.btn-primary, input.btn-primary {
    color: #fff;
    background-color: #6bc369;
    padding: 10px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

article .readon {
 float: none;
    margin-bottom: 30px;
}

.zen-scroll-top, .zen-scroll-bottom {
    cursor: pointer;
    background-color: #094C16;
}

.offcanvas-trigger a.btn, .offcanvas-trigger a.btn-empty {
    text-align: center;
    float: right;
    font-size: 140%;
}