
input{
  border: none;
}

.branco{
    color: white; 
    font-weight:bold;    
}

.btCalc {
  height: 30px;
  width: 30px;
  margin: 3px 1px;
  box-shadow: inset 1px 1px 50px  #000099;
  border: none !important;
}
*:focus {
    outline: 0 !important;
}
#allClear {
  box-shadow: inset 1px 1px 30px  #990000;
  border: none;
  padding: 0px;
}
#clear {
  box-shadow: inset 1px 1px 30px  #CC6600;
  border: none;
  padding: 0px;  
}
#equals{
  box-shadow: inset 1px 1px 30px #006633;
  border: none;
}
/* Hidden button for formatting sake */
#blank {
  visibility: hidden;
}
.calcBG {
  background-color: #0066FF;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: inset 1px 1px 50px #000;
}
.screen {
  height: 30px;
  border-radius: 5px;
  padding-right: 5px;
  //margin-left: 5px;
 // margin-right: 5px;

  background: #8e9eab; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #8e9eab , #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #8e9eab , #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
  box-shadow: 0px 4px  #000099 inset;
}

small {
  color: #fff;
  font-weight: bold;
}
