/* Other page elements */
.transparent {
    /*background: repeat url("../../images/transparent.png");*/
    background: black;
    height: 100%;
    width: 100%;
    position: absolute;
}

.inline-toolbar {
    display: inline-block !important;
    margin-right: 1em;
}

.inline-toolbar-right {
    position: absolute;
    right: 0;
    top: 35%;
}

.spacer-sm {
    width: 100%;
    height: 0.4em;
}

.copyright {
    font-size: 0.8rem;
    color: lightgray;
}

.object-properties-col.duo-left {
    padding-right: 0.2em;
}

.object-properties-col.duo-right {
    padding-left: 0.2em;
}

.toolbarLink {
    color: lightskyblue;
    font-size: 0.75em;
}

.toolbarLink:hover {
    color: lightskyblue !important;
}

.code-textbox {
    width: 100%;
    font-family: monospace;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 1.1em;
}

.iframe {
    width: 97.4%;
    height: 94.5%;
    position: absolute;
}

.toolbarText {
    color: white;
    font-size: 0.75em;
}