.debring {
    border-bottom: 1px solid orange;
    font-size: 12px;
    //background: #fff url('https://www.debian.org/logos/openlogo-nd.svg') top 2px left 2px/18px 18px no-repeat;
    margin: 0;
    padding: 2px 2px 0 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.debring .right{
    margin-left: auto;
}

.debring > * {
    max-height: 16px;
}

.debring > img {
    margin: auto 8px;
    max-height: 18px;
}

.debring a, .debring a:visited {
    color: #313131;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    padding: 4px 10px 4px 10px;
    transition: all .3s ease-in-out;
    margin: 0;
}
.debring a:hover {
    /*background-color: #ddd;
    color: #313131;*/
    border-bottom: 3px solid #a80030;
}
