.app-attch-files{
    min-width: 363.33px;
    width: 100%;
}
.app-attch-files > div{
    display: flex;
    width: 100%;
}
.app-attch-files > div > div{
    padding: 5px;
    border-top: 1px solid #ddd;
}
.app-attch-files > .app-attch-files__header{
    font-weight: bold;
    background-color: #eeeeee;
}
.app-attch-files > .app-attch-files__attached-files > div:nth-child(2),
.app-attch-files > .app-attch-files__attached-files > div:nth-child(3){
    text-align: left;
}
.app-attch-files > .app-attch-files__attached-files > div:nth-child(1){
    float: left;
    width: 81%;
}
.app-attch-files > .app-attch-files__attached-files > div:nth-child(2){
    float: left;
    width: 19%;
}
.app-attch-files > .app-attach-files__add-files > div:nth-child(1){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 81%;
    display: block;
}
.app-attch-files > .app-attach-files__add-files > div:nth-child(2){
    float: left;
    width: 19%;
}
.app-attch-files > .app-attach-files__add-files:last-child > div{
    border-bottom: 1px solid #ddd;
}
.app-attch-files > div:nth-of-type(odd){
    background-color: #eeeeee;
}
.app-attch-files .app-attch-files__without{
    background-color: #eeeeee;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    display: block;
}