/* =========================
   TABLES – Content tables
========================= */

.fiyat-tablosu{
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}
.fiyat-tablosu th{
  background: #111;
  color: #fff;
  padding: 14px;
  text-align: left;
}
.fiyat-tablosu td{
  padding: 12px 14px;
  border: 1px solid #ddd;
}
.fiyat-tablosu tbody tr:nth-child(even){
  background: #f6f6f6;
}
.fiyat-tablosu tbody tr:hover{
  background: #eaeaea;
}
.fiyat-tablosu td:first-child{
  font-weight: 600;
  text-align: left;
}
.fiyat-tablosu td:last-child{
  font-weight: 600;
  white-space: nowrap;
}
.grup-baslik td{
  background: #222;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 14px;
}/* =========================================================
   components/header.css
   Placeholder dosyası.
   Not: Header stilleri header-core.css + header-vX.css içindedir.
   Bu dosyaya kural eklenmemelidir.
========================================================= */
