@import url(https://fonts.googleapis.com/css?family=Open+Sans);


.simple-price-calc {font-size: 14px; font-family:'Open Sans';}
.simple-price-calc button {display:inline-block; margin-top:20px; border:1px solid #ddd; padding:7px 10px; border-radius:5px; background:#2c3e50; color:white;}
#simple-price-total {margin-top:0px;}
#simple-price-total label{color:green; font-weight:bold; font-size:20px; } 
.fixed-total #sidebar {position:fixed; left:80%; top:15%; padding:25px; background:white; min-width:130px; border:1px solid #C5C5C5;}

/* Responsive Code for sidebar */

.tt {
	font-family:'Open Sans';
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.tt3 {
	font-family:'Open Sans';
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.tt2 {
	text-align: center;
}

@media only screen 
and (min-width : 220px) 
and (max-width : 900px) {
.fixed-total #sidebar {position:relative; border:none; left:0; top:0;}
}