table.urunDetay {
  background-color: #EEEEEE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.urunDetay td, table.urunDetay th {
  border: 2px solid #E4E4E4;
  padding: 5px 10px;
}
table.urunDetay tbody td {
  font-size: 13px;
  color: #333333;
}
table.urunDetay tr:nth-child(even) {
  background: #d1d1d1;
}
table.urunDetay thead {
  background: #333;
  border-bottom: 2px solid #444444;
}
table.urunDetay thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.urunDetay thead th:first-child {
  border-left: none;
}

table.urunDetay tfoot td {
  font-size: 14px;
}
table.urunDetay tfoot .links {
  text-align: right;
}
table.urunDetay tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}