.modules-registration .typo3-messages,
.modules-profile .typo3-messages {
	padding-left: 0;
}
.modules-registration .typo3-messages li,
.modules-profile .typo3-messages li {
	list-style: none;
	margin: 0;
}
.modules-registration .invalid-feedback,
.modules-profile .invalid-feedback {
	width: 100%;
	display: inline-block;
}

/**
 * Frontend management list, like the addresses list
 */
.tx-modules .btn-header {
	margin-bottom: 10px;
}
.tx-modules .btn-icon {
	padding: 5px;
	width: auto;
	min-width: 36px;
}
.tx-modules .btn-icon img {
	width: 16px !important;
	height: 16px !important;
}
.tx-modules .btn-label {
	margin: 0 6px;
}
.tx-modules .icon-size-small {
	position: relative;
	height: 16px;
	display: inline-block;
	width: 20px;
}
.tx-modules .icon-size-small .icon-markup {
	top: -3px;
	position: absolute;
	left: 2px;
}
.tx-modules .icon-size-small .icon-markup svg {
	width: 16px;
	height: 16px;
}
.tx-modules .pagination {
	width: 134px;
	float: right;
	margin-right: 7px;
}
.tx-modules .col-title a {
	text-decoration: none;
}
.tx-modules .col-title .icon-size-small .icon-markup {
	top: -3px;
	left: 0;
}
.tx-modules .col-actions {
	width: 1%;
}
