/*
  Стили таблицы обычной таблицы Тихова.
  @author rem
 */

table.tihov {
  font-size: 16px;
}

table.tihov td {
  padding: 5px 10px;
  line-height: 1.25em !important;
  font-size: 1em !important;
  vertical-align: middle;
}
table.tihov td h1,
table.tihov td h2,
table.tihov td h3,
table.tihov td h4,
table.tihov td h5 {
  line-height: 1.25em;
  font-size: 1em;
  margin: 0;
}

table.tihov tbody tr {
  background: transparent;
}
table.tihov tbody tr:first-child {
  background: rgba(24, 24, 24, 0.1) !important;
  font-size: 1em !important;
}
table.tihov tbody tr:first-child td {
  text-align: center;
  font-weight: bold !important;
  font-size: 1em;
}
table.tihov tbody tr:nth-child(2n + 1) {
  background: rgba(24, 24, 24, 0.05);
}

.special-aaVersion-on.special-aaColor-yellow .popup_ddb {
  background-color: #000;
}
.special-aaVersion-on.special-aaColor-blue .popup_ddb {
  background-color: #9fd7ff;
}

.special-aaFontsize-big table.tihov {
  font-size: 24px;
}
.special-aaFontsize-normal table.tihov {
  font-size: 20px;
}

.special-aaVersion-on.special-aaColor-yellow *[bgcolor] {
  background-color: transparent;
}
.special-aaVersion-on.special-aaColor-yellow th * {
  color: #000;
}