body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

div.meta {
  display: hidden;
}

div.main {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 50%;
  min-width: 700px;
  padding: 10px;
}

div.xea-title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #8D8D8D;
  letter-spacing: -0.11px;
  text-align: center;
}

span.name {
  color: #151515;
  line-height: 28px;
}

div.xea-actions {
  text-align: center;
}

div.xea-actions .button-container {
  display: flex;
  flex-direction: row;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #8D8D8D;
  letter-spacing: -0.07px;
}

div.xea-footer {
  text-align: center;
  margin-top: 40px;
}

div.inner {
  display: inline-block;
}

button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.08px;
  text-align: center;

  background: #FFFFFF;
  color: #2BB34B;
  border: 1px solid #2BB34B;
  border-radius: 4px;
  width: 310px;
  height: 30px;
  margin: 20px 30px;
}

button.alt {
  background: #2BB34B;
  color: #FFFFFF;
}

button:hover {
  outline: #2196F3 auto 5px;
  cursor: pointer;
}

div.alert {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;

  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
  border-radius: 4px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
