body {
  padding-top: 60px;
  padding-bottom: 40px;
}
.sidebar-nav {
  padding: 9px 0;
}

@media (max-width: 980px) {
  /* Enable use of floated navbar text */
  .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*
* Override default pagination
*/
.pagination ul > li.disabled,
.pagination ul > li.current{
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li:first-child{
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}


.pdf-icon {
        background: url('/img/pdficon_large.png') no-repeat left;
        border:0px;
        width: 32px;
        height:32px;

}
.pdf-icon-small {
        background: url('/img/pdficon_small.png');
        border:0px;
        width: 14px;
        height:14px;

}
