/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 40px;
    padding-bottom: 20px;
}

.top-buffer { margin-top:20px; }

.href-dotted {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.href-dotted:hover {
    text-decoration: none;

}