/*
CSS for iframes displaying fees on the website */ body {
    margin: 0 !important;
}
.feessmalliframe, .feesbigiframe{
    font-family:Arial, Helvetica, sans-serif;
    width: 100% !important;
    border: none;
	border: 0px;
    overflow: hidden !important;
    color: #707070;
    height: auto;
	font-size: 13px;
	font-weight: 200;
	line-height: 24px;
	
}
.feessmalliframe select, .feesbigiframe select{
    border: 1px solid;
    border-color: #707070;
    font-size: 12px;
	font-weight: 200;
}
.feessmalliframe h1, .feesbigiframe h1{
  	color: #2c5e91;
 	font-weight: 200;
	line-height:20px;
}

.feessmalliframe p, .feesbigiframe p {
	margin:1px;
}

.colItem {
	width: 12px;
	height: 12px;
	margin: 0px 0px 0px 1px;
	
}

@media (max-width: 295px)
{
	.feessmalliframe, .feesbigiframe {
		font-size: 11px;
		line-height: 18px;
	}
	.colItem {
		width: 10px;
		height: 10px;
	}
	.feessmalliframe select, .feesbigiframe select{
       		 font-size: 11px;
	}
	.feessmalliframe h1, .feesbigiframe h1{ //and these three lines
		line-height:16px;
	}
}

@media (max-width: 170px) {
	.feessmalliframe, .feesbigiframe {
		font-size: 7px;
		line-height: 12px;
	}
	.feessmalliframe h1, .feesbigiframe h1{ //and these three lines
		line-height:10px;
	}
	.colItem {
		width: 6vw;
		height: 6vw;
	}
	.feessmalliframe select, .feesbigiframe select{
       		 font-size: 7px;
	}
}
