body {
  background-color: #f5f5f5;
}

.container {
  width: 100%;
  padding: 24px 0 16px 0;
  text-align: center;
  font-size: 14px;
}

.container-box {
  display: inline-block;
  width: 90%;
  max-width: 560px;
  min-width: 280px;
  font-family: Avenir, sans-serif;
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.container-header {
  padding: 20px;
  border-bottom: 1px solid #ececec;
}

.container-header-msg {
  padding: 5px;
  background: #fff9d4;
  font-weight: 300;
  color: #000;
}

.highlight-text {
  color: #44bcd2;
}

.description-big {
  font-size: 16px;
  font-family: sans-serif;
  margin-bottom: 15px;
}

.description {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  font-family: sans-serif;
}

.title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}

.footer-waiting {
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
}

.list {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  list-style-position: inside;
}

.link-list {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  list-style-position: inside;
  font-size: 16px;
  text-align: left;
}

.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active,
.link-list a:link,
.link-list a:visited,
.link-list a:hover,
.link-list a:active {
  color: #44bcd2;
  text-decoration: none;
}

.button {
  height: initial;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  background: #44bcd2;
  border-radius: 3px;
  text-decoration: none;
  font-family: sans-serif;
  display: inline-block;
}

.yt-message {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
  max-width: 100%;
  width: 100%;
  resize: none;
  padding: .625em;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  max-height: 600px;
  min-height: 120px;
}

.yt-message:hover {
  border-color: #b5b5b5;
}

.yt-message:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50,115,220,.25);
  outline: 0;
}
