html {
	overflow-y:scroll;
}

body {
	background: #0e0e0e;
	margin: 0px;
}


#container {
	padding: 10px 0px 25px;
	width: 740px;
	margin: auto;
	text-align:center;
}


#logo {
	width:185px;
	height:150px;
	background-image:url(/images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom: 20px;
	display: inline-block;
}
#logo:hover {
	filter: brightness(1.4);
	-webkit-filter: brightness(1.4);
}


#menu {
	padding: 0;
	margin-bottom: 20px;
}

#menu a, .donate {
	display: inline-block;
	width: 135px;
	padding: 10px 0;
	border-radius: 5px;
}
#menu a:hover, .donate:hover, #menu a.active, #menu a:active {
	background-color: #00292a;
}
#menu a {
	margin-left:2px;
}
#menu a:first-child {
	margin-left:0px;
}


#content {
	width: 100%;
	overflow:hidden;
	margin-bottom:20px;
}

#cards_left {
	width: 360px;
	margin-right:20px;
	float:left;
}
#cards_right {
	width: 360px;
	float:left;
}

.card {
	width: 280px;
	padding: 20px 40px;
	background-color:#222;
	margin-bottom:25px;
	float:left;
	display:block;
	text-align:left;
	
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #050505;
}
.cardlarge {
	width:660px;
}

.servers {
	overflow:hidden;
}
.server {
	width:100%;
	height:32px;
	margin-bottom:4px;
	float:left;
	
	transition: opacity 0.3s;
	transition: filter 0.3s;
	-webkit-transition: -webkit-filter 0.3s;
}
.server_all {
	border-bottom: 2px solid #393939;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.server.offline {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity:0.6;
}

.country {
	width:32px;
	height:32px;
	margin-right:15px;
	float:left;
	opacity:0.8;
	
	transition: opacity 0.3s;
	transition: filter 0.3s;
	-webkit-transition: -webkit-filter 0.3s;
}
.viewers {
	height:32px;
	line-height:32px;
	font-size:20px;
	padding-left:37px;
	background-image:url(../images/viewers.png);
	background-repeat:no-repeat;
	float:left;
	color:#016d71;
	cursor:default;
	
	transition: opacity 0.3s;
	transition: filter 0.3s;
	-webkit-transition: -webkit-filter 0.3s;
}
.server.offline .viewers {
	font-size:14px;
}
.links {
	float:right;
}
.links a {
	margin-left:4px;
}

.card.qacard {
	width: 320px;
	padding: 20px 20px;
}
.card table {
	width:100%;
}
.card th {
	font-weight:normal;
}
.card td {
	text-align:right;
}


.preferencebar {
	width:100%;
	height:32px;
}
.serverpreference {
	float:right;
}
.serverpreference .label {
	height:32px;
	line-height:32px;
	text-transform: uppercase;
	font-size:13px;
	color:#555;
	margin-right:6px;
	float:right;
	cursor:default;
}
.serverpreference .countries {
	height:32px;
	float:right;
}
.serverpreference .country {
	margin-right:0px;
	margin-left:4px;
	cursor:pointer;
}
.serverpreference .country.disabled {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity:0.6;
}
.serverpreference .country.disabled:hover {
	filter: none;
	-webkit-filter: none;
	opacity:0.8;
}

.preferencesearch {
	float:left;
}
.preferencesearch input {
	width:200px;
	width:200px;
	height:26px;
	line-height:26px;
	padding:0px 5px;
	border:none;
	border-radius:5px;
	background-color:#222;
	color:#777;
	transition: background 0.3s;
}
.preferencesearch input:hover, .preferencesearch input:active, .preferencesearch input:focus {
	background-color:#333;
	outline: none;
}
::-webkit-input-placeholder {
   color:#555;
}
::-moz-placeholder {
   color:#555;
   opacity:1;
}
:-ms-input-placeholder {
   color:#555;
}



.card.videocard {
	width: 340px;
	padding: 20px 10px 2px;
}
.videos {
	width:100%;
}
.video {
	width:100%;
	border-bottom: 2px solid #393939;
	overflow:hidden;
	display:block;
	position:relative;
}
.video:last-child {
	border-bottom: 0px;
}
.video a.watchlink {
	width:100%;
    padding: 8px 0px;
	overflow:hidden;
	display:block;
}
.video .title {
	color:#016d71;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	display:block;
	padding-right:24px;
}
.videodetails {
	width:100%;
	display:table;
}
.streamer, .timestamp, .size {
	display:table-cell;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.streamer {
	width:100%;
	max-width:0px;
	color:#777;
	font-size:15px;
}
.size, .timestamp {
	color:#555;
	font-size:14px;
	padding-top:1px;
	padding-left:10px;
}


.video a:hover, .video a:active{
	filter:none;
	-webkit-filter:none;
}
.video a:hover .title span, .video a:hover .streamer span, .video a:hover .timestamp, .video a:hover .size {
	filter: brightness(1.6);
	-webkit-filter: brightness(1.6);
}
.video a .title span, .video a .streamer span, .video a .timestamp, .video a .size {
	transition: filter 0.3s;
	-webkit-transition: -webkit-filter 0.3s;
}

.video .directlink {
	display:block;
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	margin-top:8px;
	line-height:0;
	transition: opacity 0.3s, filter 0.3s;
	-webkit-transition: opacity 0.3s, filter 0.3s;
}
.video:hover .directlink {
	opacity:1;
}
.video .directlink:hover {
	filter: brightness(1.6);
	-webkit-filter: brightness(1.6);
}


.cardlabel {
	width:100%;
	height:32px;
	line-height:32px;
	text-transform: uppercase;
	font-size:13px;
	color:#555;
	cursor:default;
	text-align:center;
	overflow:hidden;
	margin-bottom:10px;
}
.card.supporter {
	width: 320px;
	padding: 20px 20px;
}
.supporter .image {
	width:50px;
	height:50px;
	border-radius:5px;
	display:block;
	margin-right:20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	float:left;
}
.supporter .name {
	width:260;
	height:50px;
	line-height:50px;
	font-size:20px;
	float:left;
}
div.supporter .name {
	cursor:default;
}


.costs {
	color:#b00;
}
.donated {
	color:#090;
}

.icontext16 {
	padding-left:21px;
	background-repeat:no-repeat;
	background-position:left center;
}