.visible-mobile
{
	display:none;
}

html, body
{
	background: #fff;
	color: #000;
	width: auto;
	overflow: auto;
	height: auto;
}

body
{
	padding: 4px;
	margin: 4px;
    font-family: "MarkWebPro-Book";
    font-size: 18px;
    line-height: 28px;
}

.text-red
{
	color: #000 !important;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}