.ui.vertical.stripe {
  padding: 8em 0em;
}
.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 5em 0em;
}

.ui.text.container {
  max-width: 100% !important;
  width: 1400px !important;
}

.ui.table td.right-aligned {
    text-align: right;
}

.ui.table th.right-aligned {
    text-align: right;
}

.right-aligned {
    text-align: right;
}

.ui.table td.center-aligned {
    text-align: center;
}

.ui.table th.center-aligned {
    text-align: center;
}

.center-aligned {
    text-align: center;
}

.stageflow-screenshot {
    width: 100%;
    max-width: 1100px;
    border: 1px solid #d4d4d5;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
