body {
	font-family: 'Roboto', sans-serif;
	color: #444;
	background: #E7E7E7;
}

h1 {
	color: rgb(74, 147, 255);
	font-weight: 300;
	margin-top: 0;
}

h2 {
	font-weight: 300;
}

h3 {
	margin-bottom: 0;
}

header {
	margin-top: -8px;
	margin-left: -8px;
	margin-right: -8px;
	padding-top: 24px;
	padding-bottom: 1px;
	background: #222;
}

div#header {
	margin-left: 2em;
	width: 372px;
}

header h1 a {
	color: rgb(74, 147, 255);
	font-size: 48px;
	text-decoration: none;
}

header h1 a:hover {
	color: rgb(140, 187, 255);
}

.preloadLeft {
	margin-top: 3000px !important;
	-webkit-transform: rotate(45deg) !important;
}

.preloadRight {
	margin-top: 3000px !important;
	-webkit-transform: rotate(-45deg) !important;
}

.card {
	padding: 2em;
	background: #FFF;
	box-shadow: 0px 1px 0px #D5D5D5;
	border-radius: 2px;
	-webkit-transform: rotate(0deg);
}

#container {
	margin-top: 30px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	-webkit-transition: all 0.3s ease-in-out;
}

.preload {
	margin-top: 1000px !important;
}

aside #links {
/*	position: absolute;
	top: 110px;
	right: 90px;
*/	
	float: right;
	margin-right: 30px;
	-webkit-transition: all 0.35s ease-in-out;
}

aside #links ul {
	list-style: none;
	padding-left: 0;
}

/*aside #links ul a*/
a {
	text-decoration: none;
	color: rgb(74, 147, 255);
}

a:hover {
	color: rgb(140, 187, 255);
}

#message {
	line-height: 150%;
	margin-left: 2em;
}

#message .key {
	font-weight:500;
}

#message .value {
	color: #26D;
	font-weight: 400;
	padding-left:2em;
}

footer {
	border-top: 1px solid #D5D5D5;
	margin-top: 30px;
	padding-top: 25px;
	text-decoration: none;
}

em {
	font-size: 80%;
	font-style: normal;
}

div.expandable {
	font-size: 80%;
}

div.details {
	margin-left: 2em;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
}

.details_check {
	display: none;
}

.details_label {
	color: rgb(74, 147, 255);
}

.details_label:hover {
	color: rgb(140, 187, 255);
}

.details_check:checked ~ .details {
	opacity: 1;
	max-height: 1000px;
}

/* OLD STYLE, DEPRECATE ASAP */

div #details {
	margin-left: 2em;
	opacity: 0;
	max-height: 0;
	-webkit-transition: all 0.5s ease-in-out;
}

#details_check {
	display: none;
}

#details_label {
	color: #26D;
}

#details_label:hover {
	text-decoration: underline;
}

#details_check ~ #details_label:after {
	content: '[+]';
	font-size: 120%;
	font-family: 'Courier', monospace;
}

#details_check:checked ~ #details_label:after {
	content: '[–]';
	font-size: 120%;
	font-family: 'Courier', monospace;
}

#details_check:checked ~ #details {
	display: block;
	opacity: 1;
	max-height: 100px;
	overflow: visible;
}

.success {
	color: #22C900 !important;	// green
}

.error {
	color: #F00 !important;	// red
	font-size: 80%;
/*	font-style: italic;
*/
}

#signature {
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	letter-spacing: -4px;
}

ul {
	list-style: none;
}

ul.bulletted {
	list-style-type: circle;
}
li:hover .gDrive {
	display: inherit;
}

.gDrive {
	float: right;
	display: none;
	margin-top: -4px;
}

/* Home */
#tagline {
	font-size: 110%;
	font-weight: 500;
}
/* FAQ */

ul#faq li:hover .answer {
	max-height: 10em;
	opacity: 1;
	overflow: auto;
}

.question {
	font-weight: bold;
}

.answer {
	margin-left: 2em;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {
	body {
		width: 100%;
	}
	
	#page {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	div #details {
		display: block;
	}
}
