/* Translate the "next" word */
.next_section b{
  display:none;
}
.next_section:after{
  content:"التالي";
}

/* Translate the "previous" word */
.prev_section b{
  display:none;
}
.prev_section:after{
  content:"السابق";
}

/* Translate the "more information" word */
.tabs-more a {
  visibility: hidden;
  font-size: 0;
  /* collapse extra space */
}
.tabs-more a::before {
  content: "المزيد من المعلومات";
  visibility: visible;
  font-size: 15px;
}
.tabs-more{
width:135px;
}