#ecert_top_title {
	/* text-align: center; */
	font-size: 30px;
	margin: 15px 0px;
}

.container.cont_event {
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.ecert-buttons {
	margin: 15px 0px 15px 15px;
	background-color:#f48221;
	float:right;
}

body {
  font-family: 'Roboto', sans-serif;
}

/*below ipad Pro*/
@media only screen and (max-width: 991px) {
	.ecert_user_input {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	#ecert_top_title{
		text-align:center;
	}
}