/*
Theme Name: Dentures Plus Static
Description: Migrated static site design for Dentures Plus
Version: 1.0
Author: Dentures Plus
*/

/* Blog post comparison table styling */
.uui-blogpost02_table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}
.uui-blogpost02_table thead th {
  background-color: #1a1a2e;
  color: #ffffff;
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
}
.uui-blogpost02_table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
}
.uui-blogpost02_table tbody tr:nth-child(even) {
  background-color: #f7f7f9;
}
.uui-blogpost02_table tbody tr:hover {
  background-color: #f0f0f5;
}
@media (max-width: 600px) {
  .uui-blogpost02_table {
    font-size: 13px;
  }
  .uui-blogpost02_table thead th,
  .uui-blogpost02_table tbody td {
    padding: 8px 10px;
  }
}
tail -35 ~/public_html/wp-content/themes/dentures-plus-static/style.css
grep -rn "style.css" ~/public_html/wp-content/themes/dentures-plus-static/*.php ~/public_html/wp-content/themes/dentures-plus-static/**/*.php 2>/dev/null
cat ~/public_html/wp-content/themes/dentures-plus-static/style.css
