.messages-heading-dashicon,
.messages-dashicon {
	width: 4%;
	padding: 8px 4px !important;
	vertical-align: text-top;
}

.messages-heading-posted,
.messages-posted {
	width: 27%;
	padding: 8px 6px !important;
	vertical-align: top;
}

.messages-heading-title,
.messages-title {
	width: 69%;
	padding: 8px 12px !important;
	vertical-align: top;
}

/*
.messages-heading-expiration-date,
.messages-expiration-date {
	width: 27%;
	padding: 6px 12px !important;
}
*/

.messages-display-table,
.messages-display-table td {
	border: none !important;
}

.messages-display-table thead {
	border-bottom: 1px solid #eee;
}

.hidden-heading {
	visibility: collapse;
	border: none !important;
}
/*
.messages-display-table td {
	vertical-align: text-top;
}
*/

.sentence-dashicon {
	padding-top: 5px;
}

.dashicons-expired {
	opacity: 0.4;
}
.dashicons {
	cursor: pointer;
}

.expiration {
	color: #fcb131;
/* 	color: #d17d06; */
}

.expired {
	color: #ff0000;
}

.effective-date {
	color: #339900;
}

.dashicons-pinned {
	color: #f3b332;	
}

td.messages-title p {
	padding-bottom: 0;
}

@media only screen and (max-width: 1271px) {
	
	.messages-heading-title,
	.messages-title {
		width: 42%;	
	}
	
	.messages-heading-posted,
	.messages-posted {
		width: 28%;
	}
	
	.messages-heading-expiration-date,
	.messages-expiration-date {
		width: 28%;
	}
}

@media only screen and (max-width: 980px) {
	
	.messages-display-table thead,
	.messages-display-table tbody,
	.messages-display-table tr,
	.messages-display-table td {
		display: block;
	}
	
	.messages-display-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px; 
	}
	
	.messages-display-table,
	.messages-row {
		border: 1px solid #eee;
	}
	
	.messages-dashicon,
	.messages-posted,
	.messages-title,
	.messages-expiration-date {
		border: none;
		position: relative;
		border: 1px solid #eee;
		padding-top: 2px !important;
		padding-right: 6px !important;
		padding-bottom: 8px !important;
		padding-left: 50% !important;
	}
	
	.messages-dashicon:before,
	.messages-posted:before,
	.messages-title:before,
	.messages-expiration-date:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 20px !important;
		white-space: nowrap;
		text-align: right;
		font-weight: 600;
	}
	
/* 	.messages-dashicon:nth-of-type(1):before {content: "";} */
	.messages-title:nth-of-type(2):before {content: "Message : ";}
	.messages-posted:nth-of-type(3):before {content: "Posted : ";}
/* 	.messages-expiration-date:nth-of-type(4):before {content: "Expiration Date";} */
	
	.messages-dashicon,
	.messages-posted,
	.messages-title,
	.messages-expiration-date {
		width: 100%;
	}
}