h1 {
    font-size: 5.0rem;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-align: left;
    color: #222;
}

article {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2.0rem;
    color: #222;
    line-height: 1.5;
}

article p {
    max-width: 750px;
}

article .lead {
    color: #002f5f;
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.5;
    max-width: 750px;
}

article .source {
    font-size: 1.4rem;
}

.latest_outer {
    display: block;
    padding-right: 14px;
    margin-top: 7px;
    height: 700px;
    overflow: hidden;
    overflow-y: scroll;
}

.latest {
    list-style: none;
    margin: 0;
    padding: 0;
}

.latest li {
    color: #002F61;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 10px 0;
    border-bottom: 1px solid #BACDE0;
}

.latest li a {
    color: #002F61;
}

ul.sm_icons {
    float: right;
    list-style: none;
    margin: 0 0 0 14px;
    padding: 0;
}

ul.sm_icons li {
    display: inline-block;
    margin-left: 10px;
}

ul.sm_icons li svg {
    width: 40px;
    height: 40px;
    cursor: pointer;
    fill: #002F61;
}

.box_share {
    font-size: 2.0rem;
    line-height: 50px;
    color: #002F61;
}

.timepub {
    color: #999;
    font-size: 1.6rem;
    line-height: 50px;
}

.box_magazyny {
    display: block;
    width: 1064px;
}

.author {
    color: #002F61;
    font-weight: 700;
    margin-right: 14px;
}

.titleExpose
{
	color: red;
}