html {
	height:100%;
}

body {
	margin:0; 
	padding:0; 
	height:100%; 
	background:#000000;
}

img {
	border-radius: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#sidebar {
    position: absolute;
    top: 10%;
    right: 10px;
	width: 300px;
    height: 80%;
}

.modal-dialog {
    max-width: 760px !important;
}

.modal-footer {
    border-top: none !important;
}
