.beatween-header {
    padding: 30px;
    background-color: #F7F7F7;
    background-color: #E6399B;
    background-color: #E667AF;
    border: 1px solid #CD0074;
}

.beatween-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.mastheader h1 {
    margin-bottom: 9px;
    font-size: 81px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    font-size: 54px;
}

.mastheader small {
    font-size: 20px;
    font-weight: 300;
}

.table .text-right {
    text-align: right
}

.table .text-left {
    text-align: left
}

.table .text-center {
    text-align: center
}

.table .obs {
    text-decoration: line-through
}

/* Bootstrap 5 tweak: do not underline links unless hovered over */
a:not([class*="btn"]) {
    text-decoration: none;
}
a:not([class*="btn"]):hover {
    text-decoration: underline;
}

.beatween-page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee;
  }
  
  