@charset "utf-8";
/* CSS Document */

.b-description_readmore_wrapper {    
    display: flex;
    flex-flow: column wrap;
    align-items: center;  
    max-width: none !important;
    width: 100%;
}

.b-description_readmore {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    line-height: 20px;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box; margin: 0% 0% 4% 0%;
    /*padding: 0 15px;*/
}



.b-description_readmore_button {
    display: inline-block;
    width: 150px;
    border: none;
	color: #007dc5;
   /* padding: 10px 0; */
    cursor: pointer; 
	width:100%;
    text-align: right;
	
}

.b-description_readmore_button:hover {
    color: #007dc5!important;
    background: none!important;
}

.b-description_readmore_ellipsis:after {    
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 25px;    
    background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 65%);
} 

