/**
 * Theme Name:     Auction Theme Child
 * Author:         PremiumPress
 * Template:       AT10
 * Text Domain:	   auction-theme-child
 * Description:    Theme Developed By &lt;a href=
 */
a.request-tobid {
    display: inline-block;
    padding: 10px 14px;
    background: #1D76B4;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
}

._footer.small {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
a.request-tobid:hover {
    color: #fff;
    text-decoration: none;
}