/* PM_TABLE */
.pmbg {
	border-radius: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

a.pm_link {
	color: #AA0000;
	font-size: 20px;
}
a.pm_link:hover {
	text-decoration: underline !important;
}
.pm_mesage {
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 2em !important;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

/* responsive design */
@media (max-width: 700px) {
	.pmbg {
		/* change display value to block to show the PM Message */
		display: none;
	}

	.pm_mesage {
		padding: 12px 3px;
	}
}