body, html {
    height: 100%;
    margin: 0;
	    /* The image used */
    background-image: url("../Bg.png");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	font-size: 17px;
	text-shadow: 1px 1px 1px;
}
table {
    table-layout: auto;
    border-collapse: collapse;
    width: 50%;
	border-radius: 25px;
	margin: 200px auto 0;
	background: linear-gradient(0deg,#247855,#fff);
}
table td {
    border: 1px solid #ccc;
}
table .absorbing-column {
    width: 100%;
}

#Language {
	text-align: center;
	font-weight: bold;
	font-size: 45px; /*Change to %*/
}
#Weight,#Height,#Age,#Gender,#myBtn,#Active  {
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em darkblue;
    color: white;
    font-size: 30px;
	height:15%;
	width:40%;
	align:center;
	line-height:70px;
	text-align:center;
	border:2px solid #dd;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	transition: all 200ms ease-out;
}
#myBtn{
height:15%;
width:33%;
border:2px solid #dd;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
transition: all 200ms ease-out;
text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em darkblue;
color: white;
font-size: 30px;
} 
