/*Global styles*/
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #777;
	background-color: #fff;
}

div {
	line-height: 1.4em;
}

ul {
	list-style-type: square;
	font-size: 0.85em;
}

/*Typography related styles*/

.thinTitle {
	color:#fff;
	font-family: hshieh, sans-serif;
	font-weight: 300;
}

.borderedText
{
	border: 2pt solid;
	margin: 4pt;
	padding:4pt;
	color:#fff;
	text-align:center;
}

.yearMarker
{
	border: 1pt solid;
	margin-left: 4pt;
	margin-right: 4pt;
	margin-top: 0pt;
	margin-bottom: 10pt;
	padding: 0 2pt;
	font-size: 0.75em;
	text-align: center;
	color: #777;
}

.workTypeMarker
{
	border-bottom: 1pt solid #ddd;
	font-weight: 500;
	font-size: 0.85em;
	width: 100%;
}

.darkText
{
	color:#999;
}

.darkerText
{
	color:#777;
}

.lightText
{
	color:#fff;
}

.sectionHeader
{
	color:#fff;
	background-color: #33b5e5;
	padding:10pt;
}

/*Positioning styles*/
.innerContentDiv {
	position: relative;
	top: 30%;
	width: 60%;
	transform: translateY(-30%);
}

.verticallyCenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.up-down-arrows{
	bottom:0;
	display:block;
	margin-bottom:10;
	margin-right:15;
	position:fixed;
	right:0;
}
