@CHARSET "UTF-8";
/**
    @author Jeff Parsons (@jeffpar)
    @website http://www.pcjs.org/
    @created 2013-05-05
    @modified 2014-02-23
    @license http://www.gnu.org/licenses/gpl.html
 */
body {
    margin: 0;
    background: #202020;
    overflow-y:hidden;
}
h1, h2 {
    margin-top: 0;
    color: #cccccc;
}
h1, h2, h3, h4 {
    word-wrap: break-word;
}
/*
h3 ~ *:not(h3) {
    margin-left: 40px;
}
*/

#div_image_header {
    position: relative;
}

.pcjs-canvas {
    width: 100%;
}

#image_header {
    position: absolute;
}


h4 a {
    color: #cccccc !important;
}
p {
    line-height: 1.5em;
}
img {
    max-width: 100%;
}
a img {
    vertical-align: bottom;
}
pre, code {
    color: #000000;
    background-color: #cccccc;
    font-family: Monaco, Consolas, "Lucida Console", monospace;
    font-size: 12px;
}
pre {
    margin: 1em 2em;
    padding: 1em;
    border-radius: 5px;
    overflow: auto;
}
code {
    padding: 1px;
}
pre a, code a {
    color: #006400 !important;
}
.common {
    width: 100%;
    margin: 0 auto;
    color: #cccccc;
}
.common a {
  /*color: #80bd01;*/
    color: #7fc07f;
    text-decoration: none;
}
.common hr {
    border-color: #808080;
}
.common a:hover {
    text-decoration: underline;
}
.common, .machine {
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    font-size: 15px;
}
.machine {
  /*margin: 15px;*/
    overflow: hidden;
}
.c1pjs {
    overflow: visible;
}
.machine-placeholder {
    text-align: center;
    font-weight: bold;
}
.machine-floating {
    position: relative;
    z-index: auto;
    background-color: transparent;
    padding-right: 0;
}
.machine-sticky {
    position: fixed !important;
    z-index: 1 !important;
    background-color: #404040 !important;
    padding-right: 16px !important;
    top: 0 !important;
}
.common-top {
    background: #202020;
    font-size: small;
}
.common-top-left {
    float: left;
    width: 60%;
}
.common-top-left ul {
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 1em 1em 1em 9px;
    overflow: hidden;
}
.common-top-left ul li {
    display: block;
    float: left;
}
.common-top-left ul li a {
    border-right: 1px solid #6f6f6f;
    padding: 2px 6px 2px 6px;
}
.common-top-left ul li:last-child a {
    border-right: none;
}
.common-top-right {
    float: right;
    width: 40%;
}
.common-top-right p {
    float: right;
    margin: 0;
    padding: 1em;
}
.common-middle {
    clear: both;
    padding: 1px 1em 1px 1em;
    background: #404040;
}
.common-sidebar {
    float: left;
    font-size: small;
    width: 140px; /* should be <= margin-left of common-main */
    padding-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
}
.common-list {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.common-list li {
  /*font-variant: small-caps;*/
    padding-bottom: 7px;
}
.common-list-data {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.common-list-data li {
    line-height: 1.5em;
}
.common-list-data-items, .common-list-data-subitems {
    font-size: x-small;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2em;
}
.common-list-data-items li, .common-list-data-subitems li {
    padding-bottom: 0;
}
.common-main {
    margin:0 1em 0 1em;
    width:calc(50% - 2em);
    float:left;

/*  margin-left: 150px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em; */
}
#machine-description{
  margin:0;
  padding:0 1em;
  width:calc(50% - 2em);
  float:right;
  max-height:100vh;
  overflow-y:scroll;
}
.common-main blockquote {
    text-align: justify;
}
.common-image-gallery {
    margin: 0 auto;
    text-align: center;
}
.common-image-gallery:after {
    content: '';
    display: block;
}
.common-image-frame {
    display: inline-block;
    margin: 8px;
    text-align: center;
}
.common-image-link {
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #FAEBD7;
}
.common-image-label {
    font-size: x-small;
}
.common-bottom {
    clear: both;
    padding-top: 1em;
}
.common-bottom:after {
    content: '';
    display: block;
    clear: both;
}
.common-reference {
    float: left;
    font-size: x-small;
}
.common-reference a {
    text-decoration: none;
}
.common-copyright {
    float: right;
    font-size: x-small;
}
.common-copyright a {
    text-decoration: none;
}
.md-list {
}
.md-list li {
    line-height: 1.5em;
    margin-bottom: 1em;
}
.md-list li p {
    padding-left: 2em;
}
.md-list-compact {
}
.md-list-compact li {
    margin-bottom: 0;
}
.md-list-none {
    list-style-type: none;
    padding-left: 2em;
}
.md-list-none li {
    margin-bottom: 0;
}
@media screen and (max-width: 900px) {
    /*
    h3 ~ *:not(h3) {
        margin-left: 0;
    }
    */
    .common-sidebar {
        width: 100%;
        white-space: normal;
    }
    .common-list {
        padding-left: 0;
    }
    .common-list-data {
        padding-left: 0;
    }
    .common-sidebar h4, .common-list li, .common-list-data li, .common-list-data-items li {
        width: 130px;
        float: left;
        overflow: hidden;
        vertical-align: top;
        padding-right: 1em;
        margin-top: 0;
    }
    .common-list-data-subitems {
        display: none;
    }
    .common-main {
        clear: both;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        float: right;
    }
    .md-list-none {
        padding-left: 1em;
    }
}


*:not(input,textarea) {
    -webkit-user-select: none;
}
.pcjs-embed {
}
.pcjs-embed:after {
    clear:both;
}
.pcjs-machine {
}
.pcjs-name, .pcjs-menu {
    clear: both;
    font-weight: bold;
    padding-bottom: 4px;
}
.pcjs-menu {
    float: left;
}
.pcjs-canvas {
    width: 100%;
    height: auto;
}
.pcjs-container {
    color: #000000;
    position: relative;
}
.pcjs-label {
    font-size: small;
    line-height: 20px;
    vertical-align: middle;
    float: left;
    font-family: Monaco, "Lucida Console", monospace;
}
.pcjs-controls textarea {
    font-family: Monaco, "Lucida Console", monospace;
    font-size: x-small;
}
.pcjs-fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.pcjs-flag {
    font-family: Monaco, "Lucida Console", monospace;
    font-size: small;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}
.pcjs-progress {
    height: 20px;
    width: 200px;
    margin-top: 8px;
    border: 1px solid black;
    position: relative;
}
.pcjs-progress-bar {
    height: 20px;
    width: 0;
    background-color: gold;
    position: absolute;
    top: 0;
}
.pcjs-progress-text {
    height: 20px;
    width: 200px;
    font-size: small;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
.pcjs-register {
    font-family: Monaco, "Lucida Console", monospace;
    font-size: small;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid black;
}
.pcjs-switches {
    float: left;
}
.pcjs-bitBucket {
    float: left;
    width: 19px;
    height: 38px;
}
.pcjs-bitCell {
    float: left;
    width: 19px;
    height: 19px;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid black;
    text-align: center;
    line-height: 19px;
}
.pcjs-bitCellLeft {
    border-left: 1px solid black;
}
.pcjs-bitLabel {
    font-size: xx-small;
    text-align: center;
}
.pcjs-description, .pcjs-status {
    font-size: x-small;
    line-height: 2.0em;
}
.pcjs-key {
    border: 1px solid black;
    font-size: x-small;
    text-align: center;
    position: absolute;
    height: 34px;
    line-height: 34px;
    background-color: #ffffff;
}
.pcjs-panel-group {
    color: #ffffff;
    background-color: #404040;
}
.pcjs-triplet {
    padding: 1px;
}
.pcjs-ledlbl {
    text-align: center;
    font-size: 40%;
    background-color: #000000;
}
.pcjs-ledlbl0 {
    text-align: right;
    font-size: 100%;
    background-color: #8d4076;
}
.pcjs-ledlbl1 {
    text-align: right;
    font-size: 100%;
    background-color: #d83662;
}
.pcjs-ledpad {
    text-align: center;
    font-size: x-small;
    line-height: 32px;
    background-color: #000000;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
}
.pcjs-led {
    float: left;
    width: 8px;
    height: 8px;
    margin: 4px;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
}
.pcjs-rled {
    float: left;
    width: 8px;
    height: 8px;
    margin: 4px;
    border: 1px solid black;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #ff0000;
    max-width: 100%;
    max-height: 100%;
}
.pcjs-swlbl {
    text-align: center;
    font-size: 40%;
    line-height: 16px;
    background-color: #000000;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
}
.pcjs-swpad {
    height: 32px;
    background-color: #000000;
}
.pcjs-switch {
    height: 10px;
    width: 28px;
    margin-top: 0;
    max-width: 90%;
    background-color: #00ff00;
}
.pcjs-screen {
    clear: both;
    height: auto;
    position: relative;
    line-height: 0;
}
.pcjs-screen textarea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    padding: 0;
    line-height: 0;
}
.pcjs-reference {
    float: left;
    font-size: x-small;
}
.pcjs-reference a {
    text-decoration: none;
}
.pcjs-copyright {
    float: right;
    font-size: x-small;
}
.pcjs-copyright a {
    text-decoration: none;
}
@media screen and (max-width: 800px) {
    .pcjs-textarea {
        width: 100% !important;
    }
    .pcjs-registers {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pdp11-device {
        width: 98% !important;
        max-width: none !important;
        margin-left: 8px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (min-width: 1200px) {
    .machine-left {
        max-width: 48%;
        float: left;
    }
    .machine-right {
        max-width: 48%;
        float: left;
        margin-left: 30px;
    }
    .machine-right + * {
        clear: both;
    }
}
