/*
 Theme Name:   earthquakenewstoday4
 Theme URI:    
 Description:  A child theme for Rowling
 Author:       Anders Norén
 Author URI:   
 Template:     rowling
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         gray, black, blue, white, light, dark, two-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  rowling-child
*/

.tablepress img { max-width: 100%; }
@media (min-width:200px) { .tablepress img { width:50px; height:17px !important; } }
@media (min-width:400px) { .tablepress img { width:75px; height:25px !important; } }
@media (min-width:700px) { .tablepress img { width:150px; height:50px !important; } }

@media (max-width:350px) { .tablepress td { font-size: 11px !important; } }

.my_adbox { width:728px; height:100px !important; }
@media (min-width:300px) { .my_adbox { width:100%; height:250px !important; } }
@media (min-width:400px) { .my_adbox { width:100%; height:300px !important; } }
@media (min-width:500px) { .my_adbox { width:100%; height:100px !important; } }
@media (min-width:700px) { .my_adbox { width:100%; height:100px !important; } }
@media (min-width:800px) { .my_adbox { width:100%; height:100px !important; } }
@media (min-width:1080px) { .my_adbox { width:728px; height:100px !important; } }

ins {
	background: #ffffff;
}

#map {
	height: 400px;
    width: 100%;
}


/* Header ----------------------------------------- */

.blog-description {
	color: #fff;
}

.blog-title {
	text-shadow: 0 2px 0 #111;
}


/* Page Title --------------------------------------- */

.page-title {
	border-bottom: 2px solid #ddd;
	margin-bottom: 40px;
	text-align: center;
}

.page-title h4, .page-title h1, .page-title h2,
.page-title p {
	font-size: 0.85rem;
	line-height: 110%;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.page-title h4, .page-title h1, .page-title h2 {
	float: left;
	padding: 0 0 10px;
	border-bottom: 2px solid #0093C2;
	margin-bottom: -2px;
}

.page-title p { float: right; }

.page-title p .sep {
	margin: 0 5px;
	color: #AAA;
}


/* Post Media --------------------------------------- */


/* Tables --------------------------------------- */

.post-content table tbody > tr:nth-child(odd) > td { background: #ffffff; }
