.html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
}

table { 
    border-collapse: collapse; 
	font-size: 16px;
}

.tdbottom {
  border-bottom:1px solid black;
	font-size: 16px;
}

.color_red {
	color: #F00;
	font-size: 16px;
}
.color_blue {
	color: #00F;
	font-size: 16px;
}
.color_green {
	color: #080;
	font-size: 16px;
}
.color_brown {
	color: #A0522D;
	font-size: 16px;
}

#id_completed {
	display: none;
	font-size: 16px;
}

#id_seeded {
	display: none;
	font-size: 16px;
}

#id_deleted {
	display: none;
	font-size: 16px;
}

.navigation ul {
	list-style: none;
	padding: 10px;
	width: 650px;
	margin: 0 auto;
}

.navigation ul li {
	float: left;
	margin: 0 10px;
}

.red_square {
  border: solid 4px #f00;
  width: 0px;
  height: 0px;
  margin-right: 5px;
}
.amber_square {
  border: solid 4px #ffbf00;
  width: 0px;
  height: 0px;
  margin-right: 5px;
}
.green_square {
  border: solid 4px #0f0;
  width: 0px;
  height: 0px;
  margin-right: 5px;
}
.blue_square {
  border: solid 4px #00f;
  width: 0px;
  height: 0px;
  margin-right: 5px;
}


.td_massive {
	height: 200px;
}

.massive {
	font-size: 30px;
	height: 100px;
	color: #f00;
}


.loginbody {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
