.question-container, .test-container {
    margin: auto;
    border: 1px solid #cedbe7;
    border-radius: 20px;
    margin-top: 20px;
    padding-bottom: 25px;
    background-color: #e4f2ff;
    padding: 15px 5%;
    padding-bottom: 5%;
}
.question-container .questions{border-color: #badaf9;}
.question-container .btn-custom {
    font-size: 21px;
}
.question-container h1 span {
    font-size: 40px;
}
h2.main-title,
h1.main-title {
    font-size: 25px!important;
    font-weight: 700!important;
    color: #224262!important;
    text-align: center;
    margin: 0;
}
  .scoreboard {
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
    width: 100%;
    margin: auto;
    border-radius: 20px;
    margin-top: 20px;
  }
  .scoreboard .scoreboard-board {
    padding: 0 10%;
    width: 100%;
  }
  .scoreboard table {
    background-image: none;
    width: 100%;
    float: none;
    border-spacing: 0;
    padding-bottom: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    box-shadow: 5px 8px 7px 5px rgba(0,0,0,0.15);;
    border: 0;
    }
  .scoreboard table tr:not(:first-child) td {
    border-top: 0;
    text-align: center;
    font-size: 16px;
  }
  .scoreboard table tr:nth-child(2){
    background-color: #e4f2ff;
  }
  .scoreboard table tr:nth-child(3){
    background-color: #b7f1a7;

  }
  .scoreboard table .scoreboard-count {
    display: block;
    width: 30px;
    padding: 10px 3px;
    border:0;
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-weight: 700;
  }
.scoreboard table td:nth-child(2){
    border-left: 1px solid rgba(0,0,0,0.1);
}
      
  .scoreboard table tr {
    border-bottom: 0;
    height: 50px;
      background-color: #fff;
  }
  #main-container .scoreboard h1,
  #main-container .scoreboard h2{
    font-size: 28px;
    width: 70%;
    margin: 15px auto;
    transform: rotate(-5deg);
    text-align: center;
    font-weight: 500; 
  }
  .question-container.custom, .questions {
    background-image: none;
    border: none;
    background-color: transparent !important;
  }
  .question-container.custom .questions {
    padding: 0;
    margin: 0;
  }
#main-container h1.group {
  font-size: 40px;
}
  .footer-buttons a b {
    display: block;
    font-size: 16px;
    line-height: 14px;
  }
  .footer-buttons a span {
    display: block;
    font-size: 12px;
    line-height: 18px;

  }  
  .footer-buttons .default_button{
    text-align: center;
    margin-top: 30px;
  }
  .footer-buttons .default_button a.next-q{
    margin-right: 40px;
    background-image: none;
  }
  .footer-buttons .default_button a{
      background: #b7f1a7;
      background: -moz-linear-gradient(left, #b7f1a7 0%, #ffffff 100%);
      background: -webkit-linear-gradient(left, #b7f1a7 0%,#ffffff 100%);
      background: linear-gradient(to right, #b7f1a7 0%,#ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7f1a7', endColorstr='#ffffff',GradientType=1 );
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
  }
  .footer-buttons .default_button a:hover {
    background-image: none;
      background-color: #b7f1a7;
      color: #0059b8;
      border-color: #b7f1a7;
  }
  #main-container h1.question-title {
    margin: 0;
    font-size: 34px;
    text-align: left;
    margin-left: 31px;
  }