/*  (do not remove this :) */
/*  (not this either :) */

.event-box {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #113852;
}
.event-box th {
	background-color: transparent;
	border: 1px solid #113852;
	padding: 3px !important;
	font-weight: bold;
	width: 25%;
	text-align: left;
	/*color: #777C78; */
}
.event-box td {
	background-color: transparent;
	border: 1px solid #113852;
	padding: 3px !important;
}

.description-event {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

#box-event-registration {
	position: relative;
	border: 1px dotted #113852;
	background: #FFFFFF;
	padding: 10px;
	/*float: right;*/
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin: 10px auto;
}

#box-event-registration h5 {
	/*background: #2F2FAB;*/
	background-color: #CE3045 !important;
	color: #FFF;
	padding: 10px;
	font-size: 11px;
}

#box-event-registration p {
	margin-top: 5px;
}



/*  */



