﻿.news {
    margin-bottom: 15px;
}

.newsTitles {
    font-size: 16px;
    color: #666;
}

    .newsTitles:hover {
        font-size: 16px;
        color: #666;
        text-decoration: none;
    }

.extraInfo {
    margin-bottom: 25px;
}

.addPodLink {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}

    .addPodLink:hover {
        font-size: 18px;
        text-decoration: none;
        color: #000000;
    }

.viewMoreLink {
    text-decoration: none;
    color: #031225 !important;
    font-size: 20px;
    padding: 0.3em 1em;
    border: 2px solid;
    font-weight: 500;
    line-height: 1.7em !important;
    border-radius: 3px;
}

    .viewMoreLink:hover {
        text-decoration: none;
        color: #031225 !important;
        font-size: 20px;
        padding: 0.3em 1em;
        border: 2px solid;
        font-weight: 500;
        line-height: 1.7em !important;
        border-radius: 3px;
        background-color: #e0e0e0;
    }
