	.calendar{
			/*background:url(../../../iwov-resources/images/backgrounds/calendar.png)no-repeat center center;
			min-height: 332px;*/
			display:inline;
		}
		.calendar_wrap{
			width: 70%;	
			display:inline-block;
			 /*margin: 0 auto;
		   
		    max-height: 230px;
		    position: relative;
		    top: 101px;
		   background: #fff;*/
		}
		.calendar_wrap div.rows:last-child .formfield:first-child input {
			    border-bottom-left-radius: 8px;
		}
		
		.results .row {
			margin:0;
		}
		.results select, .month select {
			height:auto;
		    background-image:
				linear-gradient(45deg, transparent 50%, gray 50%),
				linear-gradient(135deg, gray 50%, transparent 50%),
				linear-gradient(to right, #ccc, #ccc);
		    background-position:
				calc(100% - 20px) calc(1em + 2px),
				calc(100% - 15px) calc(1em + 2px),
				calc(100% - 2.5em) 0.5em;
		    background-size:
				5px 5px,
				5px 5px,
				1px 1.5em;
		    background-repeat: no-repeat;
			padding-right:40px;
		}
		.results select {
			width:100%;
		}
		.month select {
			width:auto;
			margin-bottom:0;
		}
		.fs12 {
			font-size:12px;
		}
		.negative-balance {
			color:#c00;
		}
		.fall-below-fee-container, .madb-container {
			display:none;
		}
		.formfield input[disabled]{
			background:transparent!important;
		}
		.formfield span{
			vertical-align: top;
			display: block;
    		text-align: right;
    		padding: 2px 5px;
			font-size:12px;
    		/*background: #fff; */   		
		}		
		.calendar_wrap .rows{
			/*min-height: 88px;*/
			border-bottom: 1px solid #999;
			border-left: 1px solid #999;
    		border-right: 1px solid #999;
    		/*background: lightgrey;*/
		}
		.calendar_wrap div.rows:last-child{
			border-bottom-left-radius: 8px;
			border-bottom-right-radius: 8px;
		}
		.formfield {
		    float: left;
		    /*max-width: 139.5px;*/
			width:14.1434%;
		    border-left: 1px solid #999!important;    
		}
		.box{
			/*-moz-box-shadow: 2px 3px 8px #262326;
			-webkit-box-shadow: 2px 3px 8px #262326;
			box-shadow: 2px 3px 8px #262326;*/
			border-bottom-left-radius: 8px;
			border-bottom-right-radius: 8px;
		}
		.formfield input{
			/*max-width: 100%;	
			text-align: center;		
		    border-right: 0!important;
		    border-bottom:0!important;
		    border-top: 0!important;
		    border-left: 0!important;
		    min-height:40px;
		    outline: none!important;
		    padding:0!important;
		    margin:0!important;
		    vertical-align: middle!important;
		    -webkit-box-shadow: none!important;
		    -moz-box-shadow: none!important;
		    box-shadow: none!important;		
		    background: lightgrey!important;	*/
		    font-size: 16px;	
			font-weight:bold; 
		   /* background: transparent!important;   */
		}
		div.formfield:first-child{
			border-left: 0!important;
		}
		#mb_show{
			display: none;
		}
		::-webkit-input-placeholder {
		   color: #555!important;
		}

		:-moz-placeholder { /* Firefox 18- */
		   color: #555!important;  
		}

		::-moz-placeholder {  /* Firefox 19+ */
		   color: #555!important;  
		}

		:-ms-input-placeholder {  
		   color: #555!important;  
		}
		.currency{
			color: #555;
		}
		input[type="text"]:disabled {
		    font-size: 0;
		}
		.month {
			text-align:center;
			padding:10px;
		}
		/*div[comma-value]{
		    position:relative;
		}
		div[comma-value]:before{
		    content: attr(comma-value);
		    position:absolute;
		    left:0;
		}
		div[comma-value] input{
		    color:#fff;
		}*/

@media(max-width: 480px){
	.calendar {
	    background-size: 100%;
	    min-height: auto;
	}
	/*#mb_show{
		display: block;
	}
	#dk_show{
		display: none;
	}*/
	.formfield input{
		min-height: 60px;
		width: 100%;
		font-size: 14px;
	}

	.formfield
	{
		max-width: 14.02%;
	}
	.calendar_wrap .rows{
		border-left: 0;
	}
	div.formfield:first-child {
	   border-left: 1px solid #999!important;
	}
	.calendar_wrap div.rows:last-child div.formfield:first-child {
	   /* border-bottom-left-radius: 8px;	  */
	    border-left: 1px solid #999!important;  
	}
}		
@media(max-width: 375px){
	.formfield
	{
		width: 14%;
	}
	
	.calendar_wrap { width:100%; }
	.results { width:100%; margin:0; }
	
	.average strong, .madb-container strong, .fall-below-fee-container strong { color:#000 !important; }
}
@media(max-width: 320px){
	.formfield {
	    width: 13.95%;
	}
}


/*Added CSS*/
.formfield span{
	background: #FFF;
}
.formfield{
	background: #FFF;
}
.formfield input{
	 max-width: 80%;
    text-align: right; 
    min-height: 36px;
    margin: 10px 10px 10px 10px; 
    /*padding: 0!important;  */
    padding: 0px 3px 0px 0px !important;
    /*background-color: lightgrey;*/
    background-color: #FFF;
    /*border: 2px solid #FFF;*/
    border: 1px solid #FFF;
    /*border-top: none;
    border-left: none;
    border-right: none;*/
    /*-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;	*/
	/*text-indent: 6px;
    direction: rtl;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.formfield input:focus, .formfield input:hover{
	border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
} 
[class="formfield"] input{
	background: #FFF;
	opacity: 0;
}
.formfield input:disabled{
	border: none; 
    -webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
.summary-1{ 
	padding-top: 15px;
	background: #e5e5e5;
	color: #666;
	font-size: 16px;
} 
.madb-container, .fall-below-fee-container{
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
} 
.average{
	font-size: 16px;
}
#adb{
	display: block;
	font-size: 21px;
	padding: 5px 0px 10px 0px;
	color: #000;
}
.red-divider{
	border: 1px solid #c00;
    margin: 0px 0px 20px 0px;
}
.fall-below-fee-container{
	padding-top: 10px;
}
.fall-below-fee-container.final{
	border-bottom: 2px solid #c00;
}
#your-fall-below-fee{
	font-size: 21px;
}
.result-show{
	display: block;
	font-size: 21px;
	padding: 5px 0px 10px 0px;
	color: #000;
}
.results {
	display: inline-block;
    vertical-align: top;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-left: 1.2%;
    padding: 15px;
    width: 25.3%;
    color: #666;
    background: #e5e5e5;
}
.formfield{
	position: relative;
}
.formfield::before{
	position: absolute;
    top: 42px;
    left: 12px;
    background: rgba(255,255,255,0.8);
    content: '$';
    width: 13px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    color: #da222c;
}
.formfield.hidden-box::before{
	display: none !important;
}

.fall-below-fee-container.total-am{
	    margin-top: 15px;
}