/* Wrapper um die Seite */
.boxyfy-author-wrap {
    margin-bottom: 20px; /* optional */
}

/* Tabelle in der Autoren-Subpage */
.boxyfy-author-table {
    margin-top: 10px;
}

.boxyfy-author-tablelist .boxyfy-author-col-img {
    width: 60px;
}

/* Größere Input-Felder */
.boxyfy-author-input-wide {
    width: 300px;
}

.boxyfy-author-textarea {
    width: 300px;
    height: 80px;
}

/* Kleines Bild in der Autorenliste */
.boxyfy-author-list-img {
    max-width: 50px;
    height: auto;
}

/* Metabox - Liste der Autoren */
.boxyfy-author-metabox-list {
    max-height: 300px;
    overflow-y: auto;
}

.boxyfy-author-metabox-item {
    display: block;
    margin-bottom: 5px;
}

/* Link "Autoren verwalten" im Metabox-Bereich */
.boxyfy-author-manage-link {
    margin-top: 10px;
    display: inline-block;
}

/* Optional für den neuen Absatz der Expertise */
.expertise-ausgabe-text {
	padding: 0 0 0 2px;
    margin: 5px 0 0 0; /* Beispiel: kann nach Belieben angepasst werden */
}