.company_label {
	font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    display: inline-block;
    padding: 1px 4px 0;
    line-height: 1.5384616;
    border-radius: 2px;
    font-size: 12px;
}

.tail_st {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background-color: #ecedf1;
    border-top: 1px solid #d4d4d4;
}

.cut_max_100px {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*display: inline-block;	*/
}

td.txtl {
	font-size: 13px;
}
.cut_max_250px {
	 width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;	
}

.sector_label {
    margin-bottom: 6px;
    cursor: pointer;
    margin-right: 3px;
    background-color: #b8bfc2;
    cursor: pointer;
    border: 1px solid #878787;
    font-size: 13px;
    padding: 2px 15px;
}