.head {
	border-bottom: solid 1px #D1D3D6;
	border-right: solid 1px #D1D3D6;
	height: 35px;
	display: flex;
	align-items: center;
	width: 88px;
	font-size: 14px;
	color: #262626;
	justify-content: center;
}

.older {
	background-color: white;
}

.even {
	background-color: gainsboro;
}

.chosen {
	border-color: #ffffff;
	background-color: #c76d96;
}

.content_title3 {
	border-bottom: 1px #eee solid;
	padding-left: 11px;
	line-height: 40px;
	height: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 12px
}

.target {
	border-left: solid 3px #ad1e9c;
	padding-left: 2%;
}

.right_unit {
	float: right;
}

.button-bar {
	font-size: 14px;
}

.button{
	border: 1px solid #eee;
	border-bottom: none;
}

a {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}

.largefunds-overview-div {
	width: 50px;
	border-top: solid 1px #D1D3D6;
	height: 35px;
	background: -webkit-linear-gradient(top, #b37cf5 0, #7f45ee 100%);
	color: white;
	border-left: solid 1px #D1D3D6;
}

.overview-item {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	background: -webkit-linear-gradient(top, #b37cf5 0, #7f45ee 100%);
}

.largefunds-scorll{
	display: inline;
	white-space: nowrap;
	overflow-x:scroll;
	float: left;
	overflow-y:hidden;  
}

。this-title{
	font-weight: 800;
    color: purple;
}

.head-here {
	border-bottom: solid 1px #D1D3D6;
	border-right: solid 1px #D1D3D6; 
	display: flex;
	align-items: center; 
	font-size: 14px;
	color: #262626;
	justify-content: center;
}
.th-border{
	height: 35px;
    display: table-cell;
    vertical-align: middle;
	border: 1px solid white;
	line-height: 35px;
}
.tr-background{
	width: 100%;
    height: 35px;
	background: -webkit-linear-gradient(top, #b37cf5 0, #7f45ee 100%);
    color: white;
    line-height: 35px;
}
.td-height {
	height: 35px;
	display: table-cell;
	vertical-align: middle;
	    border: 1px solid white;
}