
/**************** GLOBAL *******************/
body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  font-family: sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
}
.banner-container, .banner-wrapper {
    position: absolute;
    /*overflow: hidden;*/
}
.banner-wrapper {
    /*border: 1px solid #808080;*/
    left: 0;
    top: 0;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -.8em;
    line-height: 0;
    font-size: 48%;
}
sup.larger {
    font-size: 60% !important;
    top: -.5em !important;
}
h1 {
    font-size:14px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}
a, a:visited {
    color:#58595b;
}
.no-br {white-space: nowrap !important;;}
.no-bot {margin-bottom:0 !important;}
.no-top {margin-top:0 !important;}
.less-top {margin-top:5px !important;}
.less-bot {margin-bottom:3px !important;}
.extra-space-5 {height:5px !important;}
.extra-space-10 {height:10px !important;}
.extra-space-20 {height:20px !important;}
.ast {
    float:left;
}
.ast-content {
    float:left;
    width:95%;
}
.clear {
    clear: both;
}
p {
    margin: 0 0 3px 0;
    font-size: 9px;
    line-height: 10px;
    font-family: Arial,Helvetica,sans-serif;
}
hr {
    border-top: 2px solid #bbc7da;
    margin:7px 0 10px 0;
    height:2px;border-width:0;color:#bbc7da;background-color:#bbc7da; /* no shadow*/
}
.hang-indent-symbol {
    float: left;
    margin-right: 0px;
}
.hang-indent-content {
    display: table-cell;
}
/**************** Main content *******************/
.code {
    color: #FFF;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    padding-left: 12px;
}
.full-pi {
    font-size: 9px;
    color:#58595b;
    padding: 2px 0 0 0;
    background-color: #FFFFFF;
    box-shadow: 1px -2px 2px #CCCCCC;
    text-align: center;
}
.pi-txt {
    pointer-events: none;
    text-decoration: underline;
}

#cta {
    border-right: 1px #60526e solid;
}
