﻿

.subs div {
    margin-bottom:8px;
}

.subsidies {
    margin-top:20px;
}
.subsidies div a {
    color:#343434;
    font-weight:normal;
    font:inherit;
}

.subs {
    margin-bottom:50px;
}

.subs div div {
    margin-right:10px;
}

label {
    display:inline-block;
    font:inherit;
}

label:hover {
    cursor:pointer;
}



.SmallWidth {
    width:100%;
    max-width:62.5rem;
    margin:auto;
}



.margintop-25 {
    margin-top:-25px;
}

@media screen and (max-width: 400px) {
    .margintop-25 {
        display:none;
    }
    div.SBlock img{
    padding-top:40px;
    }
}
@media screen and (max-width: 600px) and (min-width:400px) {
    .margintop-25 {
        display:none;
    }

    div.SBlock img{
    padding-top:40px;
    }
}


