.header-h1 {
    color: #6ca80e;
    font-size: 250%;
    margin-bottom: 5px;
}

.header-h1 a, .header-h1 a:visited, .header-h1 a:focus, .header-h1 a:hover, .header-h1 a:active {
    color: #6ca80e;
    text-decoration: none;
    background: none;
}

div.actions {
    padding: 10px 20px 0 20px;
    border-bottom: 2px solid #70a52f;
}

.news {
    background: #f0fae1;
    padding: 10px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border: 1px #6ca80e dotted;
}



@media screen and (max-width: 750px) {

}

@media screen and (max-width: 450px) {
    div.actions {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .header-h1 {
        color: #6ca80e;
        font-size: 200%;
        margin-bottom: 5px;
        text-align: center;
        line-height: 1;
    }

    .header .logo img {
        max-height: 55px;
        width: auto;
    }

}

