/*Modification in yellow*/
body {
	background-color: white;
	color: #333;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

/*Modification in yellow*/
.panel {
	background-color: #fff;
}

/*Modification in yellow*/
h3 {
	font-size: 2.0rem;
}

/*Modification in yellow*/
.btn {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.6;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*Modifications in yellow*/
.btn-default {
	background-color: rgba(255, 255, 255, 0);
	border-color: #002a5c;
}

/*Modifications in yellow*/
.btn-default:hover {
	color: #fff;
	background-color: #008bb0;
	border-color: #008bb0;
}

a:link, a:visited, a:active {
	color: #002a5c;
}

a:hover {
	color: #008bb0;
}