﻿body {
   padding-top: 80px;
   padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */

.body-content {
   padding-left: 15px;
   padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea { max-width: 280px; }

ul { padding-left: 1rem; }

li {
   list-style: none;
   display: block;
}

li:hover { background-color: whitesmoke; }

li a, li a:hover {
   text-decoration: none;
   color: black;
   display: block;
}

.navbar {
   background-color: #DC4646;
   color: white;
}

.navbar-header { width: 100%; }

input[type="checkbox"] { margin-left: 0 !important; }