/* tables */
#custom-drag table {
	background-color: #eee;
}

#td0{
	width:50%;
}

#td1{
	width:50%;
	background:rgb(255, 255, 200);
}

#td2{
	width:50%;
	background:rgb(255, 230, 185);
}
#td3{
	background:rgb(230, 255, 215)
}
#td4{
	background:rgb(215, 225, 255);
}
#td5{
	background:rgb(255, 255, 255);
	height:287px;
}
#td0{
	background:rgb(240, 240, 240);
	border:none;
}

#td0List{
	background:rgb(240, 240, 240);
}
#td1List{
	background:rgb(255, 255, 200);
}
#td2List{
	background:rgb(255, 230, 185);
}
#td3List{
	background:rgb(230, 255, 215)
}
#td4List{
	background:rgb(215, 225, 255);
}
#td5List{
	background:rgb(255, 255, 255);
}

/** title */
.nowDiv{
	background:rgb(255, 0, 0);	
	color:#fff!important;
}
.toDoDiv{
	background:rgb(100, 100, 100);
	color:#fff!important;
}
.dringendNichtWichtigDiv{
	background:rgb(255, 255, 120);	
}
.dringendWichtigFurMichDiv{
	background:rgb(255, 210, 105);
}
.nichtDringendNichtWichtigDiv{
	background:hsl(98, 100%, 75%);	
}

.nichtDringendWichtigFurMichDiv{
	background:rgb(165, 175, 255);
}
.doneDiv{
	background:rgb(0, 255, 0);	
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}