.usedSpace {
    height: 50px;
    width: 500px;
    border: 2px solid #000;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

#clipProcessTable {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid;
    font-size: 24px;
    text-align: center;
}

td {
    height: 20px;
}

.ffmpeg-progress {
    width: 100%;
    height: 100%;
}