.tl_fileusage{
    border-radius: 6px;
    background-color: #f47c00;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 3px;
    cursor: pointer;

}

.tl_fileusage:hover{
    color:black;
}


.simple-modal-body .contents .simple-model-fileusage{
    padding: 1vw;
    overflow: auto;
    height: 500px;
}

.simple-modal-body .contents .simple-model-fileusage li{
    list-style: none;
}