#leave-hide-area {
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );    
}
.leave_cl {
    border-bottom: 1px dashed #3f78b3;
    width: 80%;
    display: block;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
}


.leave_cl a#leave_cl_read_more_btn,
.leave_cl a#leave_cl_read_more_btn:visited {
    position: absolute;
    width: max-content;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 20px;
    color: #3f78b3;
    text-decoration: none;
    line-height: 1.3em;
    background-color: #ffffff;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: 0.2s all ease-in;
    height: 40px;
}

.leave_cl a#leave_cl_read_more_btn:hover{
    color: #27588b;
}

.leave-element-hide {
    display: none;
}
