@CHARSET "UTF-8";



.research{
    /* padding: 10px; */
    width: 100%;
    overflow: auto;    
}

.research > .title{
	width: calc(100% - 12px);
    height: 20px;
    border-left: 2px solid rgb(74,187,237);
    padding-left: 10px;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}
.research > .sub_title{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding-left: 20px;
    position: relative;
}
.research > .sub_title:before{
	content: "\2756";
    position: absolute;
    left: 5px;
    left: 3px;
    color: rgb(0,131,212);
    font-size: 12px;	
}
.research > .text{
    width: calc(100% - 20px);
    padding: 10px;
    line-height: 25px;
    margin-bottom: 20px;
    background-color: rgb(250,250,250);
    border-radius: 5px;
    text-align: justify;    
}
.research > .text > div{
    font-weight: bold;
    margin: 5px 0 5px 0px;
}
.research > .table > table > tbody > tr > td.first {
	border-right: 1px solid rgb(230,230,230);
	background-color: rgb(250,250,250);	
}