/* PM_TABLE */
.pmbg {
	background-color: #533600;
	border: 7px ridge #C68100;
	border-radius: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

a.pm_link {
	color: #e69500;
	font-size: 20px;
}

.pm_mesage {
	color: #D4D4D4;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 2em;
	font-weight: bold;
	padding: 12px 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;
	}
}