/* PM_TABLE */
.pmbg {
    background-color: #CADCEB;
    border: 1px solid #105289;
    border-radius: 12px;
	margin-bottom: 10px;
    margin-top: 10px;
}

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

.pm_mesage {
    color: #105289;
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: bold;
	padding: 12px 0;
    text-align: center;
} 

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
.pmbg {
   display: none;
}