div#runtime {
    width: fit-content;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    flex:1 1 auto;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    margin-right: auto;
}

[data-theme="dark"] div#runtime {
    /* color: #28b4c8; */
    /* box-shadow: 0 0 5px rgba(28, 69, 218, 0.71); */
}

#footer-wrap {
    background-color: rgba(0, 0, 0, 0) !important;
}