.yt2008-player {
    width: 640px;
    background-color: #000;
    border: 4px solid #333;
    font-family: Arial, sans-serif;
}

.yt2008-player video {
    display: block;
    width: 100%;
    height:95%;
    display: block;
}

.yt-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    padding: 4px 6px;
    box-sizing: border-box;
    height: 36px;
}

.yt-controls button {
    background: #555;
    border: 2px outset #999;
    color: white;
    font-size: 16px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
}

.yt-controls button:active {
    border-style: inset;
}

.progress-container {
    flex-grow: 1;
    margin: 0 5px;
    height: 8px;
    background: #555;
    border: 1px solid #999;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#progress {
    height: 100%;
    background: #4700cc;
    width: 0%;
    border-radius: 4px;
}

#time {
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
}

#volume {
    width: 70px;
}
