.liveblog-entry-content a { color:blue; }
.DraftEditor-root a {color:blue;}

.liveblog-meta-time{
    color: #fff;
      font-size: 14px;
      font-weight: 700;
      line-height: 19px;
      font-family: "Lato",sans-serif;
      background: #032a62;
      display: inline-block;
      padding: 5px 10px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      position: relative;
  }
  .liveblog-meta-time::before{
    content: "";
    height: 6px;
    width: 6px;
    background: #f44336;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    border: solid 3px #fff;
    padding: 3px;
  }
  .liveblog-feed {
    padding-left: 0;
  }
  .liveblog-entry-heading{
    padding-left: 7%;
    font-size: 18px;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .liveblog-entry-content{
    padding-left: 7%;
  }
  .liveblog-entry-content p {
    font-size: 17px;
    line-height: 1.6;
  }
  .liveblog-feed:before {
    left: 16px;
  }
  .liveblog-entry-content p strong{
    font-weight: 500;
  }
