#block-bootstrap-articleauthor .form-group {
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#block-bootstrap-articleauthor img {
    max-width: 48px;
    width: auto;
    border-radius: 5px;
    max-height: 48px;
    border-style: ridge;
    border-width: 3px;
}

article.article .field--name-field-tags {
	display: flex;
	flex-wrap: wrap;
}

article.article .field--name-field-tags .field--item {
	background-color: lightgray;
	margin: 5px;
	padding: 2px 5px;
	border-radius: 4px;
}
