body {
  background-color: #fff;
}

.calculator {
  margin-left: auto;
  margin-right: auto;
}

.calc-screen-area {
  border-radius: 10px 10px 7px 7px;
  background-color: rgb(49, 59, 95);
  padding: 15px 10px 10px 10px;
  width: 288px;
  margin-left: auto;
  margin-right: auto;
}

.calc-screen {
  width: 268px;
  height: 152px;
  border: solid;
  border-width: 14px;
  border-color: rgb(221, 231, 240);
  border-radius: 6px;
  background-color: #fff;
  font-family: 'VT323';
  font-size: 22px;
  line-height: 20px;
}

.calc-pad {
  background-color: rgb(211, 215, 218);
  text-align: center;
  vertical-align: middle;
  width: 280px;
  padding: 5px 0px 15px 0px;
  border-radius: 0px 0px 14px 14px;
  margin: 0px 4px 0px 4px;
  margin-left: auto;
  margin-right: auto;
}

.calc-btn-top-markings {
  height: 13px;
  line-height: 16px;
  padding: 0px;
  margin: 0px 2px 0px 2px;
  font-size: 10px;
}

.calc-btn-alt-left {
  display: inline-block;
  width: 23px;
  margin: 0px 0px 0px 2px;
  padding: 0px 1px 0px 4px;
  text-align: left;
  color: rgb(158, 152, 55);
  font-weight: bold;
}

.calc-btn-alt-right {
  display: inline-block;
  width: 23px;
  margin: 0px 2px 0px 0px;
  padding: 0px 0px 0px 1px;
  text-align: right;
  color: rgb(175, 90, 119);
  font-weight: bold;
}

.calc-btn-alt-center {
  display: inline-block;
  width: 45px;
  margin: 0px 2px 0px 2px;
  padding: 0px;
  text-align: center;
  color: rgb(158, 152, 55);
  font-weight: bold;
}

.calc-btn {
  color: #fff;
  font-family: "verdana";
  text-align: center;
  background-color: rgb(66, 72, 104);
  width: 45px;
  height: 31px;
  border-radius: 8px 8px 11px 11px;
  line-height: 28px;
  padding: 0px;
  margin: 0px 2px 0px 2px;
  font-size: 22px;
  z-index: 0;
  box-shadow: 3px 3px 5px #888888;
}

.calc-btn:visited,
.calc-btn:hover,
.calc-btn:active {
  color: white !important;
}

.calc-btn-textsmall {
  font-size: 16px;
}

.calc-btn-small {
  color: #fff;
  font-family: "verdana";
  text-align: center;
  background-color: rgb(66, 72, 104);
  width: 36px;
  height: 23px;
  border-radius: 8px 8px 10px 10px;
  line-height: 20px;
  padding: 0px;
  margin: 11.5px 2.1px 0px 2.1px;
  font-size: 14px;
  box-shadow: 2px 2px 5px #888888;
}

.calc-btn-small:visited,
.calc-btn-small:hover,
.calc-btn-small:active {
  color: white !important;
}

.calc-btn-small-textsmall {
  font-size: 12px;
}

.calc-btn-small-top-markings {
  height: 11.5px;
  line-height: 10px;
  padding: 0px;
  margin: 0px;
  font-size: 1px;
  background-color:black;
}

.calc-btn-small-alt-left {
  display: inline-block;
  width: 18.5px;
  margin: 0px 0px 0px 4px;
  padding: 0px;
  text-align: left;
  color: rgb(158, 152, 55);
  font-weight: bold;
  background-color: red;
}

.calc-btn-small-alt-right {
  display: inline-block;
  width: 18px;
  margin: 0px 4px 0px 0px;
  padding: 0px;
  text-align: right;
  color: rgb(175, 90, 119);
  font-weight: bold;
  background-color: blue;
}

.calc-btn-small-alt-center {
  display: inline-block;
  width: 36.5px;
  margin: 0px 1px 0px 1px;
  padding: 0px;
  text-align: center;
  color: rgb(158, 152, 55);
  font-weight: bold;
  background-color:black;
}

.cal-btn-grey {
  background-color: rgb(110, 118, 121);
}

.cal-btn-purple {
  background-color: rgb(99, 98, 173);
}

.cal-btn-orange {
  background-color: rgb(182, 173, 103);
}

.cal-btn-red {
  background-color: rgb(175, 84, 115);
}

#myModalLabel
{
	font-family: Impact, Charcoal, sans-serif;
	font-size: 18px;
}