
body{
	font-family: segoe,arial,sans;
	padding-top: 120px;
	padding-bottom: 60px;

}
h1{
	background-color: black;
	color: white;
	padding: 4px; 10px;
}
h2{
	margin-top: 0px;
	font-size: 24px;
}
h3{
	margin-top: 0px;
}
table{
	width: 94%;
	max-width:300px;
	border-spacing: 0px;
}
td{
	padding: 12px 10px;
	border: none;
}
tr:nth-child(even){
	background-color:#eee; 
}
.example{
	color:#CCC;
}
ul{
	padding-left: 10px;
	list-style-type: none;
}
li{
	margin-bottom: 5px;
}

#sticky{
	background-color: white;
}
#titlezone{
	background-color: rgb(240,240,240);
	height: 50px;
}
#avatar{
	background-color: rgb(200,0,200);
	margin-left: -30px;
	color: white;
}
#tabs{
	margin-top: 10px;
}
#footbar{
	background-color: rgb(240,240,240);
}

#map-canvas{
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	height: 200px;
}

#Locations .visited{
	color: blue;
	font-style: italic;
}
#locations .notvisited{
	color: gray;
	font-style: italic;
}

#Suspects ul, #Locations ul{
	padding-left: 0px;
}
#Suspects li, #Locations li{
	border-bottom: 1px solid rgb(230,230,230);
	margin-bottom: 10px;
	min-height: 60px;
}
#Suspects li img{
	max-width: 75px;
	padding-right: 15px;
	float: left;
}
#Locations li img{
	max-height: 50px;
	padding-right: 15px;
	float: left;
}
#Locations .moreinfo{
	margin-left:50px;
}
#Suspects .moreinfo{
	margin-left: 75px;
}
#Suspects .name, #Locations .name{
	font-weight: bold;
	font-size: 18px;
	display: block;	
}
#Suspects .howfound{
	display: block;
	font-style: italic;
}
#Suspects .moreinfo, #Locations .moreinfo{
	display: none;
}	
#Weapons ul{
	padding-left: 0px;
	padding-right: 0px;
}
#Weapons li{
	width:48%;
	margin-right: 1%;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 215px;
	border: 2px solid #888888;;
	position: relative;
	display: inline-block;
}
#Weapons .name{
	font-size: 18px;
	display: block;
	text-align: center;
	color: #888888;
}
#Weapons li img{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	display: block;
}
#Weapons li div{
	background-color: #888888;;
	color: white;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 45px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 3px;
}
#Weapons li.found{
	border-color: blue;
}
#Weapons li.found div{
	background-color: blue;
}
#Weapons li.found .name{
	color: blue;
}
#Weapons img{
	max-width: 80%;
}
#Gossip ul{
	padding-left: 0px;
	padding-right: 0px;
}
#Gossip .stream li{
	margin-bottom: 10px;
}
#Gossip .ilbuttonbar{
	margin-bottom: 15px;
}
#Gossip .input-group{
	margin-bottom: 10px;
}
.teamblock .glyphicon{
	top: 0px;
}
.teamblock{
	width: 20px;
	height: 20px;
	float: left;
	color: white;
	padding-left: 3px;
	padding-top: 2px;
	margin-right: 5px;
	background-color: rgb(0,188,185);
}
.teamblock-inline{
	float: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: text-top;
}
.activity{
	min-height: 30px;
	margin-left: 28px;
}
.timestamp{
	color: rgb(160,160,160);
}
.scores li{
	display: inline-block;
	padding: 10px;
	color: white;
	margin-right: 5px;	
}
.scorevalue{
	min-width: 15px;
	text-align: right;
}

#response img{
	width: 95px;
	margin-right: 5px;
	float: left;
}
.clue{
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(220, 220, 220);
}
#Accuse select, #Snoop select{
	font-size: 18px;
	padding: 3px;
	margin-bottom: 10px;
}
#Snoop label{
	width: 50px;
	height: 50px;
	margin-bottom:15px;
}
#Snoop .btn-group .active{
	border: 2px solid black;
}

.debugtab {
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
		width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.debugtab td, .debugtab th {
	padding: 5px;
	color: #333;
}
.debugtab thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4B4B4B;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
.debugtab th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: white 1px 1px 1px;
}
.debugtab td {
	line-height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.debugtab td:hover {
	background-color: #fff;
}
.debugtab td.found {
	background-color: rgb(0,200,0);
	color: white;
}
