


#langmenu {display: none;}
.logout {display: none;}



.content-layout-3 .csc-menu-1 li:nth-child(1) {
	display: none;
}
.content-layout-3 .csc-menu-1 li:last-child {
	display: none;
}


.tx-feuserlisting-pi1-listrow table,
.tx-feuserlisting-pi1-listrow tr {
	width: 100%;
}

.tx-feuserlisting-pi1-listrow TH {
    background: #e6e6e6;
    padding: 5px .5em;
    white-space: nowrap;
}
.tx-feuserlisting-pi1-listrow TD {
    background: white;
    padding: 3px .5em;
}
.tx-feuserlisting-pi1-listrow .odd TD {
    background: #fafafa;
}
.tx-feuserlisting-pi1-listrow tr:hover td {
	background: #e6e6e6;
}


.tx-feuserlisting-pi1-singleView TH {
    background: white;
    padding: 0 .5em;
    text-align: right;
    white-space: nowrap;
}
.tx-feuserlisting-pi1-singleView TD {
    background: white;
    padding: 0 .5em;
}
.tx-feuserlisting-pi1-singleView TD:hover {
    background: #e6e6e6;
}




.tx-feuserlisting-pi1 .username {
	display: none;
}