/* Add here all your css styles (customizations) */

/* Style tables inside rich text content (blog posts, pages) */
.news-body table,
.news-content table,
.panel-body .content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.news-body table td,
.news-body table th,
.news-content table td,
.news-content table th,
.panel-body .content table td,
.panel-body .content table th {
    border: 1px solid #ddd;
    padding: 8px 10px;
    vertical-align: middle;
    line-height: 1.5;
}

.news-body table th,
.news-content table th,
.panel-body .content table th {
    background-color: #1a6da8;
    color: #fff;
    font-weight: 600;
}

.news-body table tr:nth-child(even),
.news-content table tr:nth-child(even),
.panel-body .content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.news-body table tr:hover,
.news-content table tr:hover,
.panel-body .content table tr:hover {
    background-color: #f0f8ff;
}
