.acd-more-btn{
  text-align: center!important;
  margin-top: -30px;
  position: relative;
  bottom:50px;
  z-index:1;
}

.acd-more-btn:before{
  content:"";
  background: linear-gradient(rgba(247,249,249,0.6),rgba(247,249,249,1)); 
  width:100%;
  height:120px;
  z-index:-1;
  position: absolute;
  bottom: -60px;
  left: 0;
}

.acd-more-btn a{
  display: block!important;
  width: 40%;
  background-color: silver;
  margin: auto;
  border-radius: 6px;
  height: 30px;
  color: white;
  padding-top: 4px;
  cursor: pointer;
  text-decoration: none;
}

.accordion_table_mrbtn , .accordion_div_mrbtn{
  display: block;
  overflow-y: hidden!important;
  padding: 0!important;
}

.accordion_table_mrbtn tbody{
  width: 100%;
  display: table;
}

.add_ac_on{
  height: 100%!important;
}

.add_ac_on + .acd-more-btn{
  display: none;
}