/*  
10kBeats - Bad Bunny Archives - Gallery CSS
*/

* {
    margin: 0;
    padding: 0;
}

::selection {
	background: #cfcab8;
	color: #1a1a1a;
	text-shadow: none;
}
::-moz-selection {
	background: #cfcab8;
	color: #1a1a1a;
	text-shadow: none;
}

body {
	background: #fcfcfc;
	color: #7d7d7d;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
    font-weight: 400;
    font-optical-sizing: auto;
	line-height: 24px;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

a:hover {
    text-decoration: none;
}

.maintable {
	margin-bottom: 60px;
	padding: 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #e1e1e1;
	border-spacing: 4px;
	position: relative;
	z-index: 15;
}

.btable {
	background: transparent;
	margin: 0 auto 60px auto;
	padding: 0;
	border: none;
}

.tableh1, #voting_title, #comments .tableh2 {
    padding-bottom: 12px;
    color: #1a1a1a;
	font-family: 'Oswald', sans-serif;
	font-size: 27px; font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
    border-bottom: 1px dashed #e1e1e1;
	position: relative;
}

.tableb, .tablef {
	padding: 15px 0;
}

.tableb a, .tablef a {
    color: #e0401f;
    font-weight: 700;
}

.tableb a:hover, .tablef a:hover {
    color: #0099bb;
}

.tableh2 a {
	color: inherit; 
	text-decoration: none;
}