
.smalltxt {
font-family: 'Oswald', 'sans-serif';
	font-size: 14px;
}
.input-group-addon {
	background-color: #ebfcff;
		border-color: #09b4d6;
}
input[readonly].reqType{
  background-color:#ebfcff;
  		border-color: #09b4d6;
   text-align: center;
  border: 1;
  font-size: 14px;
}


.calc span {
	font-size:22px;
}
.btn3 {
	color: #ffffff;
	font-size: 18px;
	background: #ea272b no-repeat scroll 96% 50%;
	border-radius: 0;
	height: 35px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: button;
	border: 1px solid transparent;
	padding: 1px 50px;
}
.btn2 {
	color: #ffffff;
	font-size: 18px;
	background: #ea272b no-repeat scroll 96% 50%;
	border-radius: 0;
	height: 35px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: button;
	border: 1px solid transparent;
	padding: 1px 55px;

}

.result {
  border-style: solid;
  border-width: thin;
  border-radius: 10px;
  

	background: #d9edf7;
	border-color:#bce8f1;
	color: #111111;
	padding: 1% 15%;
	text-align: center;
	font-family: 'Oswald', 'sans-serif';
	font-size: 20px;

}
.imgres{
  float: left;
  display: inline;
} 
.img2res{
  float: right;
  display: inline;
} 
@media (min-width: 320px) and (max-width: 767px) {
    .imgres{
        float:none;
        display:table;
        margin: 0 auto;
    }
	 .img2res{
        float:none;
        display:table;
        margin: 0 auto;
    }
    }

