html, body
{
  background-color: #ffffff;
}

body {
  margin: 0px 0px 0px 0px;
  padding:  0px 0px 0px 0px;
  font-family: pragmatica;
  font-style: normal;
  font-weight: 300;
  font-size: 14pt;
}


.header {
  width: 100%;
  height: 10%;
  text-align: center;
  font-family: sans-serif;
  font-size: 28pt;
  color: #ffffff;
  background-color: #37598c;
  padding-top: 20px;
  margin-bottom: 2px;
}

.button {
  width: 100%;
  height: 10%;
  text-align: center;
  font-family: sans-serif;
  font-size: 24pt;
  background-color: #c0c0c0;
  cursor: pointer;
  padding-top: 20px;
  margin-bottom: 2px;
}

.sleep {
  width: 100%;
  height: 10%;
  text-align: center;
  font-family: sans-serif;
  font-size: 24pt;
  color: #ffffff;
  background-color: #ff8000;
  cursor: pointer;
  padding-top: 20px;
  margin-bottom: 0px;
}

.lock {
  width: 100%;
  height: 10%;
  text-align: center;
  font-family: sans-serif;
  font-size: 24pt;
  background-color: #8c9fbd;
  cursor: pointer;
  padding-top: 20px;
  margin-bottom: 2px;
}

.arm {
  width: 100%;
  height: 10%;
  text-align: center;
  font-family: sans-serif;
  font-size: 24pt;
  background-color: #8c9fbd;
  cursor: pointer;
  padding-top: 20px;
  margin-bottom: 2px;
}