root { 
    display: block;
}

::-webkit-scrollbar { 
    display: none; 
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    background-color: #000;
    color: #fff;
    -webkit-overflow-scrolling: touch;
    margin: 0px;
    direction: ltr;
    font-size: 10.5pt;
}

.pio-header {
    height: 20px;
    width: 100%;
    text-align: center;
}

.pio-header-text {
    height: 20px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    vertical-align: top;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}

.pio-header-2lines {
    height: 40px;
    width: 100%;
    text-align: center;
}

.pio-spacer-1 {
    height: 10px;
    width: 100%;
}

hr {
    border-color: #505050;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.license-header {
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.spacer-2 {
    height: 40px;
    width: 100%;
}

.text-block {
}

.text-block-small-title {
    font-weight: bold;
}

.text-block-innner {
    margin-left: 10.5px;
}

.text-block-innner-2 {
    margin-left: 21.0px;
}

.text-block-link {
    width: 100%;
    word-wrap:break-word;
}

ol.list-number {
    list-style-type: decimal;
    margin-top: 10.5px;
}

ol.list-alpha {
    list-style-type: lower-alpha;
    margin-top: 10.5px;
}

ol.list-number-large-block {
    list-style-type: decimal;
    margin-left: 21px;
    padding: 0;
}

li.lb-block {
    margin-left: 0px;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

a:link {
    color: #48B0E8;
}
