/* CSS Document */

.annotations-text {
	margin-top: 10px;
	font-size: 14px;
	font-family: 'TradeGothicNextLTPro-Rg';
}

.btn-custom {
	background-color: #334D80;
	color: white;
	width: 40%;
	/*font-family: 'TradeGothicNextLTPro-Rg';*/
}

@media (max-width: 699px)
{
	.annotations-text {
		font-size: 16px;
	}
}

.item .data-form {
	background-color: rgba(182, 207, 239, 0.5);
}