body {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}

@media (min-width: 992px) {
	.vcenter {
		position:relative;
		transform: translateY(25%);
	}
}

.centerText {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.col-sm-3, .col-xs-6 {
	margin-top: 25px;
}

.webservice-header {
	padding: 20px 0px 20px 0px;
	background-color: #eeeeee;
	color: #004eb5;
}

.webservice-logo > a, .webservice-logo > a > img {
	width: 100%;
}

@media (max-width: 992px) {
	.webservice-logo > img {
		margin-bottom: 10px;
	}
}

.webservice-service {
	font-style: italic;

	font-size: 2rem;
}

.btn-webservice	{
	font-size: 2rem;

	min-height: 75px;
	vertical-align: middle;
	
	border-color: #004eb5;
	color: white;
	background-color: #004eb5;
	
	position:  absolute;
	margin: 0px 5px 0px 5px;
	padding: 10px 5px 0px 15px;
	left: 0;
	bottom: 0;
	right: 0;
}

.btn-webservice > div {
	margin-right: 5px;
}

.btn-webservice-container {
	max-width: 200px;
}

.btn-webservice-container:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
	
	margin: 0px -10px 0px -10px;
	
	background-color: #eeeeee;
}

.webservice-seperator {
	min-height: 50px;
	background-color: #004eb5;
	
	margin: 0px 0px 20px 0px;
}

.glyphicon-play-circle {
	margin-right: 25px;
}