/*
*Add custom Styles here
*/
.eventplanner input[type="submit"]{
    color: black !important;
    background-color:#eee !important;
}
.eventplanner input[type="submit"]:hover {
    background-color: grey !important;
    color: white !important;
}