/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 #pi_number_of_people_container{
    margin-top:15px;
    grid-column: 1/3;
 }

 .pisol-dining-booked-error{
    background-color: #dd3333;
    color: #ffffff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    display: block;
 }

 #pisol-pickup-locations{
     grid-row:2/3;
 }