.cfe {
  position: relative;
  width: 100%;
  padding: 5px 20px;
  margin: inherit auto;
  margin: inherit auto;
  max-width: 21cm;
  color: #555555;
  font-family: Arial, sans-serif;
}
.cfe h2 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0;
}
.cfe header {
  padding-bottom: 20px;
  padding-top: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
  display: table;
  clear: both;
}
.cfe header .cfe-logo {
  float: left;
}
.cfe header .cfe-logo img {
  max-width: 200px;
  max-height: 70px;
}
.cfe header .cfe-emitter-info {
  float: left;
  margin-left: 8px;
  font-size: 0.9em;
}
.cfe header .cfe-emitter-info a {
  color: #0087C3;
  text-decoration: none;
}
.cfe header .cfe-id {
  float: right;
  text-align: right;
}
.cfe .cfe-info-container {
  display: flex;
  border-left: 6px solid #0087C3;
  margin: 0px 2px;
  padding-left: 6px;
}
.cfe .cfe-info-container .cfe-info {
  flex-grow: 1;
  vertical-align: middle;
  text-align: right;
  color: #777777;
  font-size: 1.1em;
  margin: auto 0px;
}
.cfe .cfe-info-container h2 {
  font-size: 1.2em;
}
.cfe .cfe-body {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cfe .cfe-body th {
  white-space: nowrap;
  font-weight: normal;
  padding: 7px;
  border-bottom: 1px solid white;
}
.cfe .cfe-body .cfe-detail {
  padding: 3px 6px;
  border-bottom: 1px solid #FFFFFF;
  color: #505050;
}
.cfe .cfe-body td.cfe-detail:nth-child(n+2) {
  text-align: right;
}
.cfe .cfe-body th:first-child, .cfe .cfe-body td.cfe-detail:first-child {
  text-align: center;
}
.cfe .cfe-body th:nth-child(2), .cfe .cfe-body td.cfe-detail:nth-child(2) {
  text-align: left;
}
.cfe .cfe-body th:nth-child(2n), .cfe .cfe-body td.cfe-detail:nth-child(2n) {
  background: #EEE;
}
.cfe .cfe-body th:nth-child(2n-1), .cfe .cfe-body td.cfe-detail:nth-child(2n-1) {
  background: #DDD;
}
.cfe .cfe-body .item-name {
  margin: 0 0 0.1em 0;
  font-size: 1.05em;
}

.cfe-footer {
  max-width: 21cm;
  position: relative;
  width: 100%;
  padding: 5px 10px;
  margin: inherit auto;
  color: #424242;
}