﻿body{
	background-color: #003366;
	color: #fff;
	font-family: 'Lato', sans-serif;
	background: url('../images/us-flag.jpg') no-repeat center center;
	background-position: fixed !important;
  	-webkit-background-size: cover !important;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover !important;
  	background-attachment: fixed !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}

h1, h2{
	text-align:center;
	color: #ADD8E6;
}

h1{
	font-size: 28px;
}

h2{
	font-size: 26px;
}

h3 small{
	display:block;
	font-size: 14px;
	color: #ccc;
	line-height: 1.2;
}

a{
	color: #add8e6;
	}
	
a:hover{
	color: #fff;
}

h1 a:hover{
	color: add8e6;
	text-decoration: none;
}

.container{
	background: #000033;
	background: rgba(0,0,51,.85);
}

.row{
	margin-left: -10px;
	margin-right: -10px;
}

.lead{
	font-size: 20px;
	text-align: center;
}

.profile-picture{
	padding-bottom: 10px;
}
.profile-picture img{
	width: auto;
	max-width: 100%;
	display:block;
	margin: 0 auto;
	padding: 2px;
	background: #ADD8E6;
}

.suspended{
	opacity: .6;
}

table{
	width: 100%;
	}
	
thead{
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}

tr.winner{
	background: green;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
	
table th,
table td{
	padding: 3px 5px;
}

div.center{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.candidate{
	border-bottom: 1px dotted #fff;
	padding-bottom: 20px;
}
ul.social{
	overflow: hidden;
	padding: 0;
}
ul.social li{
	float: left;
	list-style-type: none;
	padding: 0 5px;
}

div#footer{
	margin-top: 0px;
	border-top: 2px solid #fff;
	background-color: #B22234;
	text-align:center;
	padding: 10px 0;
	font-size: 12px;
}

div#footer .container{
	background: transparent;
}

div#footer p{
	margin-bottom: 0;
}