#sticky {
    padding: 0.5ex;
    background-color:#fff;
    border-radius: 0.5ex;
}

#sticky.stick {
    margin-top: 0 !important;
	margin-left: -15px;
	margin-right: -15px;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}

#bpf-title {
	margin-top: 5px;
}