p.APP--error {
  padding: 20px 20px 17px 20px;
  background-color: rgba(255,0,0,.8);
  margin: 10px 0;
  color: #fff;
  font-size: 1.2em;
}
.MMM--blockLabel {
  display: inline;
  font-size: 14px;
}
.MMM--inputFlexTable {
  align-items: baseline; align-content: center; width: 100%; padding: 15px 0px;
}
.MMM--inputFlexColumns {
  flex: 1; padding-top: 9px;
}
.MMM--inputFlexColumns_box1 {
  display: inline-block; width: 10%; text-align: right; padding: 10px 10px 0 0;
}
.MMM--inputFlexColumns_box2 {
  display: inline-block; width: 50%; max-height: 100px; vertical-align: top;
}
.MMM--inputFlexColumns_box3 {
  display: inline-block; max-width: 20%; padding: 10px 0 0 10px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
    margin: 0; 
}
input[type=number] {
-moz-appearance:textfield;
}

.MMM--textInput_readOnly {
    width: 100%;
    max-width: 767px;
    padding: 10px 10px 8px 9px;
    border: none;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
}
.MMM--textInput_readOnly:active, .MMM--textInput_readOnly:focus {
  border: none;
}

/* tooltip*/
.js-showTooltip {
    font-style: normal; color: #000000; font-size: 14px; font-weight: bold; cursor: pointer; 
}
.js-displaytooltip
{
    text-align: left;
    color: #FFFFFF;
    background: #666666;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    padding: 15px;
    word-wrap: break-word;
}
.js-displaytooltip a {
  color: #FFFFFF;
}
.js-displaytooltip a:hover {
  color: #FFFFFF;
}
.js-closeTooltip {
  display: inline-block; float: right; width: 100%; text-align: right; cursor: pointer;
}

/* Tabs */
#tsd-conspicuity-calculator a[href^="#mmmTabs_tab-"] {
  color: #000000;
  cursor: not-allowed;
  pointer-events: none;
}
#tsd-conspicuity-calculator a[href^="#mmmTabs_tab-"]:visted, #tsd-conspicuity-calculator a[href^="#mmmTabs_tab-"]:active {
  color: #000000;
}
#tsd-conspicuity-calculator a[href^="#mmmTabs_tab-"]:hover {
  color: #000000;
  text-decoration: none;
}
#Step2, #Step3, #Step4, .js-previousStep {
  display: none;
}

/* Nav buttons */
.js-navButtons {
  width: 100%;
}

/* Result box2 */
.MMM--displayTable {
    width: 100%;
    display: table;
    overflow-x: auto;
    table-layout: fixed;
}
.MMM--tableRow {
    display: table-row;
}
.MMM--tableHeading { display: table-header-group; }
.MMM--tableBody {
    display: table-row-group;
}
.MMM--tableFoot {
    display: table-footer-group;
}
.MMM--tableCell, .MMM--tableHead {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;    
    border-bottom: 1px solid #949494;
}
.MMM--tableCell {
    border-right: 1px solid #949494;
}

/* Result Box2 */
.MMM--result_box2 {    
    border-top: 1px solid #949494;    
    border-left: 1px solid #949494;
}
.MMM--result_box2.MMM--tableCell {
    width: calc(100% / 4);
}
.MMM--result_box2.MMM--tableHead, .MMM--result_box2_cell2, .MMM--result_box2_cell4 {
    text-align: center;
}
.MMM--result_box2_head1, .MMM--result_box2_head2, .MMM--result_box2_head3, .MMM--result_box2_head4, .MMM--result_box2_cell1, .MMM--result_box2_cell3 {
    color: #000000;
    background-color: #E1E1E1;
}
.MMM--result_box2_cell1 {
    text-align: left;
}
.MMM--result_box2_head4 {
    border-right: 1px solid #949494;
}

/* Result Box3 */
.MMM--result_box3 {    
    border-top: 1px solid #949494;    
    border-left: 1px solid #949494;
}
.MMM--result_box3_head1, .MMM--result_box3_head2, .MMM--result_box3_head3 {
    color: #000000;
    background-color: #E1E1E1;
    font-weight: bold;
    border-right: 1px solid #949494;
    text-align: center;
}
.MMM--result_box3_cell1, .MMM--result_box3_cell2, .MMM--result_box3_cell3 {
    text-align: center;
}

.MMM--startOver, .MMM--startOver:hover {
    color: #0033CC;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #0033CC;
    -moz-text-decoration-color: #0033CC;
    border: none;
}
.MMM--startOverLink {
    display: inline-block;
    font-size: 16px;
    width: 100%;
}

#js-calcResults, #download_report_form {
  display: none;
}

/* Result box */
.MMM--result_box1 {
  width: 100%;
}
.MMM--result_box1_cell1, .MMM--result_box1_cell4 {
  background-color: #00B0F0;
  color: #FFFFFF;
  font-weight: bold;
}
.MMM--result_box1_cell2, .MMM--result_box1_cell5 {
  text-align: center;
  font-weight: bold;
}
.MMM--result_box1 .MMM--hList li {
  width: calc(95% / 2);
  border: 1px solid #949494;
  padding: 10px 0px 10px 10px;
}

.MMM--result_box1Block1, .MMM--result_box1Block3 {
  width: 47%;
}

.MMM--result_box1Block2 {
  width: 6%; text-align: center;
}

.MMM--result_box1Block2 h4 {
  padding: 10px 0 0 0;
}

.MMM--accordionList-trigger {
  padding: 10px;
  vertical-align: middle;
}

.MMM--accordionList-trigger .MMM--accordionList-trigger-label, .MMM--accordionList-trigger a:visited, .MMM--accordionList-trigger a:focus {
  color: #000000;
}

.MMM--accordionList-infoContainer {
  padding: 0px 0px;
}

.MMM--resultTableBox3 .MMM--tableRow{ display: flex;flex-wrap: wrap; }
.MMM--resultTableBox3 .MMM--headCell,.MMM--resultTableBox3 .MMM--resultCell { width: calc(100% / 3);border-right: 1px solid #949494;padding: 10px 10px;vertical-align: middle;border-bottom: 1px solid #949494;text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.MMM--resultTableBox3 .MMM--headCell { display: inline-flex;order: 0; color: #000000;background-color: #E1E1E1;font-weight: bold;align-items: center;justify-content: center; }
.MMM--resultTableBox3 .MMM--resultCell { order: 1;}

.MMM--resultTableBox1 {margin-bottom: 25px;margin-top: 25px;}

.MMM--resultTableBox1 .MMM--tableCell{border: 1px solid #949494;text-align: center;}
.MMM--resultTableBox1 .MMM--head{ background: #00B0F0;color: #fff;font-weight: bold; }
.MMM--resultTableBox1 .MMM--vs{ border: none;width: 100px; }

.MMM--resultTableBox2 .MMM--resultTableBox2_Outer {float: left;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.MMM--resultTableBox2 .MMM--resultTableBox2_Row {display: inline-block;width: 100%;border-bottom: 1px solid #949494;vertical-align: middle;}
.MMM--resultTableBox2 .MMM--resultTableBox2_Cell {float: left;width: 25%;padding: 10px 10px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;min-height: 60px;vertical-align: middle;border-right: 1px solid #949494;line-height: 20px;display: inline-flex;align-items: center;}
.MMM--resultTableBox2 .MMM--resultTableBox2_Cell:nth-child(2n-1) {background: #E1E1E1;font-weight: bold;justify-content: left;}
.MMM--resultTableBox2 .MMM--resultTableBox2_Cell:nth-child(2n) {justify-content: center;}

@media screen and (max-width: 767px){ 

  .MMM--resultTableBox2 .MMM--resultTableBox2_Cell {border-bottom: 1px solid #949494;}
  .MMM--resultTableBox2 .MMM--resultTableBox2_Cell {width: 40%;padding: 10px 10px;}
  .MMM--resultTableBox2 .MMM--resultTableBox2_Cell:nth-child(2n-1) {width: 60%;}
  .MMM--resultTableBox2 .MMM--resultTableBox2_Cell:nth-child(n+3) { border-bottom: none;}

  .MMM--resultTableBox1 .MMM--tableCell{ width: 100%;display: block;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box; }
  .MMM--resultTableBox1 .MMM--vs{ width: 100%; }

  .MMM--resultTableBox3 {border: 1px solid #949494;box-sizing: border-box; }
  .MMM--resultTableBox3 .MMM--tableRow {display: block;}
  .MMM--resultTableBox3 .MMM--headCell, .MMM--resultTableBox3 .MMM--resultCell {padding: 10px 10px;vertical-align: middle;display: inline-block;min-height: 85px;}
  .MMM--resultTableBox3 .MMM--headCell {width: 60%; text-align: left;}
  .MMM--resultTableBox3 .MMM--resultCell {width: 40%;margin-left: -5px;border-right: none;}

  .js-displaytooltip:after /* arrow decoration */
    {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #666666;
      content: '';
      position: absolute;
      left: 50%;
      top: 1px;
      transform: translateX(-50%) translatey(-100%) rotate(-180deg);
      -ms-transform: translateX(-50%) translatey(-100%) rotate(-180deg); /* IE 9 */
      -webkit-transform: translateX(-50%) translatey(-100%) rotate(-180deg); /* Safari 3-8 */
    }
    .js-displaytooltip.left:after
    {
      left: 20px;
      margin: 0;
    }
  .js-displaytooltip.right:after
  {
      right: 0px;
      left: auto;
      margin: 0;
  }

  }

  @media screen and (min-width: 768px){     

    .js-displaytooltip:after /* arrow decoration */
    {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #666666;
      content: '';
      position: absolute;
    }
    .js-displaytooltip.view-right:after /* arrow left decoration */
    {        
      left: 0%;
      bottom: 8px;
      margin-left: -4px;
      transform: translateX(-50%) translatey(-100%) rotate(90deg);
      -ms-transform: translateX(-50%) translatey(-100%) rotate(90deg); /* IE 9 */
      -webkit-transform: translateX(-50%) translatey(-100%) rotate(90deg); /* Safari 3-8 */
    }
    .js-displaytooltip.view-left:after /* arrow right decoration */
    {        
      left: 105%;
      bottom: 27px;
      margin-left: -10px;
      transform: translateX(-50%) translatey(-100%) rotate(-90deg);
      -ms-transform: translateX(-50%) translatey(-100%) rotate(-90deg); /* IE 9 */
      -webkit-transform: translateX(-50%) translatey(-100%) rotate(-90deg); /* Safari 3-8 */
    }
    .MMM--inputFlexTable {
      display: flex; flex-wrap: nowrap;
    }
  }