@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.animenfo.com/radio), url-prefix(http://animenfo.com/radio),
url-prefix(https://www.animenfo.com/radio), url-prefix(https://animenfo.com/radio){

/* top image */
.header {
  height: 157px !important;
}
  
/* content */
.site-wrap.decorated {
  margin-top: -152px !important;
  opacity: 0.90 !important;
}
  
/* banner */
#content_pane > .text-center {
  text-align: right !important;
  opacity: 0.75 !important;
}

/* sponsor */
.right-side-bar > div.side-box:first-child {
  display: none !important;
}
  
  
/* margin fix */
.right-side-bar > div.side-box:nth-child(2) {
  margin-top: 2px !important;
}

/* jame news */
.right-side-bar > div.side-box:nth-child(3) ,
#jame_container {
  display: none !important;
}

}

@-moz-document domain("animenfo.com"){
}