/*
  Theme Name: Garrett Theme
  Author: Garrett Griess
  Description: Custom Bootstrap Template / WordPress Theme by Garrett Griess
  Version: 2.0.0
  Tags: garrett, griess, blue, pig, thebluepig, wordpress, bootstrap, custom, theme, template
*/

.color-palette td {
  color: #ffffff;
  text-align: center;
}

.form-table {
  max-width: 800px;
}

tr:nth-child(even) {
  background-color: #ffffff;
}

td[colspan] {
  padding-left: 0;
}

tr:has(td[colspan]) {
  background-color: unset;
}