html,body {
	padding: 0;
	margin: 0;
	background-color:#88f;
	
}

#username_details, #username_details a, #logout {
	color:white;
}

#logout {
  cursor:pointer;

}
h1 {
	color:white;
	font-weight:bold;
}

#doobielist, #otherside {
	background-color: white;
	border: 10px solid #3300ff;
	border-radius:15px;
	margin: 50px 40% 0px 0;
	padding: 12px
}

#doobielist li {
	list-style:none;
	cursor: pointer;
}

#doobielist li.done {
	list-style: none;
	color: green;
}

#doobielist li.notdone {
	color: red;	
}

#doobielist .doobie .markUndone {
	color: black;	
}

.add_new_item_click {
	margin-top:15px;
	background-color:white;
}

