.list-view-wrap{
    height: 100%;
    background: #fff;
}
.list-view{
    width:100%;
    height:500px;
    margin-top: 10px;
    float: left;
    background: #fff;
    padding-inline: 10px;
}
.list-header{
    width:100%;
    float: left;
    justify-content: space-evenly;
    background: #0d80b9;
    color: #fff;
}
.list-header>div{
    border-right:1px solid #ddd;
    float:left;
    padding-block: 5px;
    text-indent: 3px;
    color: #fff;
    text-transform:capitalize;
    font-size: 12px;
    text-transform: uppercase;
}
.content-row{
    width:100%;
    float: left;
    overflow: hidden;
    background: #fff;
    border-bottom:1px solid #eee;
}
.content-row>div{
    float: left;
    border-right:1px solid #eee;
    padding-block:3px;
    text-indent: 3px;
    font-size: 12px;
}
.content-row>div:hover{
    cursor: pointer;
}
.content-row:hover{
    background: #ddd;
}
.alt{
    background: #eee;
}
.tunnel-action-bar{
    display: flex;
    width:100%;
    justify-content: space-between;
    padding-inline: 10px;
    padding-top: 10px;
    float: left;
}