@charset "UTF-8";
/* CSS Document */
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
 .calcap {
	text-align: center;
	width: 136px;
	position: relative;
	top: -17px;
	margin-right: 50px;
	margin-left: 50px;
	color: #FFF;
}
}


