<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.timeline {
    white-space:nowrap;
    overflow-x: scroll;
    padding:30px 0 10px 0;
    position:relative;
}

.timeline p {
    white-space:normal;
    color:#050505;
}

.entry {
    display:inline-block;
    vertical-align:top;
    background:#1ab394;
    color:#fff;
    padding:10px;
    font-size:12px;
    text-align:center;
    position:relative;
   /* border-top:4px solid #06182E;*/
    border-radius:5px;
    min-width:200px;
    max-width:300px;
}

.entry img {
    display:block;
    max-width:100%;
    /*height:auto;*/
    margin:0 auto;
    margin-bottom:10px;
}

.entry:after {
    /*content:'';
    display:block;
    background:#eee;
    width:7px;
    height:7px;
    border-radius:10px;
    border:3px solid #1ab394;
    position:absolute;
    left:50%;
    top:-30px;
    margin-left:-6px;*/
}

.entry:before {
    content:'';
    display:block;
    background:#1ab394;
    width:5px;
    height:20px;
    position:absolute;
    left:50%;
    top:-20px;
    margin-left:-2px;
}

.entry h1 {
    color:#fff;
    font-size:18px;
    /*font-family:Georgia, serif;*/
    font-weight:bold;
    margin-bottom:10px;
}

.entry h2 {
    /*letter-spacing:.2em;*/
    margin-bottom:10px;
    font-size:14px;
}

.bar {
    height:4px;
    background:#eee;
    width:100%;
    position:relative;
    top:13px;
    left:0;
}

.qslang_board {
    background-color: rgba(24, 31, 55, 0.7);
    opacity:0.7;
    padding: 10px;
    line-height: 2;
    border-radius:5px;
    color:#EEE;
    max-height: 150px;
    max-width: 70%;
    overflow-y: scroll;
}

.text-navy {
    color: #1ab394;
}


/*video::-webkit-media-controls-fullscreen-button {
    display: none;
}*/
</pre></body></html>