.error{
	color: red;
	font-weight: bold;
}

.divider:after, .divider:before {
	content: "";
	flex: 1;
	height: 1px;
	background: #eee;
}

#addrow {
	font-size: 1rem;	
}

@media (max-width: 767.98px) {

	.m-py-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

}