.training-block {
	background: #f1f1f1;
	border: 1px solid #f78f5c;
	font-size: 13px;
}
.training-block h3 {
	color: #fff;
	background: #f78f5c;
	padding: 6px;
	height: 36px;
	text-align: center;
	/* width: 180px; */
	line-height: 1.2;
	margin-top: 14px;
}
ul.orange-arrow {
	list-style-image: url('https://www.uat-stroma.com/images/orange-bullet.png');
	margin-left: -24px;
}
.fees-title {
	background: #999;
	color: #fff;
	text-transform: uppercase;
	width: 140px;
	padding: 5px 10px;
	margin-bottom: 0px;
	margin-left: -15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.fees-box {
	background: -webkit-linear-gradient(#dddddd, #ffffff);
	background: -o-linear-gradient(#dddddd, #ffffff);
	background: -moz-linear-gradient(#dddddd, #ffffff);
	background: linear-gradient(#dddddd, #ffffff);
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 12px;
}
table td {
	padding: 5px 5px 2px 0px;
}
.training-button {
	background: url('https://www.uat-stroma.com/images/book-course-button.png');
	display: block;
	height: 100px;
	width: 250px;
	margin-top: 2px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.training-button:hover {
	background: url('https://www.uat-stroma.com/images/book-course-button-hover.png');
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.day-training-button {
	background: url('https://www.uat-stroma.com/images/day-training-course.png');
	display: block;
	height: 47px;
	width: 180px;
	margin-top: 40px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.day-training-button:hover {
	background: url('https://www.uat-stroma.com/images/day-training-course.png');
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.cpd-button {
	background: url('https://www.uat-stroma.com/images/cpd-session.png');
	display: block;
	height: 47px;
	width: 180px;
	margin-top: 40px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.cpd-button:hover {
	background: url('https://www.uat-stroma.com/images/cpd-session.png');
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.training-single-button {
	background: url('https://www.uat-stroma.com/images/book-single-course-button.png');
	display: block;
	height: 100px;
	width: 250px;
	margin-top: 2px;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.training-single-button:hover {
	background: url('https://www.uat-stroma.com/images/book-single-course-button-hover.png');
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.white-bg {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.training-hr {
	border: none;
	height: 3px;
	background: #ccc;
	display: block;
	margin-bottom: 25px;
}