#tl_messages .tl_warning {
    padding: 3px 6px 3px 21px;
    background-position: left 2px;
    background-color: transparent;
    margin-bottom: 1px !important;
}

#tl_messages > .notification span {
    color:#999 !important;
    padding-right:3px
}

#tl_messages > .notification p,
#tl_messages > .notification a {
    color: #222 !important;
}

#tl_messages > .notification a {
    font-weight: 400;
}

.tl_warning {
    background: transparent url(/bundles/coachcockpit/img/error.png) no-repeat 16px 12px;
}

.notification {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.notification a.close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.notification a:not(.close-btn) {
    text-decoration: underline !important;
}