#dropzone{ width: 400px; height: 150px; border: 1px solid black; text-align: center; display: table; } #dropzone p{ display: table-cell; color: red; vertical-align:middle; font-size: 16pt; color: grey; } #filelist tr{ background: white; width: 400px; } #filelist tr:nth-child(odd){ background: #E6E6FF; } #filelist-wrapper{ height: 120px; overflow-y: auto; overflow-x: hidden; margin-top: 10px; } #filelist { width: 400px; } .progressBar{ width: 100px; height: 20px; } .progressCol{ width: 100px; height: 20px; } .filesize{ text-align: right; }