
#sisu{
    padding: 30px;
    width: 1200px;
    display: block;
    overflow: hidden;
}
#content{
    padding: 30px;
    display: block;
    overflow: hidden;
    }
.contact {
width:33%;
float:left;
padding: 10px;
 }

iframe {
width:100%;
height:auto;
}

.contact-input, .contact-texarea, #select {
    margin-bottom: 10px;
    padding: 5px;
    background: #eef7f9;
    border-radius: 4px;
    width: 90%;
    border: 1px solid #cfdfe3;
    height: 35px;
    font-size: 16px;
    font-family: 'Quando', Helvetica, Arial, sans-serif;
}
 
.select {
    margin-bottom: 10px;
    padding: 5px;
    background: #eef7f9;
    border-radius: 4px;
    border: 1px solid #cfdfe3;
    font-size: 16px;
    font-family: 'Quando', Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    color:#937c7c;
    width: 94%;
    height: 45px;
}
 
.contact-textarea {

    width: 90%;
    height: 180px;
    line-height: 20px;
    resize: none;
    font-family: 'Quando', Helvetica, Arial, sans-serif;
    color:#937c7c;
}
 
.contact-button {
    float: right;
    padding: 0 20px;
    height: 29px;
    margin-right: 15px;
    font-weight: bold;
    color: #666;
    background: #deeef4;
    border: 1px solid #bed6e3;
    border-radius: 10px;
}
@media only screen and (max-width: 480px){
    .veerud viis, .veerud kuus{
        width: 10%;
    }
}
.veerud viis{
    width:  31.25%;
}
.veerud kuus{
    width:  34.5%;
}
.veerud{
    margin: auto;
}