.col-75 {margin: 10px 0;}
input[type=text],input[type=email],input[type=url], select, textarea {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 95%;
    padding: 0.4em;
    border: 1px solid #aaa;
    border-radius: 4px;
    resize: vertical;
}
input[type=submit] {
	width:116px;
    background:#ccc;
    padding: 10px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /*float: right;*/
}
input#contact_calculation {max-width:100px}

input[type=submit]:hover {
    /*opacity:.8*/
    background:#bbb
}
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
label:last-of-type {padding: 12px}
textarea {height: 200px}
#contact_successmessage {color:green;}

#contact_errormessage {color:red}

@media screen and (min-width: 768px) {
  .col-25 {
    float: left;
    width: 25%;
    margin-top: 0.8em;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 0.4;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
  #contact_form input[type=submit] {float:none}
}
