#allrecords a.white-to-blue-button{
    display: inline-flex;
    justify-content: center;
    padding: 10px 15px;
    /*background-color: #FFFFFF;*/
    /*color: #00AEEF;*/
    /*border: 2px solid #00AEEF;*/
    /*border-radius: 8px;*/
    color: #00aeef;
    font-size: 20px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 2px;
    border-radius: 8px 8px 8px 8px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #00aeef;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

#allrecords a.white-to-blue-button:hover{
    background-color: #00AEEF;
    color: #FFFFFF;
}