

.hoo_primary_button
{

    background-color: #f78205;
    padding: 6px 10px;
    color: #fff;
    /* border: 1px solid #eaeaea !important; */
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    display: inline-block;


}

.hoo_primary_button:hover
{
    background-color: #c36500 !important;
    color: #fff;
}

.hoo_wrapper_light
{
    padding: 0;
    margin-top: 0;
    border: solid 1px #ddd;
    background: #efefef;
    position: relative;
    box-sizing: border-box;

}
