﻿h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, body, form, html, blockquote, fieldset, input {
	margin-left: 0px;
	padding: 0;
}

p {
	line-height: 2em;
	margin-top: 30px !important;
}

html, body {
	font-family: 'Open sans light';
	font-size: 0.8em;
	height: 100%;
	margin: 0;
}

body.top-align {
	height: auto;
}

body.blue {
	background: #085278;
	color: #fff;
}

body.left-align * {
	text-align: left !important;
}

h1, .h1 {
	font-weight: normal;
	font-size: 2em;
	padding: 0;
	margin: 0;
}

.highlight {
	color: #c00;
}

.highlight a {
	color: #c00;
}


.hidden {
	display: none;
}


div {
	text-align: center;
	height: 32%;
	width: 90%;
	min-width: 300px;
	font-size: 14px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding-bottom: 20%;
}

.top-align div {
	width: auto;
	margin: 20px 40px;
	height: auto;
	position: relative;
	padding-top: 5%;
	padding-bottom: 0;
	box-sizing: border-box;
	height: auto;
}


a {
	color: #000;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url(//cdn6.findmyshift.com/fonts/open-sans.eot);
	src: url(//cdn6.findmyshift.com/fonts/open-sans.eot?#iefix) format('embedded-opentype'), url(//cdn6.findmyshift.com/fonts/open-sans.woff) format('woff');
}


@font-face {
	font-family: 'Open Sans Light';
	font-style: normal;
	font-weight: 300;
	src: url(//cdn6.findmyshift.com/fonts/open-sans-light.eot);
	src: url(//cdn6.findmyshift.com/fonts/open-sans-light.eot?#iefix) format('embedded-opentype'), url(//cdn6.findmyshift.com/fonts/open-sans-light.woff) format('woff');
}