.pages[data-page="daywrapper"] .header, .pages[data-page="daywrapper"] .weekscroll, .pages[data-page="daywrapper"]  .calfooter, .userwrapper, .topwrapper, .news, .newToDoContainer, #ui-datepicker-div {
	display: none !important;
}

.pages[data-page="daywrapper"] {
	width: 880px !important;
	max-width: 880px !important;
	min-width: 880px !important;
}

td, input {
	color: black !important;
}

tr td {
	border-bottom: 1px solid lightgrey;
	line-height: 35px;
	height: 35px;
}

body {
	width: 900px;
	background: none;
}

.backgroundimage {
	display: none !important;
}

.todoliste {
	width: 100%;
	left: 0px;
	height: auto !important;
}

.pages {
	height: 100% !important;
	max-height: none;
	min-height: 0px;
	overflow: visible !important;
	zoom: 1;
	display: block;
	position: relative;

}

table th {
	color: black;
	border-bottom: 2px solid black;
	font-weight: bold;
}

.send, .thsend {
	overflow: hidden;
	display: none;
}
.done:before {
	outline: 1px solid black;
}

.gesendetvon {
	color: grey;
}

.backgroundimage {
	background: none;
}

.todoliste {
	top: 0px;
}

.todoliste:before {
	content: 'ToDo Liste';
	text-align: center;
	width: 100%;
	display: block;
	font-size: 40px;
	margin-bottom: 20px;
}

.tdtimestamp, .tddeadline {
	font-size: 12px;

}
th.deadline {
	width: 70px;
}


.tddeadline input {
	width: 70px;
}

.todotable tr.red, .todotable tr.yellow {
	background: none !important;
}

thead th {
	background: none;
}





















