input[type="email"],input[type="tel"],input[type="text"],input[type="number"] {
    border: none ;
    box-shadow: 0em ;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
        -webkit-box-shadow: inset 0 1px 0 0 white;
}

input[type="button"] {
    color: black;
}
.block-content {
    background-color: white;

}

.ss-event-bookings-base, h1, h2, h3, h4, h5, div, p {
    color: black;
}

.w3-success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}