
body {
	overflow-y: scroll;
}

html, body {
	background-color: #dcdcdc;
    height: 98%;
}

#footer {
	display: none;
}

@media print
{
	#footer {
		display: block;
		position: fixed;
		bottom: 0;
	}
}

.printBodyBg {
	padding: 3em;
	background-color: #ffffff;
}

.container {
	border-radius: 5px;
    border: 1px solid #979797;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:30px;
	padding-right:30px;
	min-height: 99%;
	/*height: 100%;*/
}

.sortableList{
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

.sortableList li {
	margin: 3px 3px 3px 0; 
	padding: 5px;
	font-size: 1em;
	text-align: left;
	color: #000;
	font-weight:normal;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	cursor: pointer;
}