html {
	background: no-repeat center center fixed; 
	background-size: cover;
	background-color: #181818;
}

a {
	color: white;
	text-decoration: none;
}

body {
	margin: 15;
	color: white;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

button {
  appearance: none;
  border: solid black 1px;
  border-radius: 10px;
  padding: 5 10 5 10;
  margin: 0;
  color: white;
  text-align: center;
  text-align-last: center;
  font-size: 14px;
  font-family: inherit;
  line-height: inherit;
  background-color: rgba(68,68,68,0.9);
}

.small_button {
	margin: 0;
	padding: 0;
  color: white;
	border: none;
	cursor: pointer;
  font-size: 10px;
	background: none;
  border: solid black 1px;
  border-radius: 8px;
  padding: 2 4 2 4;
  background-color: rgba(88,88,88,0.9);
}

.underline_button {
	margin: 0;
	padding: 0;
	color: #dddddd;
	border: none;
	cursor: pointer;
	font-size: 10px;
	background: none;
	border: solid black 0px;
	text-decoration: underline;
}

.nodetd {
	align: left;
	text-align: left;
	vertical-align: center;
	padding: 5 5 0 0;
	font-size: 12px;
}

.timetable {
	align: center;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	padding: 5 5 5 5;
}

.weather {
	align: center;
	text-align: center;
	border:solid black 0px;
	border-radius:10px;
	overflow: hidden;
	background-color: rgba(24,24,24,0.9);
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.nodeinfotdpink {
	color: #ae5dc9;
	text-align: left;
	padding-right: 50px;
	font-size: 18px;
}

.nodeinfotdwhite {
	color: white;
	text-align: right;
	padding-right: 50px;
	font-size: 18px;
}

.attr {
	color: white;
	text-align: right;
	padding-right: 5px;
	font-size: 16px;
}

.red {
	color: red;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.pink {
	color: #ae5dc9;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.orange {
	color: orange;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.blue {
	color: #6c6cd7;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.white {
	color: white;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.green {
	color: #4bea1f;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.gray {
	color: #d7d7d7;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
