 .tigerdaily-logo {
	 margin-top: -25px;
}

/*Turn off back link in event details view on TigerDaily*/
 
.twEDFooter td a {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 9pt;
    color: #007399;
    font-weight: bold;
    text-transform: none;
    display: none!important;
}
 
 /*Hide the dates on TigerDaily articles*/
 .twEDStartEndRange {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 11pt;
    color: #000000;
    text-transform: uppercase;
    white-space: nowrap;
    display: none!important;
}


 
 
.tigerdaily-logo {
    margin-top: -25px;
}

.tigerdaily-logo img {
    width: 100%;
    max-width:700px;
  height: auto;
}

.twDescription {
    /*border-bottom:2px dotted #c9c8c8; */
    margin-top: 10px;
}

/*Fix for bulleted lists in TigerDaily added big spaces*/
.twEDValue ul {
    margin-top: -15px;
    margin-bottom: -15px;
}

