body {
	background-color: #F8F8F8;
}

.jOrgChartShow {
	margin-top: 40px;
}

#jOrgChart table {
	margin: 0 auto;
}

a:hover {
	color: #cccccc;
	text-decoration: none
}

.extra {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

table#tableStanList
 tr {
    cursor: pointer;
}

.floatNum {
    position: absolute;
    top: -26px;
    right: -16px;
    background-color: #dae8e0;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    font-size: 12px;
    color: #EC6941;
    line-height: 32px;
    cursor:pointer;
}

.numClass {
    margin-top: -1px;
}

/* .floatNum:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
} */

.numBot {
    display: none;
}
.node {
	z-index: 10;
}
.node:hover {
	z-index: 999;
}