body {
	font-family: Verdana;
	background-color: #fcfcfc;
	font-size: 19px;
}
@media only screen and (max-width: 980px) {
	body {
		font-size: 17px;
	}
	.title {
		font-size: 30pt !important;
	}
	h1 {
		font-size: 22pt !important;
	}
}
div.content {
	max-width: 700px;
	width: 98%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 80px;
}
div.content p {
	text-align: justify;
	line-height: 32px;
}
ul, ol {
	line-height: 32px;
}
.title {
	font-size: 40pt;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
	padding-top: 10px;
}
h1 {
	font-size: 26pt;
}
.dateLabel {
	display: block;
	color: #808080;
	font-size: 12pt;
	text-align: right;
}
div.codeContainer {
	background-color: #3e3e3e;
	color: #fcfcfc;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	overflow-x: scroll;
}
pre.code {
	font-size: 11pt;
	tab-size: 4;
}
div.imageContainer {
	border: solid lightgrey 4px;
	padding: 3%;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: white;
	text-align: center;
}
div.imageContainer img {
	width: 100%;
}
div.imageContainer p.imageDescription {
	margin: 0;
	margin-top: 20px;
}
p.quote {
	margin-right: 100px;
	margin-left: 80px;
	padding-left: 20px;
	border-left: solid #cccccc 2px;
}
a.ref-link {
	font-size: 16px;
}
a.ref-item {
	display: block;
	font-size: 14px;
}
a.back {
	display: block;
	font-size: 10pt;
	margin-bottom: 20px;
	margin-top: -10px;
	color: black;
	text-decoration: none;
	margin-left: -5px;
}
a.back:hover {
	margin-left: -7px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(67, 100, 255);;
}
a:hover {
	text-decoration: underline;
}
iframe.a {
	display: none;
}
body {
	margin: 0;
}
.content {
	font-family: 'Lato', sans-serif;
	max-width: 500px !important;
}
.title {
	font-size: 22pt !important;
}
label {
	font-weight: bold;
	font-size: 12pt;
}
input {
	width: calc(100% - 10px);
	border: solid #a5a5a5 2px;
	font-size: 17pt;
	margin: 5px;
}
textarea {
	width: calc(100% - 10px);
	border: solid #a5a5a5 2px;
	font-size: 11pt;
	margin: 5px;
}
.tag-container {
	padding: 5px;
}
.tag-container .tag {
	border: solid #a5a5a5 1px;
	display: inline;
	padding: 4px;
	font-size: 10pt;
	border-radius: 4px;
	line-height: calc(10pt + 16px);
}
.tag-container .tag.selected {
	background-color: #262bbf;
	color: white;
}
.tag-container .br {
	display: block;
	height: 10px;
}
.hide-at-start {
	display: none;
}
.submit-button {
	border: solid #a5a5a5 2px;
	font-size: 15pt;
	border-radius: 4px;
	margin: 5px;
}
.submit-button:focus {
	background-color: #e8e8e8;
}
.error {
    background-color: #e20303;
    color: white;
    padding: 10px;
}
.hidden {
    display: none;
}

.header {
	background-color: #2b2bbb;
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	clear: both;
	z-index: 100000;

	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);

	background: rgba(43,43,187,1);
	background: -moz-linear-gradient(top, rgba(43,43,187,1) 0%, rgba(44,91,184,1) 77%, rgba(44,91,184,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,43,187,1)), color-stop(77%, rgba(44,91,184,1)), color-stop(100%, rgba(44,91,184,1)));
	background: -webkit-linear-gradient(top, rgba(43,43,187,1) 0%, rgba(44,91,184,1) 77%, rgba(44,91,184,1) 100%);
	background: -o-linear-gradient(top, rgba(43,43,187,1) 0%, rgba(44,91,184,1) 77%, rgba(44,91,184,1) 100%);
	background: -ms-linear-gradient(top, rgba(43,43,187,1) 0%, rgba(44,91,184,1) 77%, rgba(44,91,184,1) 100%);
	background: linear-gradient(to bottom, rgba(43,43,187,1) 0%, rgba(44,91,184,1) 77%, rgba(44,91,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2bbb', endColorstr='#2c5bb8', GradientType=0 );
}
.header .content {
	padding-top: 0px;
	padding-bottom: 5px;
}
.logo {
	font-family: 'Pacifico', cursive;
	color: yellow;
	font-size: 23pt;
	margin-left: 20px;
    font-weight: normal;
}
.logo .logo-float {
	position: absolute;
	top: 6px;
	padding-left: 55px;
	font-size: 9pt;
}
.header-button {
	color: white;
	float: right;
	padding-top: 18px;
	padding-right: 18px;
}
.header-button:hover {
	color: yellow;
	cursor: pointer;
	text-decoration: none;
}
.header-spacer {
	height: 45px;
}
.title-hr {
	border-color: #2b2bbb;
}
.button {
    display: inline;
    top: 0;
    font-size: 17pt;
    margin: 5px;
    margin-left: 0;
    margin-right: 0;
    border: solid #a5a5a5 2px;
    background-color: #fcfcfc;
    color: black;
    cursor: pointer;
    padding: 4px;
}
.button:hover {
	background-color: #e0e0e0;
}