<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
  height                : 20px;
  width                 : 4px;
}

.jOrgChart .down {
  background-color 		: black;	
  margin 				: 0px auto;
}

.jOrgChart .top {
  border-top          : 3px solid black;
}

.jOrgChart .left {
  border-right          : 2px solid black;
}

.jOrgChart .right {
  border-left           : 2px solid black;
}

/* node cell */
.jOrgChart td {
  text-align            : center;
  vertical-align        : top;
  padding               : 0;
}

/* The node */
.jOrgChart .node {
  background-color 		: #35363B;
  display               : inline-block;
  width                 : 150px;
  height                : 215px;
  z-index 				: 10;
  padding-top			: 155px;
  margin                : 0 5px;
  font-family: 'Raleway', sans-serif;
  color: #ddd;
}

/* jQuery drag 'n drop */

.drag-active {
  border-style			: dotted !important;
}

.drop-hover {
  border-style			: solid !important;
  border-color 			: #E05E00 !important;
}

.ofm{
	background: no-repeat url('../img/dienstgrade/ofm.png');
	background-size: 150px 150px;
}

.abi{
	background: no-repeat url('../img/dienstgrade/abi.png');
	background-size: 150px 150px;
}

.hbi{
	background: no-repeat url('../img/dienstgrade/hbi.png');
	background-size: 150px 150px;

}

.bi{
	background: no-repeat url('../img/dienstgrade/bi.png');
	background-size: 150px 150px;

}

.ovi{
	background: no-repeat url('../img/dienstgrade/ovi.png');
	background-size: 150px 150px;

}

.hbm{
	background: no-repeat url('../img/dienstgrade/hbm.png');
	background-size: 150px 150px;

}

.obm{
	background: no-repeat url('../img/dienstgrade/obm.png');
	background-size: 150px 150px;

}

.bm{
	background: no-repeat url('../img/dienstgrade/bm.png');
	background-size: 150px 150px;

}

.obi{
	background: no-repeat url('../img/dienstgrade/obi.png');
	background-size: 150px 150px;

}

.br{
	background: no-repeat url('../img/dienstgrade/br.png');
	background-size: 150px 150px;

}

.obr{
	background: no-repeat url('../img/dienstgrade/obr.png');
	background-size: 150px 150px;

}

.vi{
	background: no-repeat url('../img/dienstgrade/vi.png');
	background-size: 150px 150px;

}

.lm{
	background: no-repeat url('../img/dienstgrade/lm.png');
	background-size: 150px 150px;

}

.olm{
	background: no-repeat url('../img/dienstgrade/olm.png');
	background-size: 150px 150px;

}</pre></body></html>