.section-even-more .section-content .full-list-container .full-list-headline {
    max-width:560px
}

@media only screen and (max-width: 1068px) {
    .section-even-more .section-content .full-list-container .full-list-headline {
        max-width:450px
    }
}

@media only screen and (max-width: 734px) {
    .section-even-more .section-content .full-list-container .full-list-headline {
        max-width:315px
    }
}
html.enhanced .section-messages .grid-item-messaging .image-overview-messages-edit {
    display: block
}
.small-s{
        display:none
    }
@media only screen and (max-width:320px){
    .small-xs{
        display:none
    }
    .small-s{
        display:block
    }
}
.xs-nowrap{
    display: inline-block;
    text-decoration: inherit;
    white-space:nowrap
}
@media only screen and (max-width:320px){
    .xs-nowrap{
    white-space:normal
}
}
.large-s{
    display:none;
}
@media only screen and (max-width: 1383px) {
    .large-s{
    display:block;
}
}
@media only screen and (max-width: 1068px) {
    .large-s{
    display:none;
}
}
.quotes{
  font-family:Sans-serif
}

/* auto messages */
.section-messages .grid-item-collaborate .tile-content{
    background: #8876fe;
}

.section-messages .grid-item-collaborate .tile-body{
  justify-content:center;
}