body {
  padding: 0;
  text-align: left;
  height: auto;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

p,
div,
label,
button,
input,
li,
a {
  font-size: 13pt;
}

ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
}

main {
  text-align: center;
  margin: auto;
  width: 50%;
  border: 1px solid #0066ff;
  padding: 10px;
  border-radius: 0;
}

.left {
  text-align: left;
}

.lang {
  text-align: right;
  margin-top: 0;
}

.actions {
  margin-top: 16px;
}

.actions form {
  display: inline-block;
  margin: 4px 8px 4px 0;
}

.actions button,
.service-link button {
  background-color: #dcdcdc;
  border: 1px solid #008cba;
  padding: 2px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin: 4px 2px;
  cursor: pointer;
}

.service-list {
  text-align: left;
  margin: 10px 8px;
  padding: 10px;
  border: 1px solid #0066ff;
  height: auto;
}

.service-link {
  margin-bottom: 8px;
}

.service-link form {
  display: inline-block;
}

.field-row {
  text-align: left;
  margin-top: 16px;
}

.field-row input {
  margin-left: 10px;
}

.error-text {
  color: red;
  font-weight: bold;
}