/* CMS templates */

div.faq {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

div.faq > h4 {
  color: green;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div.faq > div.faq_answer {
  display: none;
  padding-left: 30px;
  padding-top: 20px;
}

table.egyeb-arak {
  border: 0px solid #d4d4d4;
}

table.egyeb-arak td, table.egyeb-arak th {
  font-size: 9pt;
}

table.egyeb-arak td:nth-child(odd), table.egyeb-arak th:nth-child(odd) {
  padding-left: 10px;
}

table.egyeb-arak td:nth-child(even), table.egyeb-arak th:nth-child(even) {
  padding-right: 10px;
}