﻿.controlGroup {
    justify-content: space-between;
}

.chooseNewsType {
    flex-grow: 1;
    flex-basis: 50%;
}

span.totalNumOfNews {
}

div.eachNews {
    border-bottom: dashed 1px #b6b5b5;
    line-height: 2rem;
    padding: 5px 0 5px 0;
}

a.newsLink {
    color: #000000;
    text-decoration: none;
}

img.thumbnails {
    max-width: 100%;
    height: auto;
}

span.date {
    display: block;
    font-size: 0.8rem;
}

span.caption {
    display: block;
}

span.description {
    display: block;
    font-size: 0.8rem;
}

a.attachment {
    display: block;
}
