body {
    background-color: black;
}
div {
    position: relative;
}
#app.split > div {
    width: 50%;
    display: inline-block;
}
.title { 
    background-color: rgba(66, 165, 245, 0.5);
    color: white; 
    font-family: 'PT Mono', monospace;
    text-transform: uppercase; 
    font-size: 2em; 
    padding: 5px 0 5px 17px; ; 
}
img {
    transform: translate3d(0, 0, 0);
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
    display: none;
}
.bars {
    width: 100%;
}
.bar {
    width: 0%;
    background-color: rgb(66, 165, 245);
    height: 20px;
    transition: width 0.1s ease-in;
    border-radius: 25px;
    margin-top: 10px;
}
.warning-container {
    text-align: center;
}
.warning {
    display: inline-block;
    color: rgba(66, 165, 245, 0.5);
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    z-index: 10;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid rgba(66, 165, 245, 0.5);
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
}
.warning a {
    color: inherit;
}
.warning-title {
    background-color: rgba(66, 165, 245, 0.5);
    color: black;
    cursor: pointer;
}
.warning p {
    margin: 10px;
}
.panel-title { 
    color: white; 
    white-space: pre; 
    font-family: 'PT Mono', monospace;
    text-transform: uppercase; 
    background-color: rgba(66, 165, 245, 0.5);
    width: 100%; 
    display: flex; 
} 
.delay{
    text-align: right; 
    display: flex; 
    flex-grow: 1; 
    flex-direction:column;
    justify-content: center; 
    padding-right: 20px; 
    line-height: 30px; 

}
.image-type { 
    text-align: left; 
    display: flex; 
    flex-grow: 1; 
    flex-direction:column;
    justify-content: center; 
    padding-left: 15px; 
    line-height: 30px; 
    border-left: 5px solid orange; 
}
body { 
    margin: 0; 
}
.scrubber { 
    z-index: 1; 
    position: absolute;
    right: 10px; 
    top: 40px; 
    color: rgba(255, 255, 255, 0.7); 
    font-family: 'PT Mono', monospace;
    font-size: 0.8em; 
}
