@import 'layout-mobile.css';
@import '/stylesheets/popup.css';
@import '/stylesheets/advertise.css';

.title {
    color: #0080C5;
    padding: 50px 0 0;
}

h3 {
    text-align: center;
    padding: 50px 0 0;
}

.st1 {
    font-weight: bold;
    padding: 30px 10px 10px;
    color: red;
    font-size: large;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    opacity: .9;
    font-weight: bold;
}

table {
    padding: 3px;
}

table 
td,
th {
    text-align: right;
    padding: 5px;
    font-size: 15px;
    height: 40px;
}

.news-box {
    padding: 10px;
}

.news-link {
    text-decoration: none;
    cursor: pointer;
    color: red;
}

.news-date {
    font-size: small;
    color: green;
    padding: 0 10px;
}

.rheart {
    color: red;
}


#news-search-icon {
    display: block;
    position: fixed;
    right: 5%;
    top: 76%;
    z-index: 1;
    background-color: rgba(223, 222, 222, 0.7);
    border-radius: 50%;
    padding: 10px;
}

#news-search-icon img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#news-search-icon:hover img {
    opacity: .3;
}

.card {
    color: green;
    background-color: rgb(219, 245, 181);
}

#ask-ad {
    display: none;
}