.structure-navigate-table .navigate-separator {
    padding: 0px 2px;
    border-top: 0px;
}
.structure-content-table .organization-name {
    font-size: 150%;
    font-weight: bold;
    margin: 20px 0px 10px;
}
.structure-content-table .sort-links {
    font-weight: bold;
    float: right;
}
.structure-content-table .options {
    clear: both;
}
.npu-structure-table {
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 12px;
    width: 100%;
}
.npu-structure-table td {
    text-align: left;
    padding: 0px 5px 0px 5px;
}
.npu-structure-table th {
    text-align: center;
    font-weight: bold;
    padding: 3px 1px 2px 1px;
    background-color: #999;
    color: white;
    border-left: 1px solid white;
}
.npu-structure-table th.first {
    border-left: 0px solid;
}
.npu-structure-table td.last {
    max-width: 250px;
}
.npu-structure-table .group-line td {
    border-top: 2px solid #999;
    font-weight: bold;
    padding: 5px 5px 3px 5px;
}
.manager-star {
	color: red;	
}