
.list-header{
    margin-right:0px;
}

.file-list-element {
    height: 38px;
    padding: 3px 9px;
}

.file-list-action{
    float: right;
    margin-top: -42px;

}
.file-action-button{
    margin-right: 10px;
}

.file-name {
    margin-top: 0px;
}

.file-list-element:hover  {
    background-color: rgb(247, 247, 247);
}

.pre-scrollable {
  /*  max-height: 600px; */
    overflow-y: scroll;
}

.cursor_arrow:hover {
    cursor: initial !important;
}

.file-list-container {
    margin-top: -65px;
}

.mob-folder{
font-size: 20px;

}

.file-name-caption {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    color:black;

}

.file-list-even {
    background-color: #f9f9f9;
}

