#bounty_body{
  background-color: #f1f1f1 !important;
  padding-bottom: 100px;
}
#bounty-header{
  margin-top: 60px;
  
}
#bounty-header h2{
  font-weight: 800 !important;
}
#tab_holder{
  margin-top: 50px;
  /*padding-bottom: 100px;*/
  border-radius: 10px;
}
.tab {
  background-color: #fff;
  height: 50vh;
  border-top: none;
    border-bottom: none;
    border-radius: 10px;
    padding-top: 50px;
    height: 60vh;
}
.first_btn {
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  background-color: #fff;
  padding: 10px 12px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  height: 60vh;
  overflow-y: scroll;
  border-bottom: 50px solid #fff;
  border-top: 50px solid #fff;
}
/*scrollbar thin*/
div::-webkit-scrollbar {
  width: 2px;
}
div::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
div::-webkit-scrollbar-thumb {
  background: #888; 
}
div::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*scrollbar thin*/
#tab_sec{
  width: 100%;
}
.tabcontent h4{
  font-weight: 600;
}
.tabcontent ul, .tabcontent ol{
  margin-left: 20px;
}
.mrg-right{
  margin-right: 20px;
}
.icon{
  font-size: 25px;
}
/*inner year tab*/
.tab-h {
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.tab-h button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab-h button:hover {
  background-color: #ddd;
}
.tab-h button.active {
  background-color: #ccc;
}
.tabcontent-h {
  display: none;
  padding: 30px 30px;
  border-top: none;
}
.tabcontent-h ol{
  margin-left: 30px;
}
.tabcontent-hm {
  display: none;
  padding: 30px 30px;
  border-top: none;
}
.tabcontent-hm ol{
  margin-left: 30px;
}
/*inner year tab*/
.report-link a{
  text-decoration: none;
}
#bounty_body_mob{
  display: none;
}
@media screen and (max-width: 767px){
  #tab_holder{
    display: none;
  }
  #bounty_body_mob{
    display: block !important;
    margin-top: 50px;
  }
}
.no-right-padding{
  padding-right: 0px;
}