/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.wp-block-table {
	width:100%;
}

.wp-block-table table {
	width:100%;
}

.wp-block-table tr:nth-child(odd) {background-color:#efefef;}
.wp-block-table tr:nth-child(odd):hover td {background-color:#CCCCCC;}
.wp-block-table tr:nth-child(even) {background-color:#e9e9e9;}
.wp-block-table tr:nth-child(even):hover td {background-color:#CCCCCC;}

.wp-block-table td{
	vertical-align:middle;
	border:0px dotted #000000;
	text-align:center;
	padding:6px 3px 6px 3px;
	font-size:12px;
    font-family: Roboto, sans-serif;
	font-weight:normal;
	color:#000000;
    height:20px;
}

.wp-block-table th{
	background-color:#b91807;
	text-align:center;
	border:0;
	font-size:14px;
    font-family: Roboto, sans-serif;
	font-weight:700;
	color:#ffffff !important;
}

span .category-joe-blogs-f1 {
        background-color: #021e44 !important;
        color: #FFF !important;
}

.jeg_breakingnews a{color:#FFF}

.jeg_news_ticker{background:#000;border:1px solid #000;}

.ctable.tablepress td{vertical-align: middle;}

.ctable.tablepress .flag_img{
	height: auto;
	width: auto;
	max-height: 20px;
	max-width: 40px;
}