.training_quick_link
{
	font-size: 15px/20px;
	text-decoration: none;
	color: #484748;
    width: 220px;
	height: 220px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.training_quick_link:hover {
	background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 15px/20px;
	color: #484748;
	text-decoration: none;
    width: 220px;
	height: 220px;
	text-align: center;
	display: inline-block;
}

.training_container
{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}

.training_container_number{
	background: gray;
	border-radius: 50%;
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.training-number{
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,0.4);

	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}

.training_info
{
	text-align: center;
	margin-top: 10px;
}