body{
	font-family: "Open Sans";
	background:#105843;
	color:#fff;
}





.element{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.heading{
	text-align: center;
	font-weight: bold;
	font-size:30px;
	margin-top:20px;
	background: #052829;
	padding: 8px;
	
}
.calculator{
	
}


table{
	width:100%;
	text-align: center;
	
}

select{
	width: 164px;
	text-align-last: center;
	height: 30px;
}

input{
	width: 100%;	
	text-align: center;
	height: 40px;
	border:none;
	background: #073833;
	font-size: 20px;
    color:#fff;
	transition: all ease 0.3s;
}

input:hover{
	background: #104843;
	
}
input:focus{
	background: #104843;
	
}

label{
	max-width: 70%;
}

th{
	width: 50%;
}
td{
	width: 50%;
	text-align: center;
}
td label{
	padding: 5px;
	font-size:20px;
	color:#073833;
	font-weight: bold;
}
th:nth-child(1){
	text-align: left;
}
td:nth-child(1){
	text-align: left;
}
.resulttable{
	margin-top: 30px;
	border-spacing: 0px;
	border-collapse: collapse;
	
}
.resulttable th{
	width: 8%;
	background:#052829;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #052829;
}
.resulttable th:nth-last-child(1){
	padding-right: 8px;
	
}
.resulttable td{
	width: 7%;
	border: 2px solid #052829;
}
.resulttable td label{
	font-size: 14px;
}
.resulttable td:nth-child(1){
	font-weight: bold;
	padding: 10px;
	width: 20%;
}

.resulttable th:nth-child(1){
	
}

.or{
	font-weight: bold;
	color:#f11;
	font-size: 20px;
}
.orspecial{
	position: relative;top:90px;
}
@media (max-width: 1199px) { 
	.orspecial{
	position: relative;top:0px;
		margin-top:20px;
		margin-bottom: 20px;
}
	
}