div.celltype {
	width: 1080px;
}
div.celltype>table {
	margin-bottom: 20px;
	width: 100%;
}
.boxplot .plotBG {
	display: none;
}

div.celltype_detail {
    width:820px;
}
#cboxLoadedContent {
	background-color: #fff;
	border: 2px solid #333;
	padding: 10px;
}
.hexagons {
	display: none;
}
.clusterLabels {
	font-weight: bold;
}
#ctChart .barchartlabel,#ctChart .bar_g {
    cursor:pointer;
}
.ct_popup {
    display: none;
    position: absolute;
    padding: 5px;
    border: solid 1px black;
    background-color:white;
    text-align: left;
    white-space:nowrap;
}
.ce_marker_table tr td {
    font-size:9px;
    padding:2px;
    text-align:center;
}
.ce_marker_table tr td:nth-child(1) {
    font-size:11px;
    font-weight:bold;
    padding:2px;
    text-align:left;
}