/* CertificateBox */

#CertificateBox .footer {
  font-weight: bold;
}

#CertificateBox .important1 {
  font-size: 15px;
  color: red;
  text-align: center;
}

#CertificateBox .important2 {
  font-size: 15px;
  text-align: center;
}

#CertificateBox .finish {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #177298;
  
}

#CertificateBox .ref {
  margin: 10px;
}

#CertificateBox .StructureTable {
  width: 100%;
}
#CertificateBox .StructureTable td {
  vertical-align: top;
  text-align: center;
  width: 30%;
}

#CertificateBox .certificateTable {
  margin: 10px;
  width: 100%;
}
#CertificateBox .certificateTable tr td {
  padding: 5px;
  border: 2px solid white;
}

#CertificateBox .certificateTableWithBorder {
  margin: 10px;
  width: 100%;
}
#CertificateBox .certificateTableWithBorder tr td {
  padding: 5px;
  border: 2px solid white;
}

#CertificateBox .label,
#CertificateBox .StructureTable .label{
  color: #DD5205;
  font-weight: bold;
  text-align: left;
  width: 70%;
}
#CertificateBox .StructureTable .label{
  padding-left: 5px;
}

#CertificateBox .blue {
  color: #207A96;
  font-weight: bold;
}
#CertificateBox .one {
  background: #F9DFBB;
}
#CertificateBox .two {
  background: #FDF2E1;
}
#CertificateBox .three {
  background: #DFF1F4;
}
#CertificateBox .four {
  background: #B5D8E5;
}
#CertificateBox .HouseRoof {
  background: #F9DFBB url(/images/static/certificates/house_roof.gif) center no-repeat;
}
#CertificateBox .FireBreak {
  background: #F9DFBB url(/images/static/certificates/firebreak.gif) center no-repeat;
}

#CertificateBox .header,
#CertificateBox .StructureTable .header {
  font-weight: bold;
  background: #FF8800;
  color: white;
  text-align: justify;
}


#CertificateBox .certificateTable td {
  border: 0px solid white;
  border-collapse: separate;
}

#CertificateBox .housePlan {
  weight: 298px;
  height: 425px;
  text-align: center;
}

#CertificateBox .right {
  text-align: right;
}


#CertificateBox .middle {
  text-align: center;
}

#CertificateBox .consomation {
  width: 284px;
}

