/* PM_TABLE */
.pmbg {
	background-color: #b1daa1;
	border: 1px solid #105289;
	border-radius: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
}

a.pm_link {
	color: #000000;
	font-size: 15px;
}

.pm_mesage {
	color: #000000;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	/*font-weight: bold;*/
	padding: 2px 0;
	text-align: center;
}

/* responsive design */
@media (max-width: 700px) {
	.pmbg {
		/* change display value to block to show the PM Message */
		display: none;
	}

	.pm_mesage {
		padding: 12px 3px;
	}
}