* {
	maring: 0;
	padding: 0;
}

.hide {

}

body {	
	font-size: 100%;
	padding: 0;
	background: transparent;
	color: #fff;
	margin: 0;
}

/******************************
 *      C O N T R O L S       *
 ******************************/
#controls img {
    width: 20px;
    height: 20px;
	background: rgba(0, 0, 0, 0);
	padding: 5px;
	opacity: 0.8;
}

#controls img:hover { 
  	position:relative;
  	opacity: 0.5;
}

/************************
 *      N O T E S       *
 ************************/
ul, li {
	list-style: none;
}

ul {
	overflow: hidden;
	margin: 0;
}

ul li {
	position: relative;
	box-shadow: 0px 0px 10px 0px #666666;
    margin: 10px 5px;
}

ul li div {
	text-decoration: none;
	position: relative;
	color: #000;
	background: #fff;
	display: block;
	height: auto;
	min-height: 150px;
	width: calc(100% - 10px);
	padding: 5px;
}

p {
	color: #666;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0 5px;
		font-size: 12px;
		margin: 0;
}
ul li div img {
	padding: 8px;
	margin: 0;
	position: absolute; 
	top: 0; 
	right: 0;
	    height: 20px;
    width: 20px;
    opacity: 0.8;
}

ul li textarea {
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0); /* transparent background */
	resize: none;
	padding: 3px;
	border-style: none;
}

.note-title, .speaker, .passage {
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	width: 97.5%;
}

.note-title {
	width: calc(97.5% - 30px);
}
.note-content {
	font-size:15px;
	height: 150px;
	width: 95%;
}

ul li:nth-child(even) div {   
  position:relative;  
}

ul li:nth-child(3n) div {  
  position:relative;  
}

ul li:nth-child(5n) div {   
  position:relative;  
}

ul li div:hover, ul li div:focus {   
  position:relative;  
  z-index:5;   
}

/* define 3 different colours for the notes */
ul li div.colour1 {
	background: #fff;
}
ul li div.colour2 {
	background: #fff;
}
ul li div.colour3 {
	background: #fff;
}