h1 .small {
    font-size: 16px;
}

.flash .small {
    position: absolute;
    font-size: 14px;
    right: 50px;
}

.silent {
    color: gray;
    font-style: italic;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

a {
    color: #2d69e3;
    text-decoration: none;
}

a:visited {
    color: #2d69e3;
    text-decoration: none;
}

a.invisible-link {
    color: black;
}

a:hover {
    color: #2d69e3;
    text-decoration: underline;
}

.flash {
    border: 1px solid;
    text-align: center;
    padding: 10px;
}

.flash.success {
    border-color: green;
    background-color: rgba(30, 200, 0, 0.5);
}

.flash.error {
    border-color: red;
    background-color: rgba(200, 30, 0, 0.5);
}

.flash.info {
    border-color: cornflowerblue;
    background-color: rgba(100, 150, 235, 0.7);
}

.flash a {
    position: relative;
    color: wheat;
}

.blink {
    background-color: yellow;
}

.font-blue {
    color: blue;
}

.font-darkred {
    color: darkred;
}

.font-black {
    color: black;
}

.font-green {
    color: green;
}

.font-red {
    color: red;
}

.font-orange {
    color: orange;
}

.font-green-light {
    color: #2ca02c;
}

.font-red-light {
    color: rgba(200, 30, 0, 0.5);
}

iframe {
    width: 60%;
    height: 400px;
}

.xml-text {
    color: black;
    padding: 10px;
    white-space: pre;
    border: 2px solid black;
    overflow: scroll;
}

.sandbox-detached {
    font-size: 30px;
    text-align: center;
    padding: 10px;
    border: 2px solid red;
}

.break-long {
    width: 1200px;
    word-break: break-all;
}

.exhaustion-complete {
    color: red;
}

.translucent {
    opacity: 0.25;
}

#sandbox-controls.sticky {
    position: fixed;
    background-color: white;
    border-bottom: 1px solid black;
    width: 100%;
    top: 0;
    z-index: 100;
}

#sandbox-controls .btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#sandbox-controls .btn[data-role=close-sandbox] {
    background-color: #af0010;
    padding: 8px 14px;
    font-size: 14px;
}

#sandbox-controls.sticky .btn {
    padding: 12px 18px;
    font-size: 18px;
}

#sandbox-controls.sticky .btn[data-role=close-sandbox] {
    padding: 10px 16px;
    font-size: 16px;
}

.ajax-error {
    text-align: center;
    font-size: 30px;
    color: darkred;
    padding-top: 100px;
    padding-bottom: 100px;
}

.ajax-error [data-role=details] {
    margin-top: 30px;
    border: 1px solid darkgray;
    padding: 5px;
    font-size: 16px;
    color: black;
    white-space: pre;
}

.image-preview {
    position: absolute;
    right: 200px;
}

table.highlight-row tbody tr:hover td {
    background-color: lemonchiffon;
}
