@charset "utf-8";
/* CSS Document */
.container {
width:95%;
}
button {
  background-color: #CCCCCC;
  width:80%;
  height:35px;
  border: none;
  color: #666666;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.submit {
	width:200px;
}
.admin_column {
	width:15%;
}
.admintable {
		border:none;
		width:95%;
		text-align:center;
		
}
.admintable tr {
          nth-child(even) background-color: #f2f2f2;
        }
.admintable tr:hover {
          background-color: #ffff99;
        }
.narrow {
	width:70%;
}
.warning {
    color:#FF0000;
}
.home {
    color: #FF0000;
}