/* Enter Your Custom CSS Here */

/* Kommentarfunktion Labels */
#commentform label {
	font-size: 12px;
}

/* Weiterlesen Button */
a.more-link {
	font-size: 12px;
    border: 1px solid #999;
	color: #999 !important
}

/* Kategorie Titel */
.ptbar-content .category-title {
    font-size: 14px;
    font-weight: normal;
}

/* Kommentar abschicken */
input[type=reset],
input[type=submit] {
	font-size: 12px;
}

/* Überschriften der Menüs */
.widget .widget-title,
.about-author h3.entry-title,
.found-related > h3,
h4.comments-title {
  background: #dfdfdf;
  color: #FFFFFF;
}