/**
* css/announcements.css
*
* Copyright (c) 2018 Vitaliy Bezsheiko
* Distributed under the GNU GPL v3.
*
* @brief For rendering announcements
*/

.announcements-wrapper {
    background-color: #6c757d;
    color: white;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 40px;
}

.announcements-wrapper p {
    margin: 0;
}

.announcement-title a {
    font-family: Alegreya, serif;
    color: #000;
    font-size: 17px;
}

.announcement-title {
    font-family: Alegreya, serif;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-top: 0;
}

.obj_announcement_full {
    margin-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
}

.announcement-summary {
    font-size: 14px;
}