tr {
    height: 60px;
}

th {
    text-align: center;
}

th, td{
    vertical-align: middle !important;
}

table {
    border-collapse: separate;
}

thead th {
    position: sticky !important;
    background-color: white;
	border: 1px solid #ddd !important;
    top: 52px;
}

.stripe {
    background-color:#f9f9f9
}

#directions {
    padding: 75px 0;
}
