table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

table, th, td {
    border: 1px solid #ceceff;
    border-width: 1px 1px 1px 1px;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}

/* Header row styles */
table th {
    background-color: #0074e4; /* Blue background color */
    color: #fff; /* White font color */
    font-weight: bold; /* Bold font */
}

/* Feature Block Styles */
.featured_item {
    background-color: #FFFAE0;
    border: 1px solid #ceceff;
    border-width: 1px 1px 1px 1px;
    color: #FF6A00;
    font-weight: bold;
    font-style: italic;
}

.featured_item a {
    color: #FF6A00;
    font-weight: bold;
}

.featured-image {
    width: auto;
    max-height: 70px;
    position: relative;
    clear: both;
}