body {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1200px;
  color: #424242;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
br {
  display: block;
  content: "";
  padding: 0.2rem 0;
}
.footer {
  margin-top: 20px;
  margin-bottom: 80px;
}
a {
  color: #424242;
}
button a {
  text-decoration: none;
}
.custom-restricted-width {
  display: inline-block;
  margin-bottom: 2rem;
}
.pure-form-stacked .pure-input-3-4 {
  margin: 0 auto
}
.pure-form-stacked label {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
  text-align: left;
}
/*
.pure-form-aligned .pure-control-group label {
  display: unset;
}
*/
.result {
  font-weight: 900;
}
.pure-form-stacked textarea {
  color: #777;
}
.pure-table {
  margin: auto;
  text-align: left;
  table-layout: fixed;
}
.pure-table-1 {
  width: 75%;
}
.pure-table-1-2 {
  width: 100%;
}
td.key {
  color: #777;
  word-wrap: break-word;
  font-size: 0.9rem;
}
td.value {
  color: #777;
  width: 60%;
  word-wrap: break-word;
  font-size: 0.9rem;
}
.code {
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  font-size: 0.8rem
}
.submit_button {
  margin-top: 20px;
}
.submit_button-stacked {
  margin-top: 20px;
  text-align: left;
}
.pure-button-primary,
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  ttext-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
  background: rgb(28, 184, 65);
}
.button-error {
  background: rgb(202, 60, 60);
}
.button-warning {
  background: rgb(223, 117, 20);
} 
.button-secondary {
  background: rgb(66, 184, 221);
}

/* SMS */
.smsform {
  margin: 0 auto;
  width: 400px;
}
.error {
  font-weight: 900;
  color: rgb(202, 60, 60);;
}
#sms-username,
#sms-displayname,
#sms-password {
  width: 100%;
}
#new_site,
#healthcheck_path {
  width: 100%;
}
.day_log {
  overflow-y: hidden;
  overflow-y: scroll;
  height: 550px;
  width: 60%;
  margin: 0 auto;
}
ul.recent_log {
  padding: 0;
  position: relative;
  height: 40px;
  display: flex;
  margin-bottom: 10px;
}
ul.status {
  padding: 0;
  position: relative;
  margin: 30px auto;
  width: 75%;
}
.day_log > ul.status {
  width: unset !important;
}
li.status_label {
  text-align: left;
  line-height: 1.5;
  padding: 0.5rem 0;
  list-style-type: none;
}
li.recent_good {
  border-left: solid 6px #0CC772;
}
li.recent_error {
  border-left: solid 6px #FA841E;
}
li.recent_critical {
  border-left: solid 6px #F30C0C;
}
li.status_good {
  border-left: solid 6px #0CC772;
  background: #F1FAF6;
}
li.status_error {
  border-left: solid 6px #FA841E;
  background: #FFF;
}
li.status_critical {
  border-left: solid 6px #F30C0C;
  background: #FFF;
}
li.tooltip {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin-bottom: 3px;
  line-height: 1.5;
  padding: 0.3rem;
  list-style-type: none;
}
li.daily_status {
  text-align: left;
  margin-bottom: 3px;
  line-height: 1.5;
  padding: 0.5rem;
  list-style-type: none;
}
.tooltip_data {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -85px;
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 1.5;
  background: #333;
  color: #fff;
  border-radius: 3px;
}
.tooltip:hover .tooltip_data {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 48em)	{
  .content {
    width: 95%;
    margin: 0 auto;
  }
  .smsform {
    width: 95%;
  }
  .add_site label,
  .add_site input {
    display: unset !important;
    margin-bottom: 0 !important;
  }
  ul.status {
    width: unset;
  }
  li.tooltip {
    padding: 0.1rem;  
  }
  .day_log {
    width: unset;
  }
}
