table.table.table-striped.table-bordered.table-condensed thead {
    display: none;
}

table.table.table-striped.table-bordered.table-condensed, table.table.table-striped.table-bordered.table-condensed td {
    border: 0px;
}

a.eb-button-button-link.btn {
    display: none;
}

input[name="btnBack"] {
    display: none !important;
}


@media (max-width: 450px) {
input#last_name {
    width: 100%;
}
}

/* this adds space below the "Upcoming Events" page title on Events page */
h1.eb-page-heading.visible.visible-first {
    margin-bottom: 40px !important;
}