/*
Theme Name:     Newspaper 7 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:        7.2c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.table-responsive thead{
	background:#4db2ec;
	border:1px solid #4db2ec;
}
.table-responsive table tbody{
	border:2px solid #4db2ec;
}
.table-responsive table td{
	border:1px solid #4db2ec;
}
.table-responsive table th{
	border:1px solid #4db2ec;
}
.table-responsive table {
	border:2px solid #4db2ec;
}
.table-responsive tr:nth-child(even) {
	background:#ededed;
}