.oneyGreen {
    color: #81BC00;
}

.oneyGray {
    color: #666;
    font-size: 0.9em;
}

.oneyRound {
    background-color: #81BC00;
    border: none;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    width: 24px;
    height: 24px;
    margin: 5px;
    border-radius: 50%;
}

.oneyButton {
    background-color: #fff;
    border: solid 2px #81BC00;
    color: #81BC00;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px;
    border-radius: 20px;
}

.logoOney {
    max-width: 256px;
    max-height: 64px
}

.x1 {
    font-size: 1em !important
}
