.orgChart hr{
    border-top: solid 1px #00b1ef;
}

.orgChart .chart .level.level1 {
	flex-direction : column;
	align-items : center;
}

.orgChart .chart .level1 .detail {
	flex : 2;
}

.orgChart .item .photo, .orgChart .chart .level > div {
	border : #00B1EF 1px solid;
}

.orgChart .chart .detail .firstname, .orgChart .chart .detail .name {
	color : #00B1EF;
}

.orgChart .level1 .item {
	width : 22em;
}

.orgChart .chart .level > div {
    margin: 1em 0;
	background-color : white;
}

.orgChart .chart .level1 > div {
	background : #00B1EF;
}

.orgChart .level1 .item{
	border: white 1px solid;
}

.orgChart .item .tooltiptext {
    background-color: #3e8595;
}

.orgChart .chart .level1 .item, .orgChart .chart .level1 .firstname, .orgChart .chart .level1 .name {
	color : white;
}

.orgChart .chart .level1 .item .firstname, .orgChart .chart .level1 .item .name {
	display : inline-block;
}

.orgChart .list .row.header {
    background-color: lightgrey;
    color: black;
}

.orgChart .listlink a {
    color: #00b1ef;
    background: url(../../acaa-plugin-organigramme/img/arrow_arvige.gif) no-repeat;
    background-position: left center;
}

.content .table .actualFunctions {
    text-align: left;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}