﻿a.eachPress {
    display: block;
    text-decoration: none;
    color: #000000;
    line-height: 2rem;
    border-bottom: dashed 1px #b6b5b5;
}

div.dateAndCompany {
    display: flex;
    flex-direction: row;
}

div.publishDate
{

}

div.company {
    flex-grow: 1;
    flex-basis: 80%;
}

div.caption
{
    font-size : 1.2rem;
    font-weight : 700;
}

p.description {
    font-size: 0.8rem;
}
