* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    margin: 10px;
}

.text-center {
    text-align: center;
}

.test {
    padding: 10px;
    border: 1px solid #ccc;
}

.button {
    text-decoration: none;
    background: #1e8cbe;
    padding: 8px 16px;
    color: #fff;
    border-radius: 2px;
    border: none;
    font-weight: 700;
    font-size: 0.9em;
    cursor: pointer;
}
.button, .button:focus, .button:active {outline: none;}
.button:hover { background: #066691;}
.button:focus, .button:active {background-color: #1d4fd8;}
#my-progress-bar {
    width: 200px;
}
#video-progress[value] {
    width: 350px;
    height: 12px;
    border: 1px solid #333;
    background-color: #fff;
}

#video-progress[value]::-webkit-progress-bar {
    background-color: #fff;
}
#video-progress[value]::-webkit-progress-value {
    background-color: #f7c37d;
}
#video-progress[value]::-moz-progress-bar {
   background-color: #f7c37d;
}

#progress-file {width: 200px;}
#file-output {text-align: left;padding: 15px; margin: 15px 10px;}