body {
    background: #17141c; 
}

.quoted {
    padding: 0.5rem 0.3rem 0;
}

.line {
    padding: 0 0.3rem;
    font-size: 0;
}

.line img {
    width: 100%;
    height: 2px;
}

.list-cell {
    display: flex;
    padding: 1rem 1rem;
    background-color:#015591;
    height:3.5rem;
    margin-bottom:0.5rem;
}

.list-cell .icon {
    min-width: 1.5rem;
    max-width: 1.5rem;
}

.list-cell .icon img {
    width: 110%;
}

.list-cell .content {
    padding-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-cell .content .logo{
    width: 1.2rem;
}

.list-cell .content .logo img {
    width: 100%;
}

.list-cell .content .name {
    font-size: 0.3rem;
    color: #fff;
}