
/************************ Corpo ************************/
.calculadora {
	border: 2px solid gray;
	max-width: 320px;
	min-height: 320px;
    min-width: 320px;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    border-radius: 10px;
	background: #262626;
	background: -webkit-linear-gradient(#262626, #424040);
	background: -o-linear-gradient(#262626, #424040);
	background: -moz-linear-gradient(#262626, #424040);
	background: linear-gradient(#ffffff, #c0c0c0);
}

/************************ Tela ************************/
.legenda{
    position: absolute;
    font-size: 10px;
    font-style: italic;
    margin-left: 16px;
    margin-top: 7px;
}
.legenda2{
    position: absolute;
    font-size: 10px;
    font-style: italic;
    margin-left: 16px;
    margin-top: 7px;
}

.tela {
	width: 90%;
	background-color: #d4fdfd;
	height: 40px;
    margin: auto;
    overflow-wrap: break-word;
    overflow: auto;
    margin-top: 20px;
    border: 2px solid gray;
}

#tela-calculo {
	margin-top: 5px;
}

#resultado {
	font-family: 'Black Ops One', cursive;
	font-size: 22px;
}

.tela p {
	float: right;
    margin: 0px 5px 0px 0px;
}


/********************** Botoes **********************/
.botoes {
	margin-left: -17px;
	margin-top: 10px;
	cursor: cell;
}

.linha_botoes {
    padding-left: 33px;
    margin: 6px;
}

.linha1 ul li,
.linha2 ul li,
.linha3 ul li,
.linha4 ul li,
.linha5 ul li {
	display: inline-block;
	text-align: center;
	width: 65px;
	height: 40px;
	border-radius: 60%;
	padding-top: 10px;
	background-color: #999;
	color: #f3e2e2;
	font-weight: 900; 
}

.linha2 ul,
.linha3 ul,
.linha4 ul,
.linha5 ul {
	margin-top: -1px;
}

#limpar {
	color: #e41111;
	text-shadow: 0 0 6px #ffffff;
}