@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&family=Open+Sans:wght@400;600&display=swap');

body {
	font-size: 16px;
	font-family: 'Open Sans',sans-serif;
	padding: 0;
}
table {
	width: 100%;
    max-width: 600px;
	marin: auto;
}
table table {
	width: auto;
}
.std_text_bd {
 font-weight: 600;
}
table tr td.std_text_bd, table tr td.std_text_bd+td, table tr td.std_text_bd+td+td {
	display: block;
}
button, input {
	width: 100%;
	max-width: 100% !important;
	height: 50px;
    margin-bottom: 10px;
	padding: 10px 15px;
}
input[type="submit"] {
	background: #F9B200;
	color: white;
	font-weight: 700;
	box-shadow: none !important;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
    text-transform: uppercase;
	font-family: 'Open Sans Condensed',sans-serif;
}
#ICON1 img, #ICON2 img, #ICON3 img {
	height: 40px;
    width: auto;
	transition: all 300ms;
}
#ICON1 img:hover, #ICON2 img:hover, #ICON3 img:hover {
	transform: scale(1.1);
}