html {
	overflow-y: scroll;
}

body {
	background-color: white !important;
}

/* initialy don't show stream-list */
div #streamList {
	display: none;
}

/* footer */
div .info {
	display: block;
	border-top: 1px solid #E5E5E5;
	color: #777777;
	margin-top: 100px;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
}
