html {

	overflow: hidden;

}

body {

	overflow: auto;

}

html, body, .container-fluid, .row, #lists {

	height: 100%;

}

h1 {

	font-family: Oswald;
	border-bottom: 1px solid #aaa;
	text-transform: uppercase;
	margin-bottom: 0;

}

div#lists h1 {

	text-align: center;
	margin-left: 24px;
	margin-right: 24px;

}

div#lists {

	background-color: #ccc;
	padding: 0;
	
}

div#lists ul{

	font-family: Oswald;
	font-size: 18px;
	line-height: 24px;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
	margin-left: 0;
	left: 0;
	right: 0;

}

div#lists ul li {

	padding: 14px 24px;

}

ul li button {

	border: none;
	background: transparent;
	float: right;
	font-size: 18px;
	line-height: 24px;

}

input {

	background: transparent;
	border: none;
	outline: none;
	margin: 0;

}

div#lists input {

	font-family: Oswald;
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	padding: 14px 24px;

}

div#main {

	overflow-y: auto;
	height: 100%;
}

div#main ol {

	width: 60%;
	left: 0;
	margin: 0;
	padding: 0;

}

div#main li {

	padding: 12px;
	margin: 2px auto;
	border: 1px solid;
	border-radius: 3px;
	list-style-position: inside;
	background-color: #fff;

}

div#lists ul li.selected {

	background-color: #99ccff;	

}