@charset "UTF-8";
/* CSS Document */

/* if the card solution is selected, these apply */
.news-title {
    font-family: 'Times New Roman', serif;;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}
.card {
    border-radius: 0 !important;
    background-image: url("../images/news-texture-bg.png");
    background-size: cover;
}

.card-text {
    line-height: 20px;
}


 .btn-primary-news, .btn-primary-news:visited {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: black;
    }

.btn-primary-news:hover, .btn-primary-news:active {
    background-color: #dddddd !important;
    border-color: #dddddd !important;
    color: black;
    }

/* if the standard table solution is kept, then this applies */
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #b5c8d7;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #7f94a5;
}

.news-text {
    color: #000000 !important;
}

.news-text:hover {
    color: #ffffff !important;
}
.clickable {
    cursor: pointer;
}
