/***NOTE: please wrice a separate css file, so that it not affect original one.***/
/*CSS for additional buttons on Lot detail page :*/
.basic-btn {
    width: auto;
    display: inline-block;
    color: #474747;
    font-style: italic;
    text-align: center;
    border: 1px solid #0092C7;
    line-height: 4.44rem;
    position: static;
    background-color: #fff;
}
.basic-btn button {
    border: 0;
    background-color: #fff;
    display: block;
    padding: 0 1.4rem;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.basic-btn:hover button {
    background-color: #0092C7;
    color: #fff;
}