/**
 * @Author: Musa Hayta - musahayta@gmail.com
 * @Date:   2024-06-08 18:25:23
 * @Last Modified by:   Musa Hayta - musahayta@gmail.com
 * @Last Modified time: 2024-06-08 18:54:51
 */
.defin-table {
  font-size: smaller;
}
.defin-table tr:nth-child(odd) {
  border-bottom: 1px solid #0c0202;
  background-color: floralwhite;
}
.defin-table tr:nth-child(even) {
  border-bottom: 1px solid #161410;
  background-color: #ddd;
}
@media (min-width: 1280px) {
  .defin-table {
    font-size: medium;
  }
}
