body {
  background: #444;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

h1, h2, h3,
h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 400; }

h1, h2, h3 {
  margin-top: 6rem; }

h4, h5, h6 {
  margin-top: 3rem; }

a {
  color: #c12f3c;
  text-decoration: none; }

a:hover {
  color: #6f1b23;
  text-decoration: none; }

ul li, ol li {
  margin: 0.5rem 0; }

code {
  max-height: 25vh;
  white-space: pre;
  display: block;
  background: #eee;
  border: 0.1rem solid #ddd;
  padding: 1rem;
  overflow-y: auto;
  color: #c12f3c; }

div.content-container {
  max-width: 50rem;
  margin: 0 auto; }

div.header {
  padding: 2rem;
  background: #c12f3c;
  color: #fff; }

div.header a {
  color: #fff; }

div.header a.title {
  font-weight: 400;
  font-size: 1.6rem; }

div.content {
  background: #fff;
  padding: 4rem 1rem; }

a.source-link {
  display: block;
  color: #c12f3c;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1em;
  margin: 0.5rem 0; }

div.footer {
  padding: 3rem 1rem;
  color: #fff; }

div.rendered-react-day-input {
  position: relative;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  outline: none; }

div.rendered-react-day-input input {
  margin: 0; }

div.rendered-react-day-input div.date-calendar {
  position: absolute;
  width: 20rem;
  height: 18rem;
  top: 100%;
  left: 0;
  font-size: 0.9rem;
  background: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

div.rendered-react-day-input div.date-calendar.hidden {
  display: none; }

div.rendered-react-day-input div.date-calendar div.header {
  padding: 0;
  flex-basis: 3rem;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  background: #438AFE;
  color: #fff; }

div.rendered-react-day-input div.date-calendar div.header > div {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

div.rendered-react-day-input div.date-calendar div.header > div.button {
  flex-basis: 3rem;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 1rem; }

div.rendered-react-day-input div.date-calendar div.header > div.title {
  text-align: center;
  font-size: 1.3rem; }

div.rendered-react-day-input div.date-calendar div.day-labels {
  flex-basis: 3rem;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  background: #549EFD;
  color: #fff; }

div.rendered-react-day-input div.date-calendar div.day-labels > div {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

div.rendered-react-day-input div.date-calendar div.week {
  flex: 1;
  display: flex;
  flex-direction: row; }

div.rendered-react-day-input div.date-calendar div.week div.day {
  flex: 1;
  cursor: pointer;
  position: relative;
  background: #eee; }

div.rendered-react-day-input div.date-calendar div.week div.day span.number {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

div.rendered-react-day-input div.date-calendar div.week div.day.in-month {
  background: #fff; }

div.rendered-react-day-input div.date-calendar div.week div.day:hover {
  background: #ddd; }

div.rendered-react-day-input div.date-calendar div.week div.day.selected {
  color: #fff; }

div.rendered-react-day-input div.date-calendar div.week div.day.selected:before {
  position: absolute;
  content: ' ';
  top: 50%;
  left: 50%;
  margin-left: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #438AFE;
  transform: translateY(-50%); }

label {
  font-weight: 400;
  margin-right: 1em; }

input[type="text"] {
  padding: 0.4rem 0.4rem;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: 'Lato', sans-serif; }
