h1 {
  font-size: 1.5rem;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.imageAndText {
  position: relative;
  padding-bottom: 5px;
 }

.imageAndText .col {
  position: absolute;
  z-index: 1;
  top: 37px;
  left: 70px;
}

.title-wrapper {
  background-image: url(https://genky.kentonlibrary.org/images/gradient-title-background.png);
  border-radius: 5px;
  background-color: #F6F6F6;
  border-color: #D2D3D4;
  background-size: auto;
  height: 74px;
}

.navbar {
   margin-bottom: 1rem;
}

.navbar-light, .navbar-nav, .nav-link {
  color: #0B62E4;
  text-decoration: underline;
}

.navbar-light, .navbar-nav, .nav-link:hover {
  text-decoration: none;
}

.disabled {
  text-decoration: none;
  color: #666f76;
}

.page-title-wrapper {
  padding-left: 20px;
  padding-top: 1px;
}

.dbcount {
  text-align: right;
}

.table {
  border-collapse: separate;
}

.table th {
  border: 0px !important;
}

.table td a {
	color: #0B62E4;
}

.row {
  padding-top: 5px;
}

.row-color {
  background: #F5F7F7;
}

.imgBorder {
  border: 1px solid #630;
}

.colorred {
  color: red;
}

.centercontents {
  text-align: center !important;
}

.alldata {
  background-color: #EEE;
}

.display th {
  background-color: #DDD;
}
.display th:hover {
  background-color: #CCC;
  cursor: pointer;
  *cursor: hand;
}

.col-thumb {
  margin-right: 20px;
}

.addtolist {
  color: green;
}

.rmfromlist {
  color: #e50000;
}

.largefont {
  font-size: 16px;
}


@media (max-width: 768px) {
  h1   {
    font-size: 1rem;
  }

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
     text-align: center;
  }
}


