table.day_details {
    border-collapse: collapse;
    border: 1px solid #006699;
    clear: both;
    margin-bottom: 1em;
}

table.day_details th,
table.daily_quote th {
    background-color: #006699;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px 10px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 21px;
}

table.day_details td {
    color: #666666;
    padding: 10px 15px;
    border-right: 1px solid #006699;
}

table.daily_quote {
    border-collapse: collapse;
    border: 1px solid #006699;
}

table.daily_quote td {
    padding: 10px 15px;
}

.file {
    text-transform: uppercase;
    font-size: 12px;
    
}
.file-size {
    display: none;
}
.file-icon {
    vertical-align: text-bottom;
}

.node-press-item .field-name-field-subheading {
    font-style: italic;
    font-size: 16px;
    color: #b28c37;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
}