html {
    position: relative;
    min-height: 100%;
}

body { 
    margin-top: 56px;
    margin-bottom: 60px;
    background-color: #d8d8d8;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: #fff;
    background-color: #2b2b2b;
}

div.footer-content {
    height: 60px;
}

nav.navbar {
    background-color: #fff;
}

img.logo {
    height: 40px;
}

div#back {
    width: 40px;
    height: 38px;
}

div.cover-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div.cover-title {
    width: 100%;
    font-size: large;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    background-color: #fff;
    margin-bottom: 12px;
}

img.food-thumbnail {
    width: 60px;
    height: 60px;
}

div.food-list-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
}

div.food-list-price {
    position: absolute;
    top: 9px;
    right: 13px;
    white-space: nowrap;
    font-size: small;
}

div.category-list-container, div#food-list-container {
    padding-bottom: 20px;
}

div#food-detail-container {
    display: none;
    padding-bottom: 20px;
}

div#food-desc {
    text-align: justify;
}

div#food-price {
    font-weight: bold;
}