﻿a.investor-card
{
    display: block;
    position: relative;
    color: #150d0a!important;
    padding: 10px;
}
a.investor-card .investor-date
{
    font-weight: bold;
}
a.investor-card .investor-date, a.investor-card .investor-card-subtitle
{
    font-size: .8rem;
}
a.investor-card strong
{
    color: #8cb0d4;
}
a.investor-card:hover
{
    text-decoration: none;
    background-color: rgba(227,228,229,.4);
}
a.investor-card:hover p.h4, a.investor-card:hover a.h4
{
    color: #6e93b8;
}
a.investor-card:hover p.news-card-subtitle
{
    color: #000;
}
.investors-content-box
{
    padding: 15px;
    background-color: rgba(227,228,229,.4);
    border: 1px solid rgba(227,228,229,.95);
    border-radius: 5px;
}
.investors-content-box:hover
{
    text-decoration: none;
}
.investors-content-box.featured-share
{
    justify-content: space-between;
    align-items: center;
}
.investors-content-box.featured-share img
{
    height: 60px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}