/* STOLLER REMOTE EMBED CSS */
#tab-form, #vipcopyright {
    width: 100%!important;
}

.btn-primary {
    background-color: #8b644b;
    border-color: #8b644b;
    color: white;
    border-radius: 0px !important;
    transition: all .5s;
}

.btn-primary:hover{
    color: #8b644b;
    background-color: white;
    border-color: #8b644b;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #ffffff!important;
    border-top: 1px solid #ffffff!important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

li{
    border-radius: 0px !important;
}

a{
    color: #8b644b !important;
    transition: all .5s;
}

a:hover{
    color: #8b524b !important;
    text-decoration: none;
}

a.finder_page{
    background: #8b644b !important;
    color: white !important;
    border-radius: 0px !important;
    transition: all .5s;
}

a.finder_page:hover{
    background: white !important;
    color: #8b644b !important;
    border-color: #8b644b !important;
}

.disabled{
    pointer-events: none;
    opacity: .5;
}

.panel-heading{
    background-color: black !important;
    border-color: black !important;
}

.finder_num{
    background-color: #8b644b !important;
    border-radius: 0px !important;
}

h3 small a span{
    font-weight: bold !important;
    color: #c1a08b !important;
}