
#module-customermessages-customermessages #wrapper .container {
    width: 100%;
}
.pl-5, .px-5 {
	padding-left: 3rem !important;
}
.pr-5, .px-5 {
	padding-right: 3rem !important;
}
.pt-2, .py-2 {
	padding-top: .5rem !important;
}
.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.white-category-list {
	margin-top: 20px;
}
.white-category-list li {
	font-size: 1.4rem;
	font-family: Electrolux Sans,sans-serif;
	font-weight: 700;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.white-category-list li a, .white-category-sublist li a {
	color: #fff;
}
.p-5 {
	padding: 3rem !important;
}
.bg-white {
	background-color: #fff !important;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
table {
	border-collapse: collapse;
}
.user_message {
	text-align: left;
	background: gray;
	color: #000;
	padding: 8px;
}
.admin_message {
	text-align: right;
	background: burlywood;
	color: #000;
	padding: 8px;
}
.user_date_add {
	text-align: left;
	font-size: small;
	color: gray;
	margin-bottom: 0.3rem;
}
.admin_date_add {
	text-align: right;
	font-size: small;
	color: gray;
	margin-bottom: 0.3rem;
}