.dropfile{
    width: 100%;
    height: 60px;
    border: 1px dashed lightgray;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    vertical-align: center;
    overflow: auto;
}

.dropfile:hover{
    cursor: pointer;
}

.dropfile h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file{
    display: none;
}

/* Thumbnail */
.thumbnail{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size{
    font-size:12px;
}