.pdp8e-dark-bg { background: #bb4b26; }
.pdp8e-light-bg { background: #be9f22; }
.pdp8e-dark-fg { color: #bb4b26; }
.pdp8e-light-fg { color: #be9f22; }
.pdp8e-dark-border { border: 1px solid #bb4b26; }

BODY {
    font-family: 'Lucida Console', arial, sans-serif;
    background: black;
    color: #dae7ed; 
    margin: 7px;
}

A {
    outline: none;
    background: rgba(213, 105, 47, .5);
    border-radius: 4px;
    color: white;
    text-decoration: none;
    text-shadow: -1px  1px 0 black,
                  1px  1px 0 black,
                  1px -1px 0 black,
                 -1px -1px 0 black;
}

A:hover {
    text-decoration: underline;
}

A:visited {
    color: #be9f22;
    background: black;
}

H2 {
    text-align: center;
}

/* FontAwesome styles */
.fa {
    color: white;
}
.fa-li {
    padding: 0 10px;
}
/* end FontAwesome styles */

.header-main {
    margin: 0;
    padding: 0;
}

.content-main {
    padding: 5px;
}


.digital-model-header {
    display: flex;
    border: 2px solid white;
}

.digital {
    border-right: 2px solid white;
    font-family: 'Lucida Console', arial, sans-serif;
    font-size: 25px;
    color: white;
    line-height: 25px; 
    width: 14px;
    text-align: center;
    font-weight: bold;
    padding: 0 1px 3px 0;
}

.digital:first-child {
    width: 40px;
}

.digital-byline {
    border: 2px solid white;
    border-top: none;
}

.pdp8-logo {
    display:flex;
    margin-left: 10px;
    padding-bottom: 2px;
    font-family: 'Lucida Console', arial, sans-serif;
    font-size: 25px;
    line-height: 25px; 
    text-shadow: -1px  1px 0 white,
                  1px  1px 0 white,
                  1px -1px 0 white,
                 -1px -1px 0 white;
}

.pdp8-logo-text {
    font-size: 24px;
    font-weight: bold;
}

.pdp8-logo-text:nth-child(2) {
    margin-left: -1px;
}

.pdp8-logo-model {
    color: white;
    font-size: 22px; 
    margin-left:-2px;
    padding-top:2px;
    text-shadow: none; 
    font-weight: bold;
}

.pdp8-logo-version {
    color: white;
    font-size: 25px; 
    text-shadow: none; 
    font-weight: bold;
}

.pdp8-logo-divider {
    position:relative;
    top:1px;
    left:-19px;
    color:white;
    font-size: 34px; 
    font-weight: normal;
    text-shadow: none;
}

.white-bottom-border {
    border-bottom: 1px solid white;
}

.digital-name {
    flex: 1;
    margin-left: 40px;
    font-family: 'Lucida Console', arial, sans-serif;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-align:left;
    letter-spacing: -1px;
}

.flex-one {
    flex: 1;
}

.memory-box-outer {
    margin: 10px 0; 
    display: flex; 
    line-height: 13px; 
    height: 16px;
}

.memory-box {
    width: 110px; 
    border: 2px solid white;
}

.memory-box-borderless {
    width: 110px; 
    color: black; 
    background: black;
    border: none;
}

.memory-box:nth-child(2) {
    margin-right: 1px; 
    width: 110px; 
    border: 2px solid white;
    text-align:center; 
}

.memory-box:nth-child(8) {
    width: 35px; 
    border: 2px solid white;
    background: #9f4c44;
    font-family: 'Lucida Console', arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0 3px;
}

.memory-box-label {
    font-family: 'Lucida Console', arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.memory-address {
    margin-top: 30px;
    margin-bottom: -10px;
}

.latency-warning-outer {
    padding: 5px 0; 
    text-align: center; 
    margin: 0 0 30px 0;
}

.navigation-outer {
    border: 1px solid #d5692f;
    margin: 0 5px;
    width: 300px; 
    float: left;
}

.navigation-header {
    text-align: center;
}

.navigation-list-item {
    display: flex;
    padding: 5px 0;
}

.navigation-list-icon {
    width:40px; 
    height: 16px; 
    text-align: center;
}

.first-paragraph {
    margin-top: 0;
}

.center-text {
    text-align: center;
}

.navigation-links-outer {
    margin: 5px;
}

.navigation-links-header {
    padding: 3px 0 3px 3px;
    font-weight: bold;
}

.navigation-links-list {
    padding: 4px;
    column-count: 3;
}

.navigation-links-list P {
    margin-top: 0;
}

.new {
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    font-size: 9px;
    background: rgb(213, 105, 47, .7); /* #d5692f; */
    color: white;
    padding: 2px;
    border-radius: 3px;
    left: -10px;
    top: -23px;
    border: 1px solid black;
    text-shadow: -1px  1px 0 #333,
                  1px  1px 0 #333,
                  1px -1px 0 #333,
                 -1px -1px 0 #333;
}

.down {
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    font-size: 9px;
    background: rgba(255,0,0,.7);
    color: white;
    padding: 2px;
    border-radius: 3px;
    left: -10px;
    top: -23px;
    border: 1px solid black;
    text-shadow: -1px  1px 0 #333,
                  1px  1px 0 #333,
                  1px -1px 0 #333,
                 -1px -1px 0 #333;
}

.clearboth {
    clear: both;
}
