body {
    margin: 25px auto;
    padding: 0px;
    font-family: Verdana, Geneva, sans-serif;
}

.uploadArea {
    min-height: 350px;
    height: auto;
    border: 1px dotted black;
    background-color: rgb(75, 113, 114);
    padding: 10px;
    cursor: move;
    margin-bottom: 10px;
    position: relative;
}

#h11 {
    opacity: 0.3;
}

h1,
h5 {
    padding: 0px;
    margin: 0px;
}

h1.title {
    font-family: 'Boogaloo', cursive;
    padding: 10px;
    color: #503131;
}

.uploadArea h1 {
    color: #ccc;
    width: 100%;
    z-index: 0;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 25px;
}

.dfiles {
    clear: both;
    border: 1px solid #ccc;
    background-color: #E4E4E4;
    padding: 3px;
    position: relative;
    height: 40px;
    margin: 3px;
    z-index: 1;
    width: 97%;
    opacity: 0.6;
    cursor: default;
}

h5 {
    width: 95%;
    line-height: 25px;
}

h5,
h5 img {
    float: left;
}

.invalid {
    border: 1px solid red !important;
}

.buttonUpload {
    display: inline-block;
    padding: 4px 10px 4px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0074cc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border: 1px solid #cccccc;
    color: #fff;
}

.progress img {
    margin-top: 7px;
    margin-left: 24px;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #4b9ad6;
}