.tekstisivu-content-area {
    background-color: #faf8f9;
}
.template-lomakesivu h2 {
    margin-top: -3px;
}
.template-lomakesivu .mp-lomakesivu-form {
    margin-top: 20px;
    line-height: 180%;
    color: #022860;
}
.mp-lomakesivu-form .content-half {
    width: 47.5%;
    margin-bottom: 8px;
}
.mp-lomakesivu-form .viestikentta {
    width: 100%;
    margin-top: 25px;
}
.mp-lomakesivu-form .viesti,
.mp-lomakesivu-form input {
    border: 1px solid #97ddf6;
    padding: 7px 8px;
    font: 13px/130% "Raleway","Arial",sans-serif;
    color: #464646;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mp-lomakesivu-form .viesti {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    height: 115px;
}
.mp-lomakesivu-form input {
    float: right;
    width: 270px;
    height: 30px;
}
.template-lomakesivu lomakesivu-send-button {
    display: inline-block;
    position: relative;
    line-height: 140%;
    float: right;
    margin-right: -3px;
}
.template-lomakesivu footer {
    margin-top: 0px;
}

/* TABLETTIKOOT */
@media all and (max-width: 1200px) {
    .mp-lomakesivu-form input {
    	width: 200px;
    }

}

@media all and (max-width: 1000px) {
    .mp-lomakesivu-form input {
    	float: none;
    	width: 100%;
    }

}

@media all and (max-width: 799px) {

    .mp-lomakesivu-form .content-half {
    	width: 100%;
    }

}

