body{
	margin: 0px;
	font-size: 14px;
	font-family: sans-serif;
	color: #000000;
}

h1{
	padding-left: 20px;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

.header {
  background-color: #f7f7f7;

}

h1:nth-child(4) {
  color: red;
}

.OfflineTab{
	background-color: #fe7777;
	width: 100%;
	float: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 3px solid #ff3333;
	cursor: not-allowed;
}

.Tab{
	background-color: #f7f7f7;
	width: 100%;
	float: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 3px solid #e2e2e2;
	cursor: pointer;
}

div.main{
	text-align: center;
    width: 100%;
	clear: left;
	padding: 20px;
	box-sizing: border-box;
}

.content{
	box-sizing: border-box;
    width: 100%;
}



@media only screen and (min-width: 600px) {
	/* For tablets: */
	.Tab{ width: 50%;}
	/*.tab~.tab {background:green;}*/

}

@media only screen and (min-width: 768px) {
	/* For desktop: */
	.Tab{ width: 25%;}
}



div.TabMenu{
	width: 25%;
	background-color: #e1e1e1;
	position: fixed;
	height: 50px;
	border-left: 5px #666 solid;
	border-bottom: 5px #666 solid;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

.SelectedTab{
	background-color: #666;
	border-color: #666;
	color: white;
}

.footer{
	width: 100%;
	height: 90px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0%;
	background-color: #f7f7f7;
	opacity: 1;
	border-top: 3px solid #e2e2e2;
	display: none;
}

div.configBtn{
	float: left;
	width: 200px;
	height: 60px;
	background-color: #e1e1e1;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size:120%;
	border: 3px #666 solid;
	cursor: pointer;
	margin-right: 25px;
	margin-bottom: 25px;
	font-weight: bold;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

th, td {
  border: 1px solid black;
  padding: 5px;
}

.dot {
	border-radius: 50%;
  	width: 50px;
    height: 50px;	
    border: 3px solid #a84b00;
	float: left;
	margin: 10px;
	cursor: pointer;
}

.ContextLink{
	float: left;
	margin: 10px;
	font-weight: bold;
	font-size: 1.25em;
	border: solid lightgray;
	padding: 3px;
	cursor: pointer;
}

input.salt{
	background-color: lightgray;
	text-align: center;
	font-size: 2em;
	width: 8em;
}