﻿body {
    color:#FFF;
}
#wl_yearSelectionTable {
    width:100%;
    border-collapse:collapse;
    border:0px;
}
#wl_dropdownTD {
    text-align:right;
}

.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 {
    color: #FFF;
    text-decoration: none;
}
.investor-tabs li>a {
	padding: 7px 17px 7px 17px;
	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 {
	background-color: rgb(48, 204, 213);
    text-decoration: none;
    color: #FFF;
     -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;*/
}
.investor-tabs table {
	border-bottom: 0px solid #E6E6E6;
	/*border-top: none;*/
}

.investor-tabs tr, .investor-tabs td {
    font-size: 0.875rem;
    border-bottom: 0px solid rgba(255,255,255,0.5);
    padding: 10px 0px 10px 0px;
    border-bottom:0px solid #EBEBEB;
}
.investor-tabs td {
	/*text-indent: 25px;*/
    border-top: 0px solid #E6E6E6;
}
.investor-tabs thead {
	background-color: #E6E6E6;
	font-size: 17px;
}
.investor-tabs .wl_date {
	font-weight: bold;
    font-size: 17px; /*30px*/ 
    color: #939393;
    padding-top: 20px;  
    padding-left:5px;
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
}
.investor-tabs td:first-child {
	border-right: 0px solid #FFFFFF !important;
}
.investor-tabs td.wl_tabTD {
    border-right: 0px solid #dedede !important;   
    padding-bottom:0px !important; 
 }
.investor-tabs td.wl_date {
	border-right: none !important;
}
.wl-divider-td {
    width:1px;
    color:white;
}



body {
    font-family: 'Prompt', sans-serif !important;
}

.investor-tabs li > a, .wp-pagenavi a {
    font-weight: 400 !important;
}

#wl_CatOptionsDiv {
    text-align: right;
    border: 2px solid #00b0da;    
}
#wl_catOptions {
    font-family: 'Prompt', sans-serif !important;
    border-radius: 0px;
    width: 80px;
    height: 30px;
    padding: 0px 8px;
    border: 0px solid #999;
    font-size: 15px;
    color: #ffffff;
    background-color: #00b0da;
    border-radius: 0px;
}

.selectYear {
    font-family: 'Prompt', sans-serif !important;
    font-size: 15px;
    color: #00b0da;
    padding: 0px 10px;
}



.wl_tabTD, #wl_dropdownTD {
    border-bottom: 0px solid rgb(48, 204, 213) !important;
    padding: 0px;
    padding-right:10px;
}
#wl_tabUL, #wl_CatOptionsDiv {
    display: inline-block;
}

.wl_headlineTable {
    width: 100%;
    padding: 40px 20px 0px;
}

.displaying-results-div {
    color:#878787;
    font-size:14px;
    padding-bottom:13px;
    display:none;
}

.wl-dataRow-div {
    border: 1px solid #00b0da;
    margin-bottom: 15px;
    color: #fff !important;
    font-size: 14px;
}

.wl-date-div {
    color: #00b0da;
    font-size: 14px;
    text-transform:uppercase;
}

.wl-headlineLink-div {
    color: #fff;
}
    .wl-headlineLink-div:hover {
        color: #003242;
    }

.wl-img-div {
   
}

.wl-dataRow-div:hover {
    background-color: #fff;
    color: #003242 !important;
}

.wl_headlineLink {
    color:#FFF;
}


    .wl_headlineLink:hover {
        color: #003242;
    }


