.investor-tabs .active a {
    background-color: #142b3b;  /* Xpedra gold */
}
.investor-tabs .date {
    color: #142b3b;  /* Xpedra gold */
}
table td img {
    vertical-align: middle;
    margin-right: 3px;
}
#wl_headlineDiv {
    font-family: "Lato", sans-serif !important;
    margin:0px;
    font-size: 17px;
}
.investor-tabs li > a, .wp-pagenavi a {
    font-weight: 400 !important;
}
.investor-tabs ul {
    display:none !important;
}
.wl_dateTDNoTab {
    color:#000;
    text-align:left !important;/*text-align:right !important;*/
    width: 1%;
    white-space: nowrap;
    padding-right:40px !important;
    font-size: 14px;
    padding: 10px 0;
    padding-left:0px  !important;
    text-transform:uppercase;
    
}
.nav-links {
    display:none;
}
.investor-tabs td {
    padding-left:0px !important;
    border:0px !important;
    padding-left:0px !important; /*2020*/
    

}
.wl_headlineTable td {
    border-bottom: 0px solid #DEB135 !important; /*1px 2020*/
    padding: 10px 0px;
   
}
a  {
    color:#000;
    text-decoration:none;
    font-size:18px;
}

a:hover {
    color: #142b3b;  /* Xpedra gold */

}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px 20px;
  /*height: 30px;  Should be removed. Only for demonstration */
}

.columnP {
  float: left;
  width: 100%;
  padding: 10px  !important;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.date-div2 {
    display:none;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    
    .column {
        width: 100%;
    }

    .date-div1 {
        display:none;
    }
    .date-div2 {
        display:inline;
    }


}
