@charset "utf-8";
@import url("Bookings.css");
/* CSS Document */
table {
    width: 100%;
    border-collapse: collapse; /* Optional: to remove spacing between cells */
    text-align: center;
}
tbody tr td {
}


th, td {
    border: 0px solid white; /* Optional: to add a border to table cells */
    padding: 5px;            /* Optional: to add padding to table cells */
}
