
/*html, body { height: 100%; }*/

body
{
	background-color: #222222;
	background-image:url('../img/background.png');
	/*background-size:cover;*/
	color: #ccc;
	/*min-height: 100%;*/
}

#profile-page
{
/*	background-color: #222222;
	background-image:url('../img/background2.jpg');
	background-size:cover;
	color: #ccc;*/

	background-image: linear-gradient(rgba(40,40,40,1), rgba(20,20,20,1));
	
	/*background-image:none;*/
	background-size: 100% 100%;
	height: auto;
	width: 100%;
	/*background-color: linear-gradient(rgba(40,40,40,1), rgba(20,20,20,1));*/
	/*background-image: none;*/
	/*border: 2px white solid;*/
	background-repeat:no-repeat;
	/*min-height: 100%;*/
	min-height:900px;
}

a[name] {
  padding-top: 40px;
  margin-top: -40px;
  display: inline-block; /* required for webkit browsers */
}

a
{
	color: darkred;
}

a:hover
{
	color: red;
}

a:.anchor
{
	margin-top: -40px;
}


h1,h2, h3
{

	color: #fff;
}

h5{

	margin-top: -20px;
	background-image:url("/intruder/img/intruder_house_bg.png");
	padding: 70px;
	height: 242px;
}

hr
{
	margin-top: -10px;
}
h4
{
	font-size: 24px;
	color: rgba(255,255,255,0.8);
}

.btn-primary
{
	color: #ffffff;
	background-color: darkred;
	border-color: darkred;
}

.btn-primary:hover
{
	color: #ffffff;
	background-color: red;
	border-color: darkred;
}

.btn-default
{
	color: white;
	background-color: darkred;
	border-color: darkred;
	margin-top: 20px;
	margin-left: 25px;
}

.btn-default:hover
{
	color: white;
	background-color: red;
	border-color: darkred;
}

.btn-login
{
	margin-top: 0px;
	margin-left: 0px;
}

.well
{
	border-color: black;
	background-color: #181818;
}

.jumbotron
{
	color: #fff;
	background-image:url('../img/intruder_house_bg.png');
	background-color: #000;
	background-size:100%;
	background-repeat:no-repeat;
}

.preview-wrapper
{
	float: left;
	overflow: hidden;
}

#images img.preview
{
	margin: 5px;
	min-width: 200px;
	min-height: 100px;
	max-width: 220px;
	max-height: 110px;
}

.press-logos:hover
{
	text-decoration: none;
}

img.avatar-img
{
	border: 1px;
	border-style: solid;
	border-color: black;	
}



.avatar-table
{
	/*border-radius: 20px; */
	box-shadow: 10px 10px 2px rgba(0,0,0,0.1);
	width:380px;
	border: 0px;
	border-style: none;
	background-color: rgba(128,200,256,0.1);
	/*background-color: rgba(128,200,256,0.1);*/
	/*background: linear-gradient(rgba(128,200,256,0.1), rgba(128,20,50,0.1));*/
	background: linear-gradient(rgba(128,200,256,0.1), rgba(128,128,230,0.1));
	position:relative  

	/*border-top-right-radius: 20px;*/
}

.avatar-table tr:hover 
{
    background-color: rgba(128,200,256,0.03);
}

td.avatar-picture-td
{
	width: 130px;
	text-align: left;
	color: rgba(255,255,255,0.4);
	font-size: 14px;
}

.hiddeno img
{
/*	opacity:.01;
filter:alpha(opacity=1);*/
}

td.avatar-username-td
{
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	color: rgba(255,255,255,0.9);
	padding: 0px;
/*	padding-left: 0px;
	padding-right: 40px;*/
	border:0px;
	border-style:solid;
	border-color: black;
	border-left-style: none;
	border-right-style: none;
	vertical-align:bottom;

}

.stats-table
{
	box-shadow: 10px 10px 2px rgba(0,0,0,0.1);
	width:380px;
	border: 0px;
	border-style: none;
	background-color: rgba(0,0,0,0.3);
	/*border-bottom-left-radius: 20px;*/
	border-bottom-style: none;

	background: linear-gradient(rgba(0,0,0,0.3), rgba(10,10,10,0.2));
}
.stats-table tr:hover 
{
    background-color: rgba(128,128,128,0.3);
}

td.stats-label-td
{
	text-align: right;
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	padding: 4px;
	padding-left: 24px;
	padding-right: 44px;
	border:1px;
	border-style:solid;
	border-color: black;
	border-left-style: none;
	border-right-style: none;
	/*border-bottom-style: none;*/
}

td.stats-td
{
	font-size: 22px;
	font-weight: 900;
	text-align: left;
	color: rgba(255,255,255,0.4);
	padding: 4px;
	padding-left: 36px;
	padding-right: 14px;
	border:1px;
	border-style:solid;
	border-color: black;
	border-left-style: none;
	border-right-style: none;
	/*border-bottom-style: none;*/
}

tr.voterow td
{


	border:1px;
	border-style:solid;
	border-color: black;
	border-left-style: none;
	border-right-style: none;

}


.upvote, .downvote
{

	width: 40px;
	height: 40px;
	border: 1px solid rgba(120,120,120,1);
	border-radius: 3px;
/*	display:inline;*/
	line-height: 50px;
	background-size: 40px 40px;
}

button
{
	background: transparent;
	outline: none;
}
.upvote
{
	background-image: url(/intruder/img/thumbsup.png);
}
.downvote
{
	background-image: url(https://superbossgames.com/intruder/img/thumbsdown.png);
}

.upvote:hover, .downvote:hover
{
	cursor: pointer;
}
.upvote:hover
{
	background-color: rgba(0,255,0,.5);
}

.upvote.voted
{
	background-color: rgba(0,255,0,1);
}

.downvote:hover
{
	background-color: rgba(255,0,0,.5);
}

.downvote.voted
{
	background-color: rgba(255,0,0,1);
}

div .voteTotal
{
	text-align: center;
	font-size: 30px;
	/*border-bottom: 1px solid rgba(120,120,120,1);*/
	margin-right: 8px;
	width: 60px;
}

.votesper
{
	text-align: center;
	font-size: 10px;
/*	border-bottom: 1px solid rgba(120,120,120,1);
	margin-right: 8px;*/
}

