html, body {
  margin: 0;
  color: #FFFFFF;
  background: #515151;
  font-family: Courier, 'Courier New', monospace;
  font-size: 18px;
}

#header {
  height: 80px;
  background: #000000 url('header.png') no-repeat center center;
  margin-bottom: 25px;
  box-shadow: 0 0 25px #000000;
}
#header a {
  color: #FFFFFF;
  text-decoration: none;
}

table {
  width: 80%;
  margin: 0 auto;
}
td {
  width: 25%;
  height: 10px;
  padding-left: 5px;
  vertical-align: middle;
}

tr:not(:first-child) {
	height: 40px;
	vertical-align: middle;
	}
table, th, td {
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
}

#rood {
	color: red;
	}

#cnt a {
	font-size: 23px;
	margin-right: 20px;
	float: right;
	font-weight: 900;
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 25px;
}
#cnt #beheerdelete {
	font-size: 14px;
	}
#cnt a:hover {
  color: red;
  background: black;
}

#cnt span {
	
	margin-top: 3px;
	font-size: 19px;
	float: left;
}

.highlight {
  background: #297A52;
}
.highlight2 {
  background: #A80000;
}
.normal {
  background: #515151;
}

.noborder th, .noborder td {
  border: none;
}

.header {
  background: #000000;
  border-bottom: 1px solid #FFFFFF;
}



.msg, .msg a {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
  text-decoration: none;
}
.msg a:hover {
  text-decoration: underline;
}

.msg img {
	background: white;
	border-radius: 20px;
	margin-bottom: -2px;
	margin-left: 2px;
	}

.title {
  color: #E6E6E6;
  font-size: 18px;
  font-weight: bold;
}

.input, .cntinput {
  margin: 0;
  width: 75%;
  padding: 0;
  color: #FFFFFF;
  background: #515151;
  border: 1px solid #FFFFFF;
}
.cntinput {
  width: 50px;
  margin-right: 4px;
}

.button {
  margin: 0 auto 25px;
  border: 1px solid #FFFFFF;
  border-top: none;
}

.usr {
  padding: 4px;
  text-align: right;
}

#tasks
{
  height: 50px;
  padding: 5px;
  color: #FFFFFF;
  font-size: 16px;
  position: fixed;
  line-height: 25px;
  text-align: center;
  background: #000000;
  text-transform: uppercase;
  box-shadow: 0 0 25px #000000;
  bottom: 0; left: 0; right: 0;
}
#tasks a
{
  color: #FFFFFF;
  text-decoration: none;
}
#tasks a:hover
{
  text-decoration: underline;
}

#fill
{
  height: 85px;
}