﻿/*****************************************
			PRINT STYLE SHEET

Add styles here for print media
*****************************************/
/* Common */
.button_base
{
	visibility: hidden;
	display: none;
}

/* Terms & Conditions Screen */
.TermsWindow
{
	width: 100%;
	border: none;
}
.TermsArea
{
	background-color: #fff;
	width: 100%;
}
.TermsTitle
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 7px;
	width: 90%;
}
.TermsText
{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	width: 90%;
}

