/*  
10kBeats - Dylan O'Brien Daily v4 - Gallery CSS

*/

::-webkit-scrollbar {
	width: 14px; height: 7px;
	background: #bfbfbf;
	border: 6px solid #ffffff;
}

::-webkit-scrollbar-thumb {
	background: #4e964d;
	border: 3px solid #ffffff;
}

::selection {
	background: #b54a83;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #b54a83;
	color: #ffffff;
	text-shadow: none;
}

/* MAIN */

body {
	background: #ffffff;
	color: #737373;
	font: 300 14px/24px 'Nunito', sans-serif;
}

.maintable, .maintable01, .maintable02, .albtable {
	margin: 0 auto 6vw auto;
	padding: 0;
	letter-spacing: 0.01em;
	border-spacing: 0;
	box-sizing: border-box;
	position: relative;
}

.maintable02 { margin-bottom: 4vw; }

.tableh1 {
	padding: 20px;
	font: 400 30px/100% 'Bebas Neue', cursive;
	background: transparent;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0;
	border-top: 1px solid #000000;
	vertical-align: top;
	position: relative;
}

.tableh1 strong { font-weight: normal; }
.maintable .tableh1 span, .maintable01 .tableh1 span {
	padding-left: 20px;
	position: relative;
}
.maintable .tableh1 span table { width: 96%; display: table; }
.albtable { margin-top: 50px; }

.tableh2 { background: transparent; padding: 0; } 
.tableh2 strong { font-weight: normal !important; }
.tableh2 a {
	color: inherit;
	font-size: inherit;
	text-shadow: none;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.tableh2 a:hover {
	text-decoration: underline;
}

.tableb, .tablef {
	background: #f3f3f3;
	padding: 20px;
	letter-spacing: 0.01em;
	position: relative;
}

.tableb a, .tablef a {
	color: #b54a83;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.tableb a:hover, .tablef a:hover {
	color: #000000;
	text-decoration: none;
}

.tableb p { font-size: inherit; }
.tableb tt { font-size: 12px; }