 
/*document*/
.feature-document{margin:150px 0 50px 0;}
.feature-document .report-article h3{margin-top:40px; font-size: 3.0rem;font-size: 30px; line-height: 1.6;font-family: Roboto-Medium, Arial, serif; font-weight: 500;}
.feature-document .report-article ul li{list-style-type: none; position:relative; padding:8px 20px; }
.feature-document .report-article ul li:before{content:"";width:8px;height:8px;background-color:#0ebae3;border-radius:50%;position:absolute;left:0;top:18px;}
.feature-document .report-article .show-more{ margin-top:-45px;  width:100%;text-align:center; cursor: pointer; }
.feature-document .report-article .show-more .arrow-gradient{width:100%; height:45px; z-index:10; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);}
 
.members-table ul{list-style:none;}
.members-table ul.table-head{padding: 0;margin:0;}
.members-table ul.table-head li{background: #01B7B4; color: #ffffff; list-style: none; border-right: 1px solid #FFFFFF;
								font-size: 1.2rem; line-height: 1.33; letter-spacing: 0.5px;font-family: Roboto-Medium, Arial, serif; font-weight: 500;}
.members-table ul.table-head li span{display: table-cell; vertical-align: middle; height: 45px;}								

.table-body ul.table-row{padding: 10px 0; margin-bottom: 0; }
.table-body ul.table-row li{ font-size: 1.4rem; line-height: 1.6;font-family: Roboto-Medium, Arial, serif; font-weight: 500;}
.table-body ul.table-row:nth-of-type(even){background-color: #f0f0f0;}
.feature-document .report-article ul.sub-ul{padding-left:0; }
.feature-document .report-article ul.sub-ul li{font-size:16px; padding-left:14px;}
.feature-document .report-article ul.sub-ul li:before{content:""; background-color:#999;width:6px;height:6px; }
@media only screen and (max-width: 1053px) {
	.feature-document{margin:50px 0 50px 0;} 
}

@media only screen and (max-width: 768px){
	.feature-document h1{ font-size: 3.1rem;font-size:31px; }
	.feature-document .report-article h3{ font-size: 2.4rem;font-size:24px; }
	.feature-document .report-article ul{padding-left:0;} 
	.feature-document .report-article .text-18{font-size:15px;}
}
 


