body {
	font-size:14px;
	font-family: Open Sans, sans-serif;
}
input, select {
	padding: 8px 5px;
	font-family: Open Sans, sans-serif;
	max-width: 300px;
	border: 1px solid #8bafd1 !important;
}
input[type='radio'], input[type='checkbox'] {
    transform: scale(1.3);
}
table {
	font-size:18px;
}
table a {
	text-decoration: none;
    color: #0071bc;
}
select option {
	font-size:15px;
}
table tr td input#sub_prof {
	background: none;
	background-image: none;
	background-color: #71b62c;
	color: #ffffff;
	text-indent: initial;
	border-radius: 6px;
	font-size: 20px;
	border: 0 !important;
	height: auto !important;
}
table tr td input#sub_prof:hover {
	background: none;
	background-image: none;
	background-color: #549116;
	height: auto !important;
}
.main_tab_form {
	width: 800px;
}
.main_tab_form td {
	width: 350px;
}
#m_oeg td {
	width: 700px !important;
}
input, select, checkbox {
	touch-action: none;
}
@media screen and (max-width: 800px) {
	.main_tab_form {
		width: 98%;
	}
	.main_tab_form td {
		width: 50%;
	}
	.main_tab_form input {
		border: 1px solid #999999;
		height: 20px;
		width: auto;
	}
	.main_tab_form select {
		max-width: 120px;
	}
}
@media screen and (max-width: 400px) {
	table {
		font-size: 15px;
	}
	input, select {
		padding: 5px 3px;
	}
}