.custompan{
  padding-left:3.5em;
//  -webkit-box-sizing: border-box;
//  -moz-box-sizing: border-box;
//  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 2px 100%;
  -moz-background-size: 2px 100%;
  background-size: 2px 100%;
 background-image: -webkit-linear-gradient(top, red 0%, white 100%), -webkit-linear-gradient(top, white 0%, white 100%);
  background-image: -moz-linear-gradient(top, red 0%, white 100%), -moz-linear-gradient(top, white 0%, white 100%);
  background-image: -o-linear-gradient(top, red 0%, white 100%), -o-linear-gradient(top, white 0%, white 100%);
  background-image: linear-gradient(to bottom, red 0%, white 100%), linear-gradient(to bottom, white 0%, white 100%);
    margin-left: -3.4em !important;
}

.custompan p{
    line-height: 1.3;
}

.gf-menu li.active > .item{
    background-color: yellow !important;
}

.abus-rightbox{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.frontarticle{
  margin-right: 4em;
  margin-left: 4em;
}

.frontarticle p{
  line-height: 20px !important;
}