.navbar {
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none; }

.navbar-default .navbar-nav > li > a {
  color: #fff; }

.navbar-default .navbar-nav > li:hover {
  cursor: pointer; }

body {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #15304d;
  color: #fff;
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

h4 small {
  color: #fff; }

.centered {
  text-align: center; }

.outerContainer {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute; }

.countdownContainer {
  vertical-align: middle;
  display: table-cell; }

.disclaimer {
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center; }

.btnContainer {
  width: 100%;
  padding-top: 40px; }

.btnGE {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 15px;
  font-size: 1.1em; }

.btnGE:hover {
  background-color: rgba(255, 255, 255, 0.4); }

.btnGEAlt {
  background-color: #15304d;
  border: none;
  padding: 15px;
  font-size: 1.1em;
  color: #fff; }

.btnGEAlt:hover {
  background-color: rgba(21, 48, 77, 0.8);
  color: #fff; }

.panelContainer {
  color: #000;
  background-color: #fff;
  padding: 30px; }

.table-hover > tbody > tr:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.partyLogo {
  height: 40px; }

/*.highcharts-point {
    width: 30px;
}*/
.highcharts-title {
  display: none; }

.highcharts-legend {
  display: none; }

.highcharts-yaxis {
  display: none; }
