body {
  background: #ffffff; }

.alert {
  margin: -10px;
  padding: 2px;
  text-align: center; }

.own-content {
  margin-top: 100px; }

.navbar {
  box-shadow: 0px 0px 5px #888; }

.nav a {
  color: white !important;
  font-size: 1.8em !important; }

.thead-own {
  background: #f8f9fa; }

.active-own {
  background-color: #f8f9fa; }

.mark-entry {
  background-color: #ececec; }

.pagination > li > a {
  background-color: white;
  color: black; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: black;
  background-color: #ececec;
  border-color: #ececec; }

.pagination > .active > a {
  color: black;
  background-color: #ececec;
  border: solid 1px #ececec; }

.pagination > .active > a:hover {
  background-color: #ececec;
  border: solid 1px #ececec; }

fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000; }

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none; }

input[type="checkbox"] {
  margin-top: 10px  !important; }
