﻿
body {
    color: #FFF;
    font-size:15px;
}



.investor-tabs {
    margin-bottom: 1.25rem;
}

    .investor-tabs ul {
        margin: 0;
        padding: 0;
    }

        .investor-tabs ul li {
            display: inline-block;
        }

    .investor-tabs .top-tabs {
        border: 0px solid #dedede;
        margin-right: 0px;
    }

    .investor-tabs .active a, .investor-tabs .active a:hover {
        font-size: 15px;
        color: #FFFFFF; /*FFFFFF 2021*/
        text-decoration: none;
        border: 1px solid #01baff;
        border-radius: 5px;
    }

    .investor-tabs li > a {
        font-size: 15px;
        /*padding: 7px 17px 7px 17px;*/
        padding: 15px 25px 15px 25px;
        display: block;
        -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
        transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out
    }

    .investor-tabs li:not(.active) > a:hover {
        font-size: 15px;
        border: 1px solid #01baff;
        border-radius: 5px;
        background-color: #01baff; /*2021 D9D3CD*/
        text-decoration: none;
        color: #FFFFFF; /*FFF 2019*/
        -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
        transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out
    }

    .investor-tabs .content {
        margin: 0;
        padding: 0;
    }

    .investor-tabs table, .investor-tabs tr, .investor-tabs td {
        border: none;
        border-spacing: 0;
        margin: 0;
        /*padding: 0;*/
    }

.wl_headlineTable  {
    width: 100%;
}

.wl_headlineTable thead {
    background:white;
    color:#333333;
    line-height:40px;
    border-bottom:1px solid #dedede;
    font-weight:bold;
    font-size:15px;
}
.wl_headlineTable td {
    background: white;
    color: #333333;
    line-height: 40px;
    border-bottom: 1px solid #dedede;
    text-align:left;
    font-size:15px;
}
.wl_headlineLink {
    text-decoration: none;
    color: #333333;
}
.wl-date-td {
    text-align: left;
    padding-right:20px;    
    width:150px;
}