﻿.author p {
    text-align: justify;
    font-size: 11px;
}

.bottomNews {
    /*background: #f5f5f5;*/
    margin-bottom: 15px;
    /*padding: 10px; #778491 */
}
.breakout {
    color: #778491;
}
.story-date-wrapper {
    margin-bottom: 10px;
    color: #778491;
    font-size: 12px;
    width: 100%;
}
.story-content-wrapper p {
    color: #232323;
}
.bottomNews h1 {
    color: #263856;
    font-weight: 600;
    text-align: left;
}
h1 .h1 {
    font-size: 1em;
}
h2 .h2 {
    font-size: 1.5em;
}
h3 .h3 {
    font-size: 1.17em;
}
h4 .h4 {
    font-size: 1em;
}
h5 .h5 {
    font-size: .83em;
}
h6 .h6 {
    font-size: .67em;
}
.bottomNews h4 {
    margin-top: 5px;
    /*color: #848282;*/
}

.news-title {
    /* Removed ny viraj. later will add this only for amp*/
    /*margin: 10px 0 10px 1vw;
    border-top: #CCC solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 10px 0;
    font-family: "Roboto Condensed", "Open sans", Helvetica, arial, sans-serif;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -0.9px;
    line-height: 44px;*/
}

.news-date {
    margin-left: 22px;
}

.journo-img {
    width: 100px;
}

.social-media-imgs {
    max-height: 20px
}

.hr-border {
    border-top: 1px solid #CCC;
    margin-top: 3px;
}

.story-breakout {
    color: #444444;
    padding-left: 12px;
    text-align: justify;
    text-justify: inter-word;
}

.story {
    padding-left: 12px;
}

.div-inline {
    display: inline-block;
}

.author-marg {
    margin-left: 13px;
}

.story {
    font-family: "Open Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.32px;
    line-height: 25.2px;
    text-decoration: none solid rgb(0, 0, 0);
    text-align: start;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    word-spacing: 0;
    color: #000000;
}

.tags-ul{
    /*list-style: none;*/
}
.tags-ul li{
    display: inline-block;
    margin-right: 5px;
}

.goto-article {
    color: #fff;
    background: #3064ab;
    padding: 3px;
    margin-top: 5px;
}
  