#find-event {
    margin: 20px;
}

#find-event-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

#find-event-form div {
    margin-bottom: 10px;
}

#events-map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

 .gm-style .gm-style-iw-c{
    background-color: white;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 7px 0px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .5);
}
.gm-style-iw-d  .button{
    line-height:35px !important;
}

 .gm-ui-hover-effect{
    height:30px !important;
    width: 30px !important;
    margin-bottom:10px !important;
}
#events-table {
    width: 100%;
    border-collapse: collapse; 
    height:1000px;
    overflow: scroll;
   display:block;
}

#events-table th, #events-table td {
    border: 0px solid #ddd;
    padding: 8px;
    font-size:.85em;
}

#events-table th {
    background-color: #f2f2f2;
    text-align: left;
    font-size:.9em;
}
#events-table tbody tr:nth-child(odd)  { background-color: #ffffff; }
#events-table tbody tr:nth-child(even) { background-color: #f6f8fb; }