/* START GENERIC */
.aui-label {
    font-size: 12px;
    padding: 2px 3px;
}
/* ENDE GENERIC */

/* START BLOGPOSTMAKRO */
a.blogHeading {
    font-size: 16px;
}

.logo-heading-block {
    margin-bottom: 15px;
}

.blog-post-listing .endsection {
    margin-top: 8px;
}

.blog-post-listing .aui-label {
    margin-bottom: 0;
}

/* hide edit link */
.blog-post-listing .endsection > a:first-child {
    display: none;
}

.blog-post-listing .aui-label {
    font-size: 11px;
}

.blog-post.macro-blank-experience {
    display: none;
}
/* ENDE BLOGPOSTMAKRO */


/* Tabelle Hover Einfärbung */
table.aui tr:hover td,
table.confluenceTable tr:hover td {
    background-color: #F0F0F0;
}

/* Profil-Makro */
.profile-macro .vcard .values {
    width: auto;
}

#labels-section {
    margin-top: 15px;
}

/* https://issues.eberspaecher.com/browse/CONF-1345 */
.expand-control-text {
    color: #3572b0;
}