/* 
 * !! Remove the Bootstrap default CSS styles !!
*/

.leftCol .well,
.rightCol .well,
.breadcrumb,
.site-heading,
.site-footer {
  min-height: auto;
  background:none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter:none;
}
.navbar-inner {
  min-height: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.pagination a, 
.pagination span.current {
  float:left;
  border:none;
  padding: 0 4px;
  line-height: 18px;
}
.pagination li:first-child a {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.pagination li:last-child a {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
