body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	text-align: center;
}

a {
	color: #000;
}

a:hover, a:focus {
	color: #000;
}

.container {
	max-width: 1000px;
}

.notifications {
	display: none; 
	background-color: #ffb;
}
.notifications a {
	color: #000;
}

#header {
	background-color: #000;
	background-image: url("logo.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 0 0 10px 10px;
	margin-bottom: 50px;
}

#header h1 {
	font-size: 50px;
	color: #fff;
	margin-top: 10px;
}

#refresh-icon {
    color: #fff;
    position: relative;
    float: right;
    margin-top: -20px;
    margin-right: -10px;
}

#download-form {
	padding-bottom: 30px;
}

h2 {
	font-weight: bold;
}

.form-control.dark:focus {
	border-color: #000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}
.btn-dark {
	color: #fff;
	background-color: #555;
	border-color: #555;
	font-weight: bold;
}
.btn-dark:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
	font-weight: bold;
}
.btn-dark:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	font-weight: bold;
}

.btn-btc {
	color: #fff;
	background-color: #f58d1d;
	border-color: #f58d1d;
	font-weight: bold;
}

.panel-dark {
	border-color: #000;
	border-radius: 10px;
}
.panel-dark>.panel-heading {
	color: #fff;
	background-color: #000;
	border-color: #000;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.panel-dark>.panel-body {
	min-height: 190px;
}

#ads-box {
	padding-bottom: 40px;
}

#sharing-box {
	padding-bottom: 30px;
}

#torrents-panel {
	min-height: 0px !important;
}

.progress {
	height: 32px;
}

.progress-dark {
	background-color: #aaa;
}

.progress-label {
	position: absolute;
	padding: 5px;
}

.info-success {
	color: #000;
}

.info-warning {
	color: #8a6d3b;
}

.info-danger {
	color: #a94442;
}

.tooltip {
	z-index: 10;
}

#disclaimer {
	padding-top: 30px;
}

.btn.donate {
	background-color: #F7931A;
	border-color: #FAA43D;
	color: #fff;
}

.donations.progress {
	position: relative;
}

.progress .amount {
	position: absolute;
	left: 5px;
	margin-top: 5px;
	color: #333;
}

.progress .amount-needed {
	position: absolute;
	margin-top: 5px;
	right: 5px;
	color: #333;
}

#countdown {
	font-weight: bold;
}

.advertise-here-link {
	line-height: 50px;
}

#adcopy-outer {
	margin: auto !important;
}

#nlpCaptchaOuterContainer {
	margin-left: 329px;
}

#confidentcaptcha_wrapper {
	display: table;
	margin: auto;
}


#restricted-notice {
	color: #a94442;
	font-weight: bold;
	padding-bottom: 15px;
}

.adsterra {
	padding-bottom: 20px;
}

.adsterra a img {
    height: auto;
    max-width: 100%;
}

#social-icons {
	color: #fff;
	float: right;
	font-size: 20px;
	position: absolute;
	right: 5px;
}

#social-icons a {
	color: #fff;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*
     FILE ARCHIVED ON 10:23:33 Dec 06, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:35:19 Jul 31, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/