/* ************************************************
	Style for Desktop Computers
************************************************ */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
* {
	font-family: "Lato",sans-serif;
	font-weight: 400;
}
b {
	font-weight: 700;
}
input, textarea {
	padding: 15px;
}
.button {
	width: 220px;
	white-space: normal;
}
.wrapper {
	min-height: 100%;
	position: relative;
}
.header {
	display: table;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	background-color:#1A1A1A;
}
.header h1 {
	display: table-cell;
	vertical-align: middle;
	color: #999999;
	font-weight: 200;
	padding-left: 25%
}
.content {
	display: table;
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: auto;
}
.content_wrap, .content_wrap_form, .content_wrap_stationlist {
	display: table-cell;
	width: 500px;
	text-align: left;
}
.content_faq {
	display: table-cell;
	width: 1000px;
	text-align: left;
}
.footer {
	display: table;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: 0px;
	background-color:#1A1A1A;
}
.footer p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #999999;
	font-weight: 200;
}
.error_red {
	color: red;
}
.error_green {
	color: green;
}
.stationlist {
	width: 500px;
	border-spacing: 0px;
}
.stationlist_headers {
	background-color: #1A1A1A;
	color: #FFFFFF;

}
.stationlist tr td {
	margin: 0px;
	padding: 5px;
}
.dummy {
	display: none;
}
a.tip {
  position: relative;
  text-decoration: none;
}
a.tip:hover:before {
  display: block;
  position: absolute;
  padding: .5em;
  content: attr(comment);
  min-width: 120px;
  max-width: 200px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: wrap;
  top: -20px;
  right: 20px;
  background: rgba(0,0,0,.8);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  color: #fff;
  font-size: .86em;
}
