body {
	font-family:Consolas, Inconsolata, "Courier New", monospace;
	text-align:center;
	margin:0;
	height:99 %;
}

#datetime {
	position:relative;
	background-color:#eeeeee;
	line-height:1;
	top:1em;
	-ms-transform:translate(0, 50 %);
	transform:translate(0, 50 %);
}

.logo {
	/*position:relative;*/
	top:20px;
	left:20px;
	text-align:left;
}

#helpIco {
	position:absolute;
	bottom:20%;
	right:20px;
}

#rambleText {
	text-align:left;
	font-size:11px;
	/*position:relative;
	margin:auto;
	top:1em;
	overflow:auto;*/
}

#footer {
	bottom:5px;
	right:5px;
	position:absolute;
	margin:20px;
}


a {
	text-decoration:none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

#closeHelp {
    text-align: right;
    color: #aaaaaa;
    float: right;
    font-size: 36px;
    font-weight: bold;
}

#closeHelp:hover,
#closeHelp:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (min - width:768 px) {
	#datetime {
		top:1em;
		bottom:0;
		right:0;
		left:0;
		margin:auto;
	}
}
