.tab-pane{
    display: block !important;
}

.fade {
    opacity: 1.0;
}

h1 {
    margin-top: 50px;
}

a:link:after, a:visited:after {
  content: "";
}

td, th {
    padding: 5px 10px;
}

footer {
    display: none;
}
header {
    display: none;
}

.modal-dialog {
    display: none;
}

/* AGENDA EVENTS */
#attendees-group .grp-related-remove {
    display: none !important;
}

#attendees-group .related-lookup {
    display: none !important;
}

#attendees-group .add-another{
    display: none !important;
}

#attendees-group .customer {
    width: 50%;
}

#attendees-group .grp-autocomplete-wrapper-fk input.ui-autocomplete-input {
    padding-right: 55px;
    height: 45px;
    width: 650px;
    font-size: 20px;
}
