.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: small;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
}
body > .container {
    padding: 60px 15px 0;
}
#breadcrumb-header {
    display: flow-root;
}
.breadcrumb-item {
    float: left;
}
.breadcrumb-item-right {
    float: right;
}
.breadcrumb-item+.breadcrumb-item-right::before {
    content: none;
}
.lawngreen {
    color: lawngreen;
}
.tomato {
    color: tomato;
}
.gold {
    color: gold;
}
table.table-results > caption {
    caption-side: top;
}
p {
    margin-bottom: 0;
}
