/*Custom CSS // April 2022 */

.red-box-wrap
 {width: 80% !important;
  margin: 20px auto !important;
  padding: 20;
     background-color: #ff0000;
     -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 10px 10px 10px;
height: auto !important;


 }
 .red-box-wrap .red-box {
     font-family: Arial, Helvetica, sans-serif;
     color: #fff;
     font-size: 20px;
     text-align: center;
     text-shadow: 2px 2px #000;

 }

 .red-box h3 {
     font-size: 26px;
 }
.email {
    color: #fff;
    text-decoration: none;
    
}
.email:hover {
    text-decoration: underline;
}

table.familypizza td {
    text-align: left;
	padding-left: 26px;
}