* {
    box-sizing: border-box;
  }
  
  html,body {
    font-family: Poppins;
  }

  hr {
    border-top: 1px solid #eeeeee;
    /* margin: 20px 0px; */
  }
 
  .results {
    display: inline-block;
    margin: 0px 0px 15px 0px;
  }

  .strong-room{
    /* width: 700px; */
    margin: 0px 15px;
  }
  
  .statbtn {
    display: block;
  }
  
  .statbtn-responsive {
    display: none;
  }
  
  button {
    font-weight: bold;
    font-size: 12pt;
    padding: 15px 30px;
    background-color: #cc3335;
    color: white;
    cursor: pointer;
    border: none;
    opacity: 0.9;
  }
  button:hover {
    opacity: 1;
  }
  
  form select {
    padding: 15px 0px;
  }
  
  .fa-search {
    color: #cc3335;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #cc3335;
  }
  
  .fa-search:hover {
    background-color: #cc3335;
    color: white;
  }
  
  .stat {
    padding-top: 15px;
    visibility: hidden;
  }
  
  .c-container {
    float: left;
    margin-right: 20px;
    text-align: center;
  }
  
  .c-percent {
    font-weight: 700;
    font-size: 20pt;
    color: #cc3335;
    padding: 15px 0;
  }
  
  .c-pic {
    background-image: url(../assets/images/candid.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100px;
    width: 100px;
  }

  .c-pic img{
    height: 100px;
    max-width: 100px;
    width: auto;
  }
  
  .c-name {
    padding: 5px 0px;
  }
  
  .category {
    clear: both;
    padding-top: 20px;
  }
  
  .live-container {
    padding: 15px 20px 30px 20px;
    /* width: 700px; */
    /* margin: 0px 15px; */
  }
  
  .no-result-found {
    display: none;
  }

  @media screen and (max-width:600px) {
    .candidate {
      width: 100%;
    }
  }
  
  @media screen and (max-width:600px) {
    body {
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  
