table { border-collapse: collapse; }
.percent {
    position: absolute; left: 37.5%; padding-top: -1px; width: 300px; height: 16px; z-index: 1; text-align: center; font-size: 0.8em; color: white;
}
.uploaded {
    padding: 0;
    height: 14px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));
    border-image: initial;
}
.dropbox {
    width: 15em;
    height: 3em;
    border: 2px solid #DDD;
    border-radius: 8px;
    background-color: #FEFFEC;
    text-align: center;
    color: #BBB;
    font-size: 2em;
    font-family: Arial, sans-serif;
}
.dropbox span {
    margin-top: 0.9em;
    display: block;
}
.dropbox.not-available {
    background-color: #F88;
}
.dropbox.over {
    background-color: #bfb;
}

.v-thumb {
    border-radius: 0.6em;
    height: 125px;
    width: 125px;
}