#noscript{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(190,190,190, 0.5);
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	text-align: center;
}

#noscriptwarning{
	background-color: white;
	width: 700px;
	height: 200px;
	margin: auto;
	margin-top: 60px;
	text-align: center;
	border: solid black 2px;
}

.contentContainer{
	width: 920px;
	height: 360px;
	max-height:370px;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22.85px;
	color: #1a398c;
	border-style: solid;
    border-width: 3px;
	border-color: #1a398c;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	overflow: hidden;
	margin: auto;
	vertical-align: top;
	background-color: white;
}

.boxCalc{
	height: 100%;
	width: 100%
}

.colCalc{
	width: 50%;
	height: 80%;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: solid 3px;
	padding-top: 2px;
	float: left;
}
p{
	font-size: 10px;
	margin-top: 0px;
	float:left;
	line-height: 12px;
}

h1{
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	height: 10px;
	margin-top: 50px;
}

h2{
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	height: 10px;
	margin-top: 50px;
}

h4{
	margin-top: 4px;
	margin-bottom: 0px;
}

h5{
	font-size: 20px;
	font-variant: small-caps;
	font-weight: 700;
	margin-top: 4px;
	margin-bottom: 2px;
}

label{
	padding-top: 5px;
}

.calcWeight{
	font-family: Arial;
	color: #1a398c;
	font-size: 16px;
	font-weight: 700;
	height: 22px;
	width: 220px;
	text-align: right;
	float: left;
	margin-top: 2px;
}
.btnReset{
	background-color: #1a3785;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
	border-radius: 8px;
	height: 30px;
	width: 100px;
	margin-top: 0px;
	margin-right: 2px;
	float: right;
}

.btnCalculate{
	background-color: #ee1d23;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
	border-radius: 8px;
	height: 30px;
	width: 100px;
	margin-top: 0px;
	margin-right: 30px;
	float: right;
}

.types{
	float: right;
	width: 160px;
}

#languege_select{
	float: left;
}

#language{
	width: 100px;
	margin-top: 6px;
}
#languages{
	width: 60px;
	margin-top: 0px;
}

#flags{
	float: left;
	margin-top: 6px;
	margin-left: 2px;
}

#flag{
	width: 33px; 
	height: 19px; 
	border: solid black 1px;"
	margin-left: 2px;
	cursor: pointer;
}

.units{
	float: right;
}

.inputSmall{
	float: right;
	height: 15px;
	width: 150px;
	text-align: right;
}

.imgDiv{
	width: 50%;
	float: right;
	margin-right: 0px;
}

#shapeImg{
	width: 70%;
	height: 70%;
	margin-left: 80px;
}