/* Write your custom CSS here */
.text-center {
    text-align: center;
}
#listFolder li.active,
#listPlaylist li.active {
    background-color: #f8f8f8;
}
.mailbox-list a.add-folder {
    border-bottom: none;
    padding: 0px;
}
.mailbox-list a.add-folder:hover {
    background-color: transparent;
}
.modal-small {
    width: 30%;
}
.input-field.col label {
    left: 0px;
}