﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    line-height: 50px;
    background-color: #fefefe;
    margin: 0 -15px;
    padding: 0 15px;
    border: 1px solid #f2f2f2;
    border-top: none;
    border-radius: 4px;
    margin-bottom: 10px;
}

div.sticky .title {
    font-size: 16px;
    font-weight: bold;
}