@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .selectize-input, .selectize-input input {
    font-size: 17px;
  }
}

th {
  text-align: left;
  font-weight: normal;
}

.yddvizMid {
  display: none;
}

.yddvizVar {
  display: none;
}

.yddvizRow {
  display: none;
}

.yddvizSmall {
  display: none;
}

.yddvizButton {
  cursor: pointer;
  margin: 8px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  background-color: #e1f6f9;
  float: left;
  color: #000;
}

.yddvizButton:hover {
  background-color: #ABD7DD;
}

.sort {
  cursor: pointer;
}

.sort:focus {
  outline: none;
}

.sort:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: relative;
  top: -10px;
  right: -5px;
}

.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: "";
  position: relative;
  top: 4px;
  right: -5px;
}

.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  content: "";
  position: relative;
  top: -4px;
  right: -5px;
}

#yddvizSelect {
  margin-bottom: 10px;
}

#table-sparkline {
  border: 2px solid #ddd;
  border-collapse: collapse;
}

#yddvizTableHeader {
  background: #e1f6f9;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

#yddvizTableHeader td {
  padding: 7px;
}

#tbody-sparkline th, td {
  border: 1px solid #ddd;
}