*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body{
 /*background-image: linear-gradient(to left, rgba(13,62,32,.5), #fff);*/
}


.pleb .card .card-footer .voteRadio, .card .card-footer .voteYes {
    cursor: pointer;
    height: 30px;
    width: 30px;    
    margin-left: 10px;
    border-radius: 50%;
 
}

.position-wrapper .position-row .position-col .card img{
  margin-left: auto;
  margin-right: auto;
  height: 130px;
  width: 130px;
  padding: 5px;
  border-radius: 50%;


}

.ballot_photo{
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 60px;
  padding: 5px;
  border-radius: 50%;


}

.ballot_item{
  height: 65px;
}

.result_photo{
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 50px;
  padding: 3px;
  border-radius: 50%;


}


.candlist_photo{
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 150px;
  padding: 3px;
  border-radius: 50%;


}

.candWrapper{
  height: 55px;
}

.officialBallotWrapper{
  width: 100%;
  position: relative;
  margin: 5px;
  padding: 5px;
  
}

.submitBallot .btnSubmitBallot{
  position: relative;
  float: right;
  width: 100%
  
}

.ballot .card-body .hr{
  height: 60px;
}

.position-wrapper .position-row .position-col .card {
  
background-image: linear-gradient(to right, #fff, rgba(13,62,32,.5));

}

.position-wrapper .position-row .position-col .card .card-footer .voteRadio, .position-wrapper .position-row .position-col .card .card-footer .voteCheck {
    cursor: pointer;
    height: 30px;
    width: 30px;    
    margin-left: 10px;
    border-radius: 50%;
 
}

.displayStyle{
  display:flex;
  align-items: center;

}

.canvasing_wrapper{
  height: 50px;
  font-size: 3rem; 
}

#progbar{
  height: 80px;
  width:100%;
  font-size: 3rem; 
}

/*--------------MEDIA ONLY SCREEN -----------------*/

@media only screen and (max-width: 768px) {

  .ballot_photo_wrapper{
    background-color: #fc8c03;
  }
  .ballot_photo{
    width: 80px;
    height: 80px;
  }

  div#box .box-top-hidden h3{
    font-size: 1rem;
  }

  div#myData .box-top-hidden span{
   font-size: 1rem; 
   
  }

  div#execom .box-top-hidden, div#hr .box-top-hidden {
    font-size: 1rem;
    margin:0;
    padding-bottom: 5px;
    height: 40px;
  }

  li.nav-item a{
    font-size : .7rem;
    padding:2px;
    

  }

  .card-body h5{
    font-size: 1.1rem;
  }

   .card-body h6{
    font-size: 1rem;
  }

   .card-body h4{
    font-size: 1.2rem;
  }




  .position-wrapper .position h3{
    font-size: 1.2rem;
  }


  .ballot .position h3{
    font-size: 1.2rem;
  }

  div#box .box-top-hidden .officialBallotWrapper{
    display:inline-block;
    margin:-20px;
    padding: -20px;
  }

 /* div#box .box-top-hidden .btnSubmitBallot{
    font-size : .7rem;

  }
   div#box .box-top-hidden .officialBallot h3{
    font-size: .7rem;
  }*/

  /*  div#box .box-top-hidden .officialBallot h4{
    font-size: .9rem;
  }*/


  /*.execom > .p-2 h5{
    font-size: .5rem;
    z-index: 1;
  }*/

  .ballot_item {
    height: auto;
    font-size: 10px;
  }

  .ballot_item .execom, .ballot_item .hr{
    flex-direction:column;
    padding: 0;
  }

  .ballot_item .execom .p-2 h5,  .ballot_item .hr .p-2 h5{
    font-size: 1rem;
  }



}








