@charset "utf-8";
.un_powderroomChoiceGrade_imgPanel {
  display: flex;
}
.un_powderroomChoiceGrade_imgPanel .un_powderroomChoiceGrade_imgPanel_img + .un_powderroomChoiceGrade_imgPanel_img {
  margin-left: 20px;
}
.un_powderroomChoiceGrade_imgPanel + .un_powderroomChoiceGrade_imgPanel {
  margin-top: 10px;
}
h4.el_hdg5 + .un_powderroomChoiceGrade_imgPanel {
  margin-top: 10px;
}
.un_powderroomChoiceGrade_imgPanel + .bl_panel.bl_panel__noBorder.bl_panel__noPadding {
  margin-top: 20px;
}

.un_powderroomChoiceGrade_comparison_wrapper {
  padding: 20px;
}
.el_hdg2 + .un_powderroomChoiceGrade_comparison_wrapper {
  margin-top: 20px;
}

.un_powderroomChoiceGrade_comparison_wrapper+.el_hdg2 {
  margin-top: 40px;
}

table.un_powderroomChoiceGrade_comparison_mapTable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  text-align: center;
  border: 2px solid #cfcfcf;
}

table.un_powderroomChoiceGrade_comparison_mapTable th:nth-of-type(1) {
  width: 20%;
  position: relative;
}

table.un_powderroomChoiceGrade_comparison_mapTable th:nth-of-type(1):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #cfcfcf;
  position: absolute;
  right: 0;
  top: 0;
}

table.un_powderroomChoiceGrade_comparison_mapTable thead th {
  background: var(--secondBgColor);
  color: var(--defaultTxtColor);
  padding: 5px 0;
  border: 1px solid #cfcfcf;
}

table.un_powderroomChoiceGrade_comparison_mapTable tbody th {
  padding: 5px 0;
  border: 1px solid #cfcfcf;
}

table.un_powderroomChoiceGrade_comparison_mapTable td {
  padding: 10px;
  background: #fff;
  border: 1px solid #cfcfcf;
}

table.un_powderroomChoiceGrade_comparison_gradeTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 4px solid #cfcfcf;
}

table.un_powderroomChoiceGrade_comparison_gradeTable th,
table.un_powderroomChoiceGrade_comparison_gradeTable td {
  border: 1px solid #cfcfcf;
  padding: 10px;
  font-weight: bold;
  position: relative;
}

table.un_powderroomChoiceGrade_comparison_gradeTable td:nth-of-type(3n + 1):before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #cfcfcf;
  position: absolute;
  top: 0;
  left: 0;
}

table.un_powderroomChoiceGrade_comparison_gradeTable thead tr:nth-of-type(1) th:nth-of-type(n+2) {
  color: #339b07;
}

table.un_powderroomChoiceGrade_comparison_gradeTable thead tr:nth-of-type(1) th:nth-of-type(n+2):before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #cfcfcf;
  position: absolute;
  top: 0;
  left: 0;
}

table.un_powderroomChoiceGrade_comparison_gradeTable thead tr:nth-of-type(1) th {
  background: #d6ebcd;
}

table.un_powderroomChoiceGrade_comparison_gradeTable thead tr:nth-of-type(2) th {
  font-size: 12px;
  font-weight: normal;
}

table.un_powderroomChoiceGrade_comparison_gradeTable thead tr:nth-of-type(2) th:nth-of-type(3n + 1):before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #cfcfcf;
  position: absolute;
  top: 0;
  left: 0;
}

table.un_powderroomChoiceGrade_comparison_gradeTable th img {
  width: 80px;
  height: auto;
}

table.un_powderroomChoiceGrade_comparison_gradeTable tbody td span {
  font-size: 160%;
}

table.un_powderroomChoiceGrade_comparison_gradeTable+.el_annotation {
  margin-top: 20px;
}