.error-hd {
  color: #CD322B;
  font: 600 20px/24px "facitweb", sans-serif; }
  .error-hd img {
    margin-right: 7px;
    vertical-align: bottom; }

.error-fixes {
  margin: -5px 0 20px 0; }
  .error-fixes .error-fix {
    border-bottom: 1px dotted #999999;
    padding: 10px 0; }
    .error-fixes .error-fix .fix {
      color: #CC6600;
      display: table-cell;
      width: 220px; }
    .error-fixes .error-fix .description {
      display: table-cell; }

.error-code {
  color: #666666;
  font: 600 12px/16px "facitweb", sans-serif; }
