/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.prognostika-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.prognostika-table th, .prognostika-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.prognostika-table thead {
    background-color: #28a745; 
    color: white;
    font-weight: bold;  */
}

.prognostika-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.prognostika-table tbody tr:nth-child(even) {
    background-color: #f8f8f8; 
}

.prognostika-table tbody tr:hover {
    background-color: #e2e2e2; 
}
