body{
	margin-top: 0px;

}
h1 {
  	text-align: center;
}

h2 {
	text-align: center;
	margin-bottom: 0px;
}

h3 {
	text-align: center;
	margin-top: 0px;
}

table {
	margin-left: auto;
  	margin-right: auto;
  	border-collapse: collapse;
}

th {
	vertical-align: bottom;
	background: blue;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 0px;
}

tr:nth-child(even) {
	background-color: lightgrey;
}

td {
	padding: 20px;
	border: 0px;
}

table th:nth-child(1) {
	text-align: center;
}

table th:nth-child(2) {
	text-align: center;
}

table th:nth-child(3) {
	text-align: left;
}

table th:nth-child(4) {
	text-align: center;
}

table th:nth-child(5) {
	text-align: center;
}

table td:nth-child(1) {
	text-align: center;
}

table td:nth-child(2) {
	text-align: center;
}

table td:nth-child(4) {
	text-align: center;
}

table td:nth-child(5) {
	text-align: center;
}

#devicelist > ul > li {
	padding-top: 10px;
}

#devicelist > ul > ul > li {
	text-decoration: underline;
	cursor: default;
}

li {
	list-style-type: none;
	font-size: large;
}

#topbar {
	position: sticky;
	top: 0;
	background-color: blue;
	padding: 5px;
	font-size: 15px;
	color: white;
	display: block;
	height: 75px;
}

#container {
	display: flex;
	flex-direction: row;
	height: calc( 100% - 85px)
}

#devicelist {
	padding-right: 10px;
	background-color: blue;
	color: white;
}

#devicelist a:visited,
#devicelist a:link,
#devicelist a:hover,
#devicelist a:active {
	color: white;
}

#buildlist {
	flex: 1;
	width: auto;
}

#selectdevice {
	text-align: center;
	padding: 100px;
	font-size: x-large;
}