#yddvizContainerApp {
  background: #fefefe;
  border: 1px solid #ddd;
  margin: auto;
  max-width: 720px;
  padding: 8px 16px;
}

#ydddvizControls {
  margin-top: 20px;
  margin-bottom: 10px;
}

.yddvizTableGender {
  display: none;
  width: 100%;
}

.yddvizTableGender th, td{
  line-height: 1.4em;
}

#yddvizMen > tbody > tr > td {
  padding: 6px 10px 6px 10px;
}
#yddvizWomen > tbody > tr > td {
  padding: 6px 10px 6px 10px;
}

.yddvizTableGender td:first-of-type  {
  background: #eee;
}

.yddvizTableTopLeft {
  background-color: #00b5c8;
  color: white;
  text-transform: uppercase;
  border-top-left-radius: 4px;
}
.yddvizTableTopRight {
  background-color: #00b5c8;
  color: white;
  text-transform: uppercase;
  border-top-right-radius: 4px;
}

.yddvizArrowCell {
  text-align: left;
  font-weight: normal;

}

.arrow_box {
  position: relative;
  background: #ef6323;
  padding: 4px 0 4px 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(239, 99, 35, 0);
  border-right-color: #ef6323;
  border-width: 5px;
  margin-top: -5px;
}

@media (max-width: 400px) {
  #yddvizMen tr, td {
    font-size: 90%;
  }
  #yddvizWomen tr, td {
    font-size: 90%;
  } 
}
