@charset "utf-8";

html {
  overflow-y: scroll;
}

a, a:hover {
  color: #00e;
  font-weight: bold;
  text-decoration: underline;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}


p#logo {
  margin: 10px 0;
}

  p#logo a {
    display: block;
    background: url(/images/police-badge.jpg) 0 0 no-repeat;
    height: 101px;
    color: #333;
    padding: 30px 0 0 95px;
    text-decoration: none;
    font-weight: normal;
    font-size: 32px;
  }

  @media (max-width: 768px) {
    p#logo a {
      background-size: auto 100%;
      height: 70px;
      padding: 20px 0 0 65px;
      font-size: 28px;
    }
  }

  p#logo a:hover {
    text-decoration: underline;
  }

div.adsense {
  margin: 10px 0;
}

div.related {
  margin-top: 40px;
}

ul li {
  margin: 3px 0;
}

.table {
  margin-bottom: 30px; 
}

  .table tbody tr td {
    vertical-align: middle;
  }

  table a {
    white-space: nowrap;
  }

nav {
  margin-bottom: 20px;
}

/*box-sizing conflicts with bootstrap*/
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after {
  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus,.gsc-search-button {
  box-sizing: content-box; line-height: normal;
}

div#cse {
  width: 275px;
}

div#cse .gsib_a {
  padding-top: 3px;
}

div#cse .gsst_a {
  padding-top: 7px;
}

footer {
  padding: 30px 0 10px 0;
  font-size: 13px;
}

  footer p {
    text-align: center;
    color: #777;
  }

  footer a, footer a:hover {
    color: #777;
    text-decoration: none;
    font-weight: normal;
  }

  footer a:hover {
    text-decoration: underline;
  }
