@import 'https://fonts.googleapis.com/css?family=Open+Sans';

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75em;
	font-size: 16px;
	/*background-color: #222;*/
	background-image: linear-gradient(#000000, #333333);
	color: #aaa;
}

.simple-button {
    background-color: #292d2e;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.simple-container {
	max-width: 675px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 20px;
}

.simple-print {
	fill: white;
	stroke: white;
}
.simple-print svg {
	height: 100%;
}

.simple-close {
	color: white;
	border-color: white;
}

.simple-ext-info {
	border-top: 1px solid #aaa;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
p {
	font-size: 16px;
}

h1 {
	font-size: 30px;
	line-height: 34px;
}

h2 {
	font-size: 20px;
	line-height: 25px;
}

h3 {
	font-size: 16px;
	line-height: 27px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
}

hr {
	height: 1px;
	background-color: #d8d8d8;
	border: none;
	width: 100%;
	margin: 0px;
}

.window-title {
	background:#ff9800;
	color:white;
	font-size: 16px;
	border:0px solid #ff9800;
	margin-top:10px;
	margin-bottom:0px;
	padding: 10px;
	overflow: hidden;
}

.window-content {
	background:rgba(0,0,0,0.85);
	color:white;padding:10px; 
	margin-top: 0px; 
	margin-bottom:10px;
	overflow: hidden;
}

label {
    display: inline-block;
    width:250px;
    text-align: right;
	font-weight: bold;
}
.center-button {
	text-align: center;
}

.col33 {
	width: 33%;
	float: left;
	overflow:hidden;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.col20 {
	width: 20%;
	float: left;
	overflow:hidden;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}

.col60-wrapped {
	width: 60%;
	float: left;
	overflow:hidden;
	display:inline-block;
	white-space: normal;
	word-wrap: normal;
	font-size: 12px;
}

.col50 {
	width: 49%;
	float: left;
	overflow:hidden;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

a[href] {
	color: #1e8ad6;
}

a[href]:hover {
	color: #3ba0e6;
}

img {
	max-width: 100%;
}

li {
	/*line-height: 1.5em;*/
}

ul {
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
}

aside,
[class *= "sidebar"],
[id *= "sidebar"] {
	max-width: 90%;
	margin: 0 auto;
	border: 1px solid lightgrey;
	padding: 5px 15px;
}

@media (min-width: 1921px) {
	body {
		font-size: 18px;
	}
}