
#mainMenu {
	margin:10px;
	width:100%;
	font-family: sans-serif;
}
#mainMenu li {
	display:block;
	width:8%;
	float:left;
	margin-left:2px;
	margin-bottom:80px;
	border:1px solid #3a3a3c;
  /*border:1px solid #2ebef8;*/

}

#mainMenu a {
  display:block;
	text-align:center;
	padding:3px;
	text-decoration:none;
  background-color:#3a3a3c;
	/*background-color:#2ebef8;*/
	color:#fff;
  min-height:40px;
}

#mainMenu a:hover {
	background-color:#b3b3b3;
	color:#000;
}

#table{
	margin-top:10%;
	border:1px solid #2ebef8;
	padding: 3%;
	clear: both;
	overflow: hidden;
	margin:auto;
	width:90%;
}

#table th {
font-size:20px; 
background-color:#2ebef8;
}

#table table{table-layout: auto;
  			 width: 100%;
  			 text-align:center;
  			 font-size:16px;
  			 border:1px solid #2ebef8;
  			 margin-bottom: 10px;
  			}
#inv table{
  			 width: 32%;
  			 margin:auto;
  			}

#table tr:nth-child(even){background-color: #e9e9e9;}

#table input{
  width: 20%;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 5px 10px 5px;
  margin:5px;
}
#table input[type="radio"]{
width:1%;
}
#table label{
	width:80px;
  	display:inline-block;
  }
#table button{
  background-color:#2ebef8;
  border: none;
  color: white;
  width:150px;
  padding-top:7px;
  padding-bottom:7px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 6px;
  font-size:14px;
}
.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
a#edit{
text-decoration:underline;
color: #1ebdfa;
cursor: pointer;
}

.dropdown {
}
.dropdown .dropbtn {
  font-size:18px;
  width:100%;
  border: none;
  outline: none;
  color: white;
  background-color: #2ebef8;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #b3b3b3;
}
.dropdown-content 
{ 
  display: none;
  position: absolute;
  background-color: #f9f9f9;
}
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd}

.dropdown:hover .dropdown-content {
  display: block;
}

.sbsummary#table th {
font-size:17px; 
}
.sbsummary#table td {
font-size:14px; 
}




