.source-code {
    font-family: source-code-pro, Courier New;
}

textarea.source-code {
    font-weight: bold;
}

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

.output, .bitmap-output-col {
    display: inline-block;
}

.output-normal, .output-bg {
    background-color: #DFDFDF;
}

.output-inverted {
    color: #DFDFDF;
    background-color: #000000;
}

.output {
    width: 1em;
    margin-right: 2px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 175%;
}

.bitmap-output-row {
    display: block;
    text-wrap: nowrap;
    margin-bottom: 2px;
    height: 1.2em;
}

.bitmap-output-col {
    width: 1.2em;
    height: 1.2em;
    margin-right: 2px;
}

.bitmap-output-col.off {
    background-color: #DFDFDF;
}

.bitmap-output-col.on {
    background-color: #000;
}

.instr-bg {
    background-color: #E6F3FF;
}

.instr-bg a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.code-bg {
    background-color: #E6F3FF;
}

.stack-bg {
    background-color: #E6F3FF;
}

.memory-block {
    width: 1.8em;
    display: inline-block;
    text-align: center;
}

.marker-base {
    width: 2.2em;
    border-radius: 2px;
}

.marker {
    color: #000;
}

.marker-ip {
    background-color: #c0c0c0;
}

.marker-sp {
    background-color: #c0c0c0;
}

.marker-a {
    background-color: #a775d3;
}

.marker-b {
	background-color: #9dd896;
}

.marker-c {
	background-color: #99a3eb;
}

.marker-d {
	background-color: #df905b;
}

.marker-f {
	background-color: #de6d6d;
}

.codelabel-line a {
    cursor: pointer;
}

.panel-heading {
    padding: 5px 15px !important;
}

.btn {
    padding: 3px 12px !important;
}

.table-condensed > tbody > tr > td {
    padding: 5px 0 !important;
}