/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2020 | 05:51:15 */
.mw_wp_form{
	width: 100%;
	color: #333;
}
 
.mw_wp_form table.mailform-tbl{
	width: 100%;
	margin-bottom: 40px;
}
 
.mw_wp_form table tr{
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 30px 0;
	font-weight: normal;
}
 
.mw_wp_form table tr:first-child{
	border-top: 1px dotted #ccc;
}
 
.mw_wp_form table th{
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 30%;
	float: left;
}
 
.mw_wp_form table th .attention{
	font-size: 80%;
	margin-left: 10px;
	color: red;
	padding: 3px;
}
 
.mw_wp_form table td{
	padding: 20px 0;
	width: 70%;
	float: left;
}
 
.mw_wp_form table td.w50 input,.mw_wp_form table td.w50 select{
	width: 50%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 input,.mw_wp_form table td.w80 select{
	width: 80%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 textarea{
	width: 80%;
	box-sizing: border-box;
}
 
.mw_wp_form #submit-button input {
   margin: 0 auto;
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 90%;
}
 
@media (max-width: 599px) {
/* small devices */
 
.mw_wp_form table td.w50 input,.mw_wp_form table td.w50 select{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 input,.mw_wp_form table td.w80 select{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 textarea{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form #submit-button input {
   margin: 0 auto;
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 90%;
}
 
}