﻿.deletebutton, .renamebutton {
    margin-top: 10px;
}

#FileSystemHolder {
    cursor: pointer;
}

#FileSystemHolder.in {
    background: #ffc4c4;
}

#FileSystemHolder.hover {
    background: #ccffc4;
}

#FileSystemHolder.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}