.HeadTitlePane h2 {font-size: 1px; font-style: bold; color: #ffffff;}

.esd-button {
	background-color: #1d3965;
	color: white !important;
	font-weight: 500;
	padding: 7px 15px 5px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	transition: background-color .15s;
	margin: 5px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-block;
}
.esd-button:hover {
	background-color: #000000;
	text-decoration: none;
}




