@charset "utf-8";
a img {
	border: none;
	
}

.Question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	font-size: 11px;
	vertical-align: middle;
	background-position: center;
	margin-top:5px;
	margin-bottom:5px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.MyAnnualSavings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.GrandTotal {
	font-size: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	}
input {
	height: 20px;
	width: 28px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	text-align: center;
	color: #6C6C6C;
	border-color: #DCDCDC;
	-webkit-box-shadow: 2px 1px;
	box-shadow: 2px 1px;
	border-width: 1px;
	border-radius: 4px;
	}
	
	#TimeHeaders strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Table_01 tr td #Table1 tbody tr .Points {
	background-image: url(../images/MILT-MerchCalc_04.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

footer {
    font-family:Verdana;
    color:#d5d5d5;
    text-align:center;
    font-size: 10px;
}

footer a{
    font-family:Verdana;
    color:#d5d5d5;
    font-size: 10px;
}





@media only screen and (max-width:640px){
	#Table_01{width:100% !important; height:auto !important; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
	#Table_01 img{max-width:100% !important; height:auto !important;}
	#Table_01 tr:last-child{display:none;}
	#Table1 tr:last-child{display:table-row;}
	#Table_01 tr:nth-child(2) td:nth-child(2){display:none;}
	#Table_01 tr:nth-child(2) td:nth-child(3){width:240px;}
	#Table_01 tr:nth-child(3) td img{display:none;}
	#Table_01 table#Table1 tr:nth-child(1) td:nth-child(2){display:block !important;}
	#Table_01 table#Table2 tr td{display:table-cell !important;}
	
	.GrandTotal{font-size:22px;}
	.Question{height:auto; font-size:10px;}
	#Table2 input{height:18px; width:22px; margin-right:6px;}
}
@media only screen and (max-width:400px){
	.Question{padding:0px; margin:2px 0px;}
	#TimeHeaders strong{font-size:12px;}
}