  .news-box p {padding-bottom:5px; line-height:150%}
        .news-box h3 {margin-bottom:0px; padding-bottom:10px !important;}
.news-image { margin-right: 20px; border:solid 1px black; border-radius: 5px; }
        .pull-right {
    float: right;
}
                .pull-left {
    float: left;
}
        .list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}
        ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

       .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
       .glyphicon-calendar:before {
  content: "\e109";
}

       .badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
       .news-box hr {  -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: #eee currentcolor currentcolor !important;
    border-image: none !important;
    border-style: solid none none !important;
    border-width: 1px 0 0 !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    box-sizing: content-box;
    height: 0;
    display:block;
       }

.blog-post-title a {text-decoration:none;}