body {
  background-color: #f0f3f4;
  color: #555555;
}

button {
  margin: 5px 0;
  height: 45px;
  border-radius: 5px;
}

button:hover {
  cursor: pointer;
  border: 2px solid grey;
}

h3 {
  position: relative;
  padding: 40px 10px;
}

h6 {
  font-size: 1.1rem;
  margin: 0;
}

hr {
  width: 50%;
}

img {
  height: 80px;
  margin-bottom: 10px;
}

img.spinner {
  height: 40px;
  padding: 0;
}

#apache_status {;
  color: #18BA37;
}

header {
  margin: 20px auto;
  position: relative;
  text-align: center;
}

.box {
  position: relative;
  margin: 60px auto;
  width: 50%;
  border: 1px solid rgba(85, 85, 85, 0.4);
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
}

#pdf_status {
  color: #555555;
}

.check-name, .service-name {
  text-align: left;
  margin: auto;
}

.check {
  text-align: right;
}

.status {
  margin: auto;
}

.icon {
  font-size: 1.4rem;
  margin-top: auto;
  margin-bottom: auto;
}

.health-check {
  align-items: center;
}

.health-check .icon {
  font-size: 1.6rem;
}

.logo {
  height: 4.5rem;
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.card {
  margin-bottom: 20px;
}

.card-header {
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}

.explanation {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.8rem;
  color: #adb5bd;
  width: 75%;
}
