@import 'fonts.css';

html {
}
body {
	font-family: 'Moderustic';
	background-color: #ddfafa;
	box-sizing: border-box;
	margin: 0 auto;
	min-height: 100%;
	padding: 1em;
	width: 100%;
	font-size: 1.15em;
	border: double 3px #ddd;
	border-top: none;
	border-bottom: none;
}
h1 {
	padding-left: 0;
}
a {
	text-decoration: none;
	color: #4054ad;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #325f81;
}
.y-accordions,
.y-accordion-header-button {
	background-color: #ddd;
}
.yaccordion .y-accordians .y-accordion-header-button {
	background-color: #eee;
}
/* modal styles */
.y-modal .y-modal-container {
	background-color: #eee;
	border: solid 3px #3a8ea5;
	border-radius: 15px;
	box-shadow: 5px 5px 3px #6a6d6a;
	width: 90%;
	margin: 1em auto;
	max-width: 40em;
	height: auto;
	padding: 0;
}
.y-modal .y-modal-container .y-modal-content {
	width: 100%;
	border-width: 0;
}
.y-modal .y-modal-container .y-modal-header {
	text-align: center;
	width: 100%;
	background-color: #999;
}
.y-modal .y-modal-container .y-modal-header .y-modal-title {
	font-size: 1.5em;
	margin: auto;
}
.y-modal .y-modal-container .y-modal-body {
	background-color: #eee;
}
.y-modal .y-modal-container div.instances {
	background-color: #ddd;
	width: 100%;
	padding: 20px;
	margin-bottom: 0;
}

.y-modal .y-modal-container p.instances,
.y-modal .y-modal-container li p {
	padding: 0;
	margin-bottom: 0;
}

/* end modals */
/* popover styles */
.y-popover {
	z-index: 10000;
}
.y-popover a {
	font-size: 110%;
}
.y-popover a:hover {
	color: #000;
	text-decoration: underline;
}
.y-popover a:visited {
	color: #325f81;
}
