/* /support/training */

@charset "UTF-8";

.training-background
{
	background-image: url('/images/support-training.jpg');
	background-repeat: no-repeat;
	background-position: right center; 
}

.training-description
{
	color: rgb(54,54,54);
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 65px;
	padding-top: 15px;
}

.contact-button
{
	border-bottom: 1px solid rgb(57,57,57);
	border-radius: 5px;
	border-top: 1px solid rgb(139,139,139);
	cursor: pointer;
	display: block;
	height: 35px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	width: 150px;
}
.contact-text
{
	color: white;
	font-size: 15px;
	font-weight: 300;
	display: table-cell;
	height: 35px;
	vertical-align: middle;
	width: 150px;
}
