.emdiv {
    margin-top: 15px;
}

.emdiv .col-sm-* {
	padding-left: 5px;
	padding-right: 5px;
}

.emdiv .row {
	margin-left: -30px;
	margin-right: -30px;
}

.emailfield {
    margin: 10px 0;
}

.emdiv select {
    font-size: 24px;
    padding: 10px;
    color: green;
    width: 100%;
	margin-bottom: 15px;
}

.emdiv h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0 5px 0;
}

.emailfield input[type=text], .emailfield textarea {
    width: 100%;
	margin-bottom: 0;
	min-height: 40px;
    padding: 10px;
	font-size: 14px;
	color: #000;
}

.emButton input[type=submit]{
	border-radius: 5px!important;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
	margin-bottom: 10px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    color: #4246A9;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0px;
    background-color: transparent;
    border: 2px solid #4246A9;
	transition: all 0.3s;
}

.emButton input[type=submit]:hover {
    background-color: #4246A9;
    color: #fff;
}

.g-recaptcha div {
    width: auto !important;
    height: auto !important;
}

@media only screen and (max-width: 480px)  {
	
	.g-recaptcha {
		transform:scale(0.84);-webkit-transform:scale(0.84);transform-origin:0 0;-webkit-transform-origin:0 0;
	}

	.emTable td {
		max-width: 270px;
	}

	.emTable td input[type=text], .emTable td textarea {
		max-width: 260px;
	}
}