/* DEFAULT STYLES */

html,body,table {
	background-color: #000000;
	color: #eeeeee;
	font-family: 'Nunito Sans', sans-serif;
}

html {
}

body {
}

a {
	color: #fff4a8;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

hr {
	height: 1px;
	background-color: #cccccc;
	top: 0px;
	border: 0px;
}

h2 {
	font-weight: 200;
}


/* time */

.time_holder {
	width: 100%;
}

.time_row {
	clear: both;
	overflow-x: hidden;
	overflow-y: auto;
}

.time_col {
	width: 16.66%;
	float: left;
	padding: 0.5em;
	box-sizing: border-box;
	cursor: pointer;
}

.time_col span {
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	border: 1px solid #444444;
	text-align: center;
}

.time_col span:hover {
	border: 1px solid #888888;
}

.time_col_selected span {
	border: 1px solid #00ee00;
	color: #00ee00;
}

.time_col_selected span:hover {
	border: 1px solid #00ee00;
	color: #00ee00;
}

.time_col_unselectable {
	cursor: default !important;
}

.time_col_unselectable span {
	color: #666666 !important;
	text-decoration: line-through;
	border: 1px solid #222222;
}

.time_col_unselectable span:hover {
	color: #666666 !important;
	border: 1px solid #222222;
}

/* hide superfluous lightgallery toolbar buttons */

#lg-share {
	display: none !important;
}

#lg-zoom-in {
	display: none !important;
}

#lg-zoom-out {
	display: none !important;
}

#lg-actual-size {
	display: none !important;
}

.lg-fullscreen {
	display: none !important;
}

.lslide {
	cursor: pointer;
}

.lslide img {
	width: 100%;
}