.newsContent {
    /*width:100%;*/
}
.newsItem {
    /*padding-bottom: 15px;
    border-bottom: 1px solid black;
    padding-top: 15px;*/
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
}
.publicNewsCheckbox {
    padding-left: 0px;
}
p.newsMeta {
    font-weight: bold;
    margin-top: 0.5em;
}
.newsImages {
    text-align: center;
    margin-top: 10px;
}
.newsImage {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    max-height: 300px;
}
@media (min-width: 768px) {
    .publicNewsLabel {
        padding-left: 15px;
    }
    .newsItemControl {
        text-align: right;
    }

    .newsImages {
        text-align: right;
    }
}
