.plenary_button {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(40, 158, 230, 1.00);
    background-color: white;
    border: solid 1px;
    margin: auto;
    border-radius: 3px;
}

.plenary_button:hover {
    background-color: rgba(40, 158, 230, 1.00);
    color: white;
    cursor: pointer;
}

.plenary_button:focus {
    outline: none;
}