#header {
	height: 25px;
	width: 100%;
	text-align: center;
}

#texto, #Disclaimer  {
	font-size: 30px;
	font-family: Times New Roman;
    margin-left: 125px;
    margin-right: 150px;
	text-align: justify;
}

#Reference {
	font-size: 20px;
	font-family: Times New Roman;
    margin-left: 125px;
    margin-right: 150px;
	text-align: justify;
}

.line{
     border-top:1px solid black;
     width:100%
}

#calculatorBtn {
	padding: 5px 15px;
	font-size: 30px;
	font-family: Times New Roman;
    position: relative;
    bottom: 10px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: 000;
	border: none;
	border-radius: 15px;
	box-shadow: 0 5px #999;
}

#calculatorBtn:hover {
	background-color: #5cb85c;
	cursor: pointer;
}

#calculatorBtn:active {
	background-color: #5cb85c;
	box-shadow: 0 0 #fff;
	transform: translateY(5px);
}

#buttonHolder{
	text-align: center;
}