#ts-display {
    position: absolute;
    font-weight: 200;
    top: 20px;
    left: 25px;
    font-size: 13pt;
    pointer-events: none;
    opacity: 0.6;
    color: white;
    background-color: black;
    padding: 3px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

#url-display {
    position: absolute;
    font-weight: 200;
    bottom: 0;
    left: 0;
    font-size: 11pt;
    pointer-events: none;
    opacity: 0.6;
    color: white;
    background-color: black;
    padding: 3px 15px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    display: flex;
}

#archived-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
    opacity: 0.7;
    pointer-events: none;
}

#archived-ribbon img {
    width: 100%;
}