button
{
  margin: 2px !important;
}

#calculatorPanel
{
  background-color:yellow;
  width:20%;
  margin-top: 80px;
  height: 350px;
  border: 5px solid black;
  padding: 20px;
}

#expression
{
   margin-bottom:10px;
}
