div#main .view_shareofsearch #centerPanel{
    width: 100%;
}

div#main .view_shareofsearch #centerPanel .linkdex_table {
    width: 100%;
}

div#main .view_shareofsearch #centerPanel .sos_chart_panel {
	width: 100%;
	height: 100%;
	border: 1px solid #C0C0C0;
	border-bottom: none;
	background-color: #FFFFFF;
}

.view_shareofsearch .table table colgroup col:nth-child(1){
	width: 100%;
}
.view_shareofsearch .table table colgroup col:nth-child(2){
	width: 200px;
	text-align: center;
}
.view_shareofsearch .table table colgroup col:nth-child(3){
	width: 200px;
	text-align: center;
}
.view_shareofsearch .table table colgroup col:nth-child(4){
	width: 200px;
	text-align: center;
}
.view_shareofsearch .table table colgroup col:nth-child(5){
	width: 200px;
	text-align: center;
}

