/**
 * All your custom CSS should go into this file
 */

body {
   padding-top: 15px;
}

.bg-white {
    background-color: white;
}

.bg-well, .bg-lightgray {
    background-color: rgb(244, 244, 244)
}

