<style>

body {
  font-family: 'Times New Roman', Times, serif;
  background: #f7f7f76e;
  margin: 2px;
  padding: 2px;
}

[data-role="content"] {
  padding: 21px;
}

label {
  font-weight: lighter;
  display: block;
  margin-bottom: 7px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 75%;
  padding: 12px;
  margin: 7px 2px;
  border: 3px solid #aaaaaa63;
  border-radius: 4px;
  font-size: 15px;
}

input[type="search"] {
  width: 50%;
  padding: 12px;
  border-radius: 7px;
  border: 1px solid #bbbbbb4e;
  font-size: 17px;
}

button,
a[data-role="button"] {
  background-color: #4285f4;
  color: grey !important;
  padding: 11px 17px;
  text-align: center;
  display: inline-block;
  border-radius: 7px;
  border: none;
  font-size: 15px;
  margin-top: 11px;
  cursor: pointer;
}

button:hover,
a[data-role="button"]:hover {
  background-color: #3367d6;
}

table button {
  width: 55px;
  height: 55px;
  font-size: 21px;
  background: #e3e3e3;
  border: 3px solid #cccccc;
  border-radius: 7px;
}

table button:hover {
  background: #d5d5d5;
}

#exerciseList {
  background: white;
  padding: 13px;
  margin-top: 13px;
  border: 2px solid #ddd;
  border-radius: 5px;
  min-height: 52px;
}

#loginMessage,
#signupMessage {
  margin-top: 11px;
  font-weight: bold;
  color: darkred;
}
</style>