.dpe *, .ges * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
}
.dpe-ges-inline > div, .dpeges-inline {
  display: inline-block;
}
.dpe-ges-inline > div.dpe, .dpe.dpeges-inline {
  margin-right: 50px;
}
.dpe .dpe-title, .ges .ges-title {
  font-size: 19px;
  text-align: left;
  text-transform: uppercase;
}
.dpe .diagnostic, .ges .emission {
  margin: 0;
}
figure.diagnostic, figure.emission {
  position: relative;
  display: block;
  float: none;
  width: 270px;
  font-size: 12px;
}
.diagnostic-title, .emission-title {
  font-family: Arial,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 19px;
  color: #f26521;
  text-transform: uppercase;
}
.dpe .hidden, .ges .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.diagnostic-container, .emission-container {
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 10px;
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.diagnostic-legend span:first-child, .emission-legend span:first-child {
  float: left;
}
.diagnostic-legend span:last-child, .emission-legend span:last-child {
  float: right;
}
.diagnostic-diagram, .emission-diagram {
  display: table-cell;
  padding-right: 70px;
  color: #000;
}
.diagnostic-line, .emission-line {
  margin-bottom: 1px;
  font-size: 11px;
}
.diagnostic-value, .emission-value {
  width: 70px;
  height: 24px;
  padding: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
.diagnostic-letter, .emission-letter {
  display: inline-block;
  text-align: right;
  position: relative;
  vertical-align: top;
  padding: 0;
  height: 24px;
}
.diagnostic-letter:after, .emission-letter:after {
  display: inline-block;
  content: "";
  top: 0;
  left: 100%;
  position: absolute;
  border-left: 12px solid #fff;
  border-top: 12px solid rgba(0,0,0,0);
  border-bottom: 12px solid rgba(0,0,0,0);
}
.diagnostic-dpe .line-a .diagnostic-letter {
  width: 1em;
  background: #339a33;
}
.diagnostic-dpe .line-a .diagnostic-letter:after {
  border-left-color: #339a33;
}
.diagnostic-dpe .line-b .diagnostic-letter {
  width: 2em;
  background: #32cb32;
}
.diagnostic-dpe .line-b .diagnostic-letter:after {
  border-left-color: #32cb32;
}
.diagnostic-dpe .line-c .diagnostic-letter {
  width: 3em;
  background: #ccfe32;
}
.diagnostic-dpe .line-c .diagnostic-letter:after {
  border-left-color: #ccfe32;
}
.diagnostic-dpe .line-d .diagnostic-letter {
  width: 4em;
  background: #fefd00;
}
.diagnostic-dpe .line-d .diagnostic-letter:after {
  border-left-color: #fefd00;
}
.diagnostic-dpe .line-e .diagnostic-letter {
  width: 5em;
  background: #fecb00;
}
.diagnostic-dpe .line-e .diagnostic-letter:after {
  border-left-color: #fecb00;
}
.diagnostic-dpe .line-f .diagnostic-letter {
  width: 6em;
  background: #fe9932;
}
.diagnostic-dpe .line-f .diagnostic-letter:after {
  border-left-color: #fe9932;
}
.diagnostic-dpe .line-g .diagnostic-letter {
  width: 7em;
  background: #ff0000;
}
.diagnostic-dpe .line-g .diagnostic-letter:after {
  border-left-color: #ff0000;
}
.diagnostic-dpe .line-a .diagnostic-value {
  background: #339a33;
}
.diagnostic-dpe .line-b .diagnostic-value {
  background: #32cb32;
}
.diagnostic-dpe .line-c .diagnostic-value {
  background: #ccfe32;
}
.diagnostic-dpe .line-d .diagnostic-value {
  background: #fefd00;
}
.diagnostic-dpe .line-e .diagnostic-value {
  background: #fecb00;
}
.diagnostic-dpe .line-f .diagnostic-value {
  background: #fe9932;
}
.diagnostic-dpe .line-g .diagnostic-value {
  background: #ff0000;
}
.diagnostic-scale, .emission-scale {
  display: table-cell;
  position: relative;
  height: 100%;
  width: 30px;
  padding-right: 20px;
}
.diagnostic-scale:after, .emission-scale:after {
  background: #DCDCDC;
  height: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 0;
  width: 10px;
}
.diagnostic-number-container, .emission-number-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.diagnostic-number, .emission-number {
  position: relative;
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 11px;
  width: 45px;
  height: 24px;
  padding: 0;
}
.diagnostic-number:before, .emission-number:before {
  content: "";
  position: absolute;
  background: #dcdcdc;
  right: 100%;
  top: 50%;
  height: 2px;
  margin-right: 16px;
}
.diagnostic-number:after, .emission-number:after {
  display: inline-block;
  content: "";
  top: 0;
  right: 100%;
  position: absolute;
  border-right: 12px solid white;
  border-top: 12px solid rgba(0,0,0,0);
  border-bottom: 12px solid rgba(0,0,0,0);
}
.diagnostic-dpe .numberA {
  top: -2px;
}
.diagnostic-dpe .numberB {
  top: 24px;
}
.diagnostic-dpe .numberC {
  top: 49px;
}
.diagnostic-dpe .numberD {
  top: 73px;
}
.diagnostic-dpe .numberE {
  top: 100px;
}
.diagnostic-dpe .numberF {
  top: 123px;
}
.diagnostic-dpe .numberG {
  top: 150px;
}
.diagnostic-dpe .numberA .diagnostic-number {
  background: #339a33;
}
.diagnostic-dpe .numberB .diagnostic-number {
  background: #32cb32;
}
.diagnostic-dpe .numberC .diagnostic-number {
  background: #ccfe32;
}
.diagnostic-dpe .numberD .diagnostic-number {
  background: #fefd00;
}
.diagnostic-dpe .numberE .diagnostic-number {
  background: #fecb00;
}
.diagnostic-dpe .numberF .diagnostic-number {
  background: #fe9932;
}
.diagnostic-dpe .numberG .diagnostic-number {
  background: #ff0000;
}
.diagnostic-dpe .numberA .diagnostic-number:before {
  width: 8em;
}
.diagnostic-dpe .numberB .diagnostic-number:before {
  width: 7em;
}
.diagnostic-dpe .numberC .diagnostic-number:before {
  width: 6em;
}
.diagnostic-dpe .numberD .diagnostic-number:before {
  width: 5em;
}
.diagnostic-dpe .numberE .diagnostic-number:before {
  width: 4em;
}
.diagnostic-dpe .numberF .diagnostic-number:before {
  width: 3em;
}
.diagnostic-dpe .numberG .diagnostic-number:before {
  width: 2em;
}
.diagnostic-dpe .numberA .diagnostic-number:after {
  border-right-color: #339a33;
}
.diagnostic-dpe .numberB .diagnostic-number:after {
  border-right-color: #32cb32;
}
.diagnostic-dpe .numberC .diagnostic-number:after {
  border-right-color: #ccfe32;
}
.diagnostic-dpe .numberD .diagnostic-number:after {
  border-right-color: #fefd00;
}
.diagnostic-dpe .numberE .diagnostic-number:after {
  border-right-color: #fecb00;
}
.diagnostic-dpe .numberF .diagnostic-number:after {
  border-right-color: #fe9932;
}
.diagnostic-dpe .numberG .diagnostic-number:after {
  border-right-color: #ff0000;
}

.emission-ges .numberA {
  top: -2px;
}
.emission-ges .numberB {
  top: 24px;
}
.emission-ges .numberC {
  top: 49px;
}
.emission-ges .numberD {
  top: 73px;
}
.emission-ges .numberE {
  top: 100px;
}
.emission-ges .numberF {
  top: 123px;
}
.emission-ges .numberG {
  top: 150px;
}

.emission-ges .line-a .emission-value {
  background: #f6ecfd;
}
.emission-ges .line-b .emission-value {
  background: #e1c2f9;
}
.emission-ges .line-c .emission-value {
  background: #d4a9f6;
}
.emission-ges .line-d .emission-value {
  background: #cc95f4;
}
.emission-ges .line-e .emission-value {
  background: #b971ee;
}
.emission-ges .line-f .emission-value {
  background: #a74dec;
}
.emission-ges .line-g .emission-value {
  background: #8918de;
}

.emission-ges .line-a .emission-letter {
  width: 1em;
  background: #f6ecfd;
}
.emission-ges .line-b .emission-letter {
  width: 2em;
  background: #e1c2f9;
}
.emission-ges .line-c .emission-letter {
  width: 3em;
  background: #d4a9f6;
}
.emission-ges .line-d .emission-letter {
  width: 4em;
  background: #cc95f4;
}
.emission-ges .line-e .emission-letter {
  width: 5em;
  background: #b971ee;
}
.emission-ges .line-f .emission-letter {
  width: 6em;
  background: #a74dec;
}
.emission-ges .line-g .emission-letter {
  width: 7em;
  background: #8918de;
}

.emission-ges .line-a .emission-letter:after {
  border-left-color: #f6ecfd;
}
.emission-ges .line-b .emission-letter:after {
  border-left-color: #e1c2f9;
}
.emission-ges .line-c .emission-letter:after {
  border-left-color: #d4a9f6;
}
.emission-ges .line-d .emission-letter:after {
  border-left-color: #cc95f4;
}
.emission-ges .line-e .emission-letter:after {
  border-left-color: #b971ee;
}
.emission-ges .line-f .emission-letter:after {
  border-left-color: #a74dec;
}
.emission-ges .line-g .emission-letter:after {
  border-left-color: #8918de;
}
.emission-ges .numberA {
  top: 0;
}
.emission-ges .numberA .emission-number {
  background: #f6ecfd;
}
.emission-ges .numberB .emission-number {
  background: #e1c2f9;
}
.emission-ges .numberC .emission-number {
  background: #d4a9f6;
}
.emission-ges .numberD .emission-number {
  background: #cc95f4;
}
.emission-ges .numberE .emission-number {
  background: #b971ee;
}
.emission-ges .numberF .emission-number {
  background: #a74dec;
}
.emission-ges .numberG .emission-number {
  background: #8918de;
}
.emission-ges .numberA .emission-number:before {
  width: 8em;
}
.emission-ges .numberB .emission-number:before {
  width: 7em;
}
.emission-ges .numberC .emission-number:before {
  width: 6em;
}
.emission-ges .numberD .emission-number:before {
  width: 5em;
}
.emission-ges .numberE .emission-number:before {
  width: 4em;
}
.emission-ges .numberF .emission-number:before {
  width: 3em;
}
.emission-ges .numberG .emission-number:before {
  width: 2em;
}
.emission-ges .numberA .emission-number:after {
  border-right-color: #f6ecfd;
}
.emission-ges .numberB .emission-number:after {
  border-right-color: #e1c2f9;
}
.emission-ges .numberC .emission-number:after {
  border-right-color: #d4a9f6;
}
.emission-ges .numberD .emission-number:after {
  border-right-color: #cc95f4;
}
.emission-ges .numberE .emission-number:after {
  border-right-color: #b971ee;
}
.emission-ges .numberF .emission-number:after {
  border-right-color: #a74dec;
}
.emission-ges .numberG .emission-number:after {
  border-right-color: #8918de;
}
.dpe-blank, .ges-blank {
  display: none;
}
.dpe-blank-active .diagnostic-scale, .ges-blank-active .emission-scale {
  display: none;
}
.dpe-blank-active .dpe-blank, .ges-blank-active .ges-blank {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0.9;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dpe-blank-title, .ges-blank-title {
  font-size: 20px;
  font-weight: bold;
}
.dpe-blank-legend, .ges-blank-legend {
  font-weight: bold;
}