﻿.searchBtc {
    display: flex;

    padding-bottom: 1rem;
    margin: 8px 5%;
}

    .searchBtc .referenceFinder {
        padding: 5px
    }

    .searchBtc .btnRF {
        max-width: 140px;
        text-align: center;
        margin: 0;
        padding: 0;
        background-color: #f0f0f0;
        /* color: #ef5e18; */
        border-radius: 6px;
        font-size: .8em;
        font-weight: 600;
        font-family: sans-serif;
        line-height: 33px;
        cursor: pointer;
        transition: .3s
    }

        .searchBtc .btnRF:hover {
            background-color: #484848;
            color: white;
        }
