.menubutton {
    background: #2b135e;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}

img.logopos {
    width: 170px;
}

.btn:hover {
    text-decoration: underline;
}

a.menubutton.nav-link.text-white:hover {
    color: #f2ecec !important;
    text-decoration: underline;
}

.midtxtsize {
    font-size: 15px;
}

.smalltextsize {
    font-size: 12px;
}

.BoldButtonText {
    font-weight: bold;
    letter-spacing: 1px;
}

.ButtonSpacerSM {
    margin-left: 10px;
    margin-right: 10px;
}

.TableCellStyleA {
    background-color: rgba(252, 153, 255, 0.43);
}

.TableCellStyleB {
    background-color: #a075da;
}

.TableCellStyleC {
    background-color: #6c6c6c;
}

.FormButtonStyleA {
    background-color: #ca45cd;
    padding: 4px 8px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
}

.FormButtonStyleB {
    padding: 4px 8px;
    background-color: #63147e;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px !important;
}

.SmallButtonStyle {
    padding: 2px 14px;
    margin: 4px;
    background-color: #5761cb;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 12px;
}

button.btn.btn-light.SmallButtonStyle:hover {
    background-color: #8669ae;
    color: #fcf7f7;
}

