#menu-categories {
  background-color: #f2c9c9;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
}


#menu-categories p {
  color: #6b5555;
  font-size: 1.1em;
}

#menu-categories ul {
  list-style-type: none;
  padding: 0;
}

#menu-categories li {
  padding: 0 5px 0 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.1em
}

#menu-categories li:nth-child(even) strong {
  color: #6b5555;
}

#menu-categories li:nth-child(odd) strong {
  color: #654343;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: sans-serif;
    background-color: transparent; 
}

table th, table td {
    border: 1px solid #6b5555;
    padding: 12px;
    text-align: left;
}


#pricing table thead th {
    background-color: #6b5555;
    color: white;
}

tbody tr:nth-child(even) {
    background-color: rgba(242, 201, 201, 0.405); 
}

table tbody td:nth-child(1) {
    font-weight: bold;
    color: #302727;
}

tbody tr:hover {
    background-color: #7e656574;
    cursor: default;
}

table caption {
  font-family: 'Franklin Gothic Medium', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    padding: 10px;
    color: #6b5555;
}