.printOnly {
  display: block;
}

.noPrint {
  display: none;
}

* {
  text-align: left;
}

a[href]:after {
  content: none;
}

.bxs_logo {
  top: 0px;
  margin-bottom: 0px;
}

.img-banner,
.printOnly hr {
 margin: 3px 0px 15px;
}

.bxstoday_content {
  border-right: 0;
}

/* SP_Responsive Modification (for IE and Firefox) */
@media print\0 {
div.csc-textpic-scalable .csc-textpic-imagewrap img {
  width: 100%;
}
}

.csc-frame-invisible {
  margin-top: 5px;
}
.csc-frame-invisible {
  position: relative;
  overflow: hidden;
}
.csc-frame-invisible:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* and here it is, the background color */
  border: 99999px #ddd solid;
  z-index: 0;
}
.csc-frame-invisible * {
  position: relative;
  z-index: 1;
} 
@media (-webkit-min-device-pixel-ratio:0) {  
.csc-frame-invisible {
  -webkit-print-color-adjust: exact;
}  
.csc-frame-invisible:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* and here it is, the background color */
  border: 99999px #999 solid;
  z-index: 0;
}
}

.csc-frame-invisible h1, 
.csc-frame-invisible h2, 
.csc-frame-invisible h3, 
.csc-frame-invisible h4, 
.csc-frame-invisible h5, 
.csc-frame-invisible h6 {
  color: #fff !important; 
}

.csc-frame-frameD {
  border: 1px solid #999;
}

.column {
  margin-bottom: 30px;
}

