body {
    font-family: 'Arial', sans-serif;
    color: #000000;
}

h1.bc-title {
	font-weight: 700;
}

h1.entry-title {
	display: inline;
}

.site-content article {
	margin: 0 2.5em 0 2.5em;
}

.entry-content ul {
	margin: 0 0 1.1714285714rem 2em;
}

.listback {
	background-color: #e7e7e7;
}

.entry-content h2 {
	font-weight: 500;
}

.entry-content h3.hightlight {
	line-height: .25;
}

.highlight-strip {
	background-color: #cde6c4;
}

.panel-group {
	margin-bottom: 20px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-default {
	border-color: #ddd;
}

.panel-default>.panel-heading {
	color: #000;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-title {
	margin-top: 0 !important;
	margin-bottom: 0;
	padding-top: 5px;
	font: bold 1.2em Arial !important;
	color: inherit;
	line-height: 0;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.panel-body {
	padding: 15px;
}

.left, .alignleft {
    position: relative;
    float: left;
    margin: 0 2em .5em .2em;
    overflow: hidden;
    font-size: .85em;
}
.right, .alignright {
    position: relative;
    float: right;
    margin: 0 .2em .5em 2em;
    overflow: hidden;
    font-size: .85em;
}

div.evshell {
	position: relative;
	margin: 0 auto;
	box-shadow: 0 2px 5px #e7e7e7;
}

div.evshell > p {
	text-align: center;
}

h2.evtitle {
	text-align: center;
}

.pdcmenu {
	background-color: #cde6c4;
}

.awardbutton {
  -moz-border-radius: 25px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 25px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #aad8b5;
  border-radius: 25px;
  border: 2px solid #4a5032;
  color: #ffffff;
  display: inline-block;
  font-size: 2em;
  margin: auto;
  padding: 15px;
  text-decoration: none;
  text-shadow: #000000 2px 2px 7px;
  transition: all 0.5s ease;
}
.awardbutton:hover {
  padding: 15px;
}

h2.chead {
	font-size: 26px;
	color: #1c69af;
}

h3.seat {
	font-size: 24px;
	font-weight: 800;
}

h4.candidate {
	font-size: 20px;
	font-weight: 800;
	background-color: #cde6c4;
}