* {
	box-sizing:					border-box;
}

body {
	font-family:				Arial, Helvetica, sans-serif;
}

a {
	color:						orange;
}

a:link {
	text-decoration:			none;
}

a:visited {
	text-decoration:			none;
}

a:hover {
	text-decoration:			underline;
}

a:active {
	text-decoration:			none;
}

.GSAll {
	max-width:					800px;
	margin:						auto;
}

.GSHeader {
	background-color:			#f1f1f1;
	padding:					30px;
	text-align:					center;
}

.GSRow {
	display:					-webkit-flex;
	display:					flex;
}

.GSColumn {
	padding:					10px;
}

.GSColumn .GSColumnSide {
	-webkit-flex:				1 1 200px;
	-ms-flex:					1 1 200px;
	flex:						1 1 200px;
}

.GSSidebar {
	min-width:					200px;
}

.GSSidebar h4 {
	margin-bottom:				2px;
}

.GSSidebar ul {
	margin-top:					0;
}

.GSColumn .GSColumnMiddle {
	max-width:					500px;
	-webkit-flex:				2 2;
	-ms-flex:					2 2;
	flex:						2 2;
}

.GSFooter {
	background-color:			#f1f1f1;
	padding:					10px;
	text-align:					center;
}

.GSHighlightBox {
	border:						2px solid rgb(146, 180, 192);
	background-color:			rgb(173, 216, 230);
	padding:					10px;
}

.GSHighlightBox a {
	color:						rgb(77, 102, 111);
}

.GSImage img {
	display:					block;
	border:						1px solid black;
	width:						60%;
	height:						auto;
	margin:						auto;
}

.GSImage {
	margin:						8px;
	padding:					2px;
	color:						black;
	font-style:					italic;
}

@media (max-width: 600px) {
	.GSRow {
		-webkit-flex-direction:		column;
		flex-direction:				column;
	}

	.GSImage {
		width:						90%;
		height:						auto;
		margin:						auto;
	}
}

.greytext {
	color:						rgb(109, 109, 109);
}
