/* A hírek megjelenését igazítja ki a News oldalon */

.view-content img {
    width: 50% !important;
    float: left;
    margin-right: 20px;
}

@media only screen and (max-width: 500px) {
    .view-content img {
    width: 100% !important;
    float: none;
    }
}

.view-content .last-modified {
    display:none;
}

.node-readmore.first.last {
    background-color: rgb(168, 175, 179); 
    border: none; 
    color: white; 
    padding: 10px 20px; 
    text-align: center; 
    text-decoration: none; 
    text-transform: uppercase; 
    display: inline-block; 
    letter-spacing: 2px; 
    border-radius: 12px; 
    cursor: pointer;
}

.node-readmore.first.last:hover {
    background-color: rgb(51, 122, 183);
}

.node-readmore.first.last a {
    color:white !important;
}

.links.list-inline a:hover {
    text-decoration:none;
}