@charset “utf-8”;

.movacal-wrapper {
    margin-top:20px;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    text-align:left
}

input[type="text"] {
	width:300px;
}

table.form_movacal tr td:first-child{
	text-align:left;
	width:25%;
}

.contact-textarea {
     width:100%;
     height:200px;
     box-sizing: border-box;
}

@media screen and (max-width:576px) {

    .movacal-wrapper {
        width:auto
    }

    input[type="text"] {
        width:auto;
    }

    table.form_movacal tr td:first-child{
        width:40%;
    }


    
}