.responsive-form{
    max-width:800px /*-- change this to get your desired form width --*/;
    margin:0 auto;
    width:100%;
}
.responsive-form-row{
    width: 100%;
}
.responsive-form-column-half, .responsive-form-column-full{
    float: left;
    position: relative;
    padding: 0.65rem;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.responsive-form-column-half.additional-info {
	float: none;
}

@media only screen and (min-width: 48em)
{
    .responsive-form-column-half{
        width: 50%;
    }
}

/*Käytetään common.css -tiedoston määrityksiä
@media screen and (max-width: 640px) {
    table > thead > tr > th, table > tbody > tr > td{
        overflow-x: auto;
        display: block;
    }
}
*/

.tab-content
{
    padding-top: 1.0em;
}

textarea {
    width: 95%;
}