.h1, .h2, .h3, h1, h2, h3 {
	/*font-family: 'Alice', serif;
	font-weight: 600;*/
}
html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
body {
	margin-bottom: 120px; /* for footer space */
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
	margin-top: 150px;
	padding:20px 0 75px 0;
}

/* for all list.js lists */
.list {
	list-style-type:none;
	padding:0;
	margin:0;
}


/*input:required {
	border-width: 3px;
	border-color: #222222;
}*/

.help-block {
	color: red;
}

.pagination li {
  display:inline-block;
  padding:5px;
}