div.wrap {
    height: 10em;
    position: relative
}
.preloader {
    background: url(../images/preloader.gif) no-repeat center center;
    margin: 20% 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: none;
}
.mainDash p{
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin-left: 0;
    text-transform: uppercase;
}
#mainForm h2{
    font-size: 20px;
    text-transform: uppercase;
}
.mainDash #radioButton{
    position: relative;
    top: -1px;
}
#info{
    font-size: 14px;
    line-height: 25px;
}
@media (min-width:767px) {
    .buttons {
        margin: 35px 0;
        display: block;
    }
    .buttons .actualizat,
    .buttons .actualizat:focus {
        background: #00BA32;
        border-color: #068C00 #00990D #00991A;
        -webkit-box-shadow: 0 1px 0 #00992D;
        box-shadow: 0 1px 0 #009912;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 -1px 1px #00991C, 1px 0 1px #00992B, 0 1px 1px #00990D, -1px 0 1px #009917;
    }
    .buttons .actualizat.disabled {
        color: #BBF7CB!important;
        background: #00BA32!important;
        border-color: #00990D!important;
    }
}
@media (max-width:767px) {
    .buttons {
        margin-top: calc(50%);
        display: block;
    }
    .buttons input {
        margin: 10px auto!important;
        display: block;
    }
}

#wpfooter {
    display: none;
}