/* Limit the width of the node form interface edit layout */
.section-node-form .page-center {
  max-width: 1034px;
}

.stanford-center-title .title {
  text-align: center;
}

.stanford-center-subtitle .subtitle {
  text-align: center;
}

.stanford-hide-read-more .link-read-more {
  display: none;
}

.stanford-simple-table tr {
  background: transparent !important;
}

.stanford-simple-table td img {
  display: inline-block !important;
}

.node .stanford-button {
    display: inline-block;
    padding: 10px 26px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    color: white;
    background: #707D07;
}
.node .stanford-button:hover {
  background: black;
}
