<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #748298;
    color: #f0f0f0;
    overflow: auto;
}

.livehost_container {
    border: 2px solid #000000;
    width: 99%;
    overflow: hidden;
}

.headerbar {
    width: 100%;
}

.hostname {
    font-weight: bold;
    padding-left: 10px;
    background-color: #a0a0f0;
}

.hostsettings {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    color: #101010;
    background-color: #a0a0f0;
}

.host_details {
    font: 10px Arial, sans-seriff;
    color: #000000;
    padding: 0px 12px;
}

.host_best_lap {
    font: 10px Arial, sans-seriff;
    color: #000000;
    padding: 0px 12px;
    text-align: right;
}

.r_username {
    white-space: nowrap;
    padding: 0px 4px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: default;
}

.r_username_hover {
    white-space: nowrap;
    padding: 0px 4px;
    font-weight: bold;
    color: #BBBBDD;
    cursor: pointer;
}

.r_car {
    padding: 0px 4px;
    cursor: default;
}

.s_car
{
    display: block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.r_status {
    white-space: nowrap;
    background-color: #f0a0a0;
    color: #101010;
}

.r_bar {
    white-space: nowrap;
    width: 100%;
    background-color: #d0d0f0;
    padding: 0px 2px;
}

.r_bar_gfx {
    white-space: nowrap;
    margin: 2px 0px;
    padding-right: 2px;
    background-color: #4060f0; 
    text-align: right; 
    color: #f0f0f0; 
    overflow: hidden;
    font: 10px Arial;
}

.r_lap_time {
    white-space: nowrap;
    padding: 0px 6px;
    text-align: right;
}

.img_inline {
	vertical-align: -5%;
}

</pre></body></html>