* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #3D424B;
}

.container{
max-width: 100%;
margin: auto;
}

.row {
  padding: 15px 30px;
  width: 100%;
}

.row:before,
.row:after {
  content:" ";
  display: table;
}
.row:after {
  clear: both;
}
#top-row{
  background: #F0F0F0;
}

#top-row , #options{
  line-height: 32px;
  display: inline-block;
 /* border-bottom: 0.5px solid #F0F0F0;*/
}

#top-row h4{
  float: right;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 700;
}

#top-row h1{
  float: left;
  font-size: 22px;
  font-weight: 700;
  color: #171917;
}
#top-row span:first-child{
 margin-right: 20px
}

#top-row span{
  float: right;
}
/* .points-wrapper{

} */
.time-wrapper{
  margin-right: 25px;
}
.countdown, .time-wrapper label{
  font-weight: 700;
  color: #FE7235;
}
#score_tally {
  font-weight: bold;
}

#top-row a {
  text-decoration: none;
  color: #808797;
  margin-left: 10px;
  font-size: 14px;
  padding-left: 10px;
  border-left: 1px solid #F0F0F0;
}

#top-row a:hover {
  color: #405E9D;
}

.option_item {
  float: left;
  width: 20%;
  text-align: center;
  border-right: 0.5px solid #F0F0F0;
  text-decoration: none;
  color: inherit;
}

.option_item:last-child{
  border-right: 0px;
}

.option_item:hover {
  color: #405E9D;
}

#success, #failure {
  line-height: 32px;
  font-size: inherit;
  display: none;
  color: white;
  font-size: 14px;
}

#success {
  background-color: #0EB275;
}

#failure {
  background-color: #A21C2D;
}

#success p , #failure p {
  float: left;
}

#success a , #failure a {
  float: right;
  text-decoration: none;
  color: white;
}

#success a:hover , #failure a:hover {
  font-weight: 600;
}

#map {
  position:absolute;
  top: 210px;
  bottom:0;
  width:100%;
  z-index: 50;
}

button {
  padding: 15px;
  text-align:center;;
  position: absolute;
  top: 85%;
  right: 2.5%;
  z-index: 100;
  cursor: pointer;
  background-color: #405E9D;
  color: white;
  box-shadow: 5px 5px 5px #d4d4d4;
  border-radius: 5px;
  border: 1px solid #405E9D;
  font-size: 13px;
  text-transform: capitalize;
}

button:hover {
  background-color: #324B7D;
  border-color: #324B7D;
}

.cantons-area{
  position: absolute;
  right: 0;
  z-index: 60;
}
.cantons-img-wrapper{
  border: 3px solid #ffffff;
 display: inline-block;

}
.cantons-img-wrapper:hover, .cantons-img-wrapper.active{
  border: 3px solid #f7095d;
  
}

