.complaint-data {
    background-color: #ffffff;
    padding: 50px 0 50px 0;
}

.complaint-data h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
    /* text-shadow: 2px 2px 2px #000; */
}
.complaint-tx h5{
    text-align: center;
    padding: 20px 0px 50px 0;
}
.complaint-notes{
    padding: 10px 0px 20px 0px;
}
.complaint-notes p{
    padding: 5px 0;
    font-size: 18px;
}
.complaint-notes li{
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
}
.complaint {
    background-color: #e6e6c5;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.complaint td{
    font-weight: bold;
}
.complaint h5 {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}



.complaint h6{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}

.table{
	white-space: nowrap;
}