html, body{
    font-family: "Playfair Display", serif;
    font-size: 16pt;
}
.searchBar{
    background-color: #ffffff;
    box-shadow: 2px 2px 4px #f3f3f3;
    height: 45px;
    padding: 10px 10px 0 0;
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    z-index: 3;
}
.searchPannel{
    margin-top: 55px;
}
.emptyIcon, .brunchIcon, .lunchIcon, .dinnerIcon{
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #26484e;
    display: inline-block;
    font-size: 6pt;
    height: 15px;
    padding: 5px 0 0 0;
    text-align: center;
    width: 15px;

}
.brunchIcon{
    background-color: #12acf4;
    border: 1px solid #cccccc;
    color: #ffffff;
}
.lunchIcon{
    background-color: #178416;
    border: 1px solid #cccccc;
    color: #ffffff;
}
.dinnerIcon{
    background-color: #f10e25;
    border: 1px solid #cccccc;
    color: #ffffff;
}

.expandRessButton{
    background-color: #b92518;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #ffee00;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    padding: 2px 6px;

}

.ressName{
    background-color: #25494f;
    border-top: 1px dashed #cccccc;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    margin: 25px 0 0 0;
    padding: 10px 20px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 55px;
    z-index: 2;
}
.ressAddress{
    font-size: 0.7em;
    font-style: normal;
    font-weight: normal;
}
.menuSection{
    margin: 0 0  20px 0;
}
.menuTimeLabel{
    background: #5f9db1;
    color: #ffffff;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    font-size: 1.5em;
    padding: 0 0 0 20px;
    position: sticky;
    top: 153px;
}
.courseList{
    font-size: 1em;
    line-height: 1.8em;
}
.courseItem{
    font-style: normal;
    font-weight: bold;
    margin: 0 25px;
}
.courseDetails{
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    margin: 0 55px;
    line-height: 1.5em;
}
.course1Label, .course2Label, .course3Label{
    border-top: 3px double #cccccc;
    font-weight: bold;
    font-style:italic;
    margin: 10px 0 0px 10px;
}