@import url("base.css");
@import url("boxes.css");
@import url("misc.css");
.property-inline-detail {
    margin-right: 2px;
}
.request-grn-btn {
    border-radius: 10px;
    background: #25AB2B;
    margin-left: 0;
    padding: 0;
    text-align: center;
    color: #fff;

}
.request-grn-btn.request-nav-btn {
    margin-top: -4px;
}

.request-grn-btn a {
    padding: 10px !important;
    color: #fefefe !important;
    line-height: 1;
    display: block;
}
.request-grn-btn a:hover {
    color: #fff !important;
}
.request-grn-btn:hover {
    background: #25BB2B;
}
.filter_info {
    filter: blur(5px);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn_signup {
    margin-top: 10px;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #41b822;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    border: 1px solid whitesmoke;
}.btn_signup:hover {
     cursor: pointer;
     color: #fff;
     background: #4984d4;
     tansition: all .3s linear;
     -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
 }
.sign_up {
    margin: 77px 10px;
    padding: 25px 25px;
    max-width: 210px;
    min-width: 150px;
    width: 17%;
    height: 30%;
    background: #f0831d;
    text-align: center;
    color: white;
    line-height: 0.8;
}
.market {
    font-size: 24px;
    font-weight:bold;
}
.free {
    margin: 10px;
    font-size: 16px;
}
.flex {
    display: flex;
    justify-content: space-between;
}

#image-gallery li img {
    border-radius: 10px;
}


.investor-property-view-firstyear.container, 
.investor-property-view-firstyear.container .white-paper-content,
.investor-property-view-firstyear.container .report-table,
.investor-property-view-tenyear.container, 
.investor-property-view-tenyear.container .white-paper-content,
.investor-property-view-tenyear.container .report-table {
    width: auto;
    max-width: 1200px;
    min-width: auto;
}