/* THIS IS NOW AUTOMATICALLY LOADED BY THE PLUGIN */

.CalcWrapper{
	background-color: #daecf9;
	clear:both;
	width: 100%;
	max-width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid rgba(49,135,0,0.20);
	border-radius: 20px;
  	padding:20px;
	margin-bottom:20px;
	overflow: hidden;
	drop-shadow(30px 10px 4px #cccccc);
}
.RowWrapper {
	clear:both;
	display: block;
	margin-bottom:30px;
	overflow: hidden;
}
.RowDescr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 20%;
	max-width:20%;
	float: left;
	text-align: left;
}
.RowDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 50%;
	max-width: 50%;
	float: left;
}
.Result {
	background-color:#00ff00;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}
.ResultText {
	font-size: 110%;
	padding: 25px;
}
.YouSelected {
	padding:20px;
	background-color:#cccccc;
	overflow:hidden;
}
.ErrorText {
	color:#ff0000!important;
	background-color:#ffff00!important;
	font-size:110%;
	margin:10px;
	padding: 5px;
	font-weight: bold!important;
}
.back {
	box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
	padding: 10px;
	margin: 5px;
	width: 100%;
	max-width:100%;
	background-color: #3187ff;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
}
.back a {
	color: #ffffff;


/* ADAPTIVE */
@media (max-width: 480px) {
  .CalcWrapper {
    	width: 300px;
	max-width:300px;
  }
}