/*
Theme Name: gp3
Theme URI: https://daharper.me/
Description: The third incarnation of GamePress. 100% Pure Awesomeness!
Version: 1.01
Author: Dan Harper
Author URI: https://danharper.me
Tags: gaming, review, news, blog, magazine, previews, reviews, screenshots, movies, game, games
*/


/****************************** NOTE ******************************
 * 
 * If you're only making small CSS edits, add them to the
 * css/custom.css file, overwriting whatever styles you wish.
 * 
 * That way, if you update the theme, your custom styles will
 * remain intact :)
 * 
******************************************************************/


/**
 * Basic classes
**/
.clear { clear: both; }
.hidden { display: none; }
.alignleft { float: left; margin: 0 20px 15px 0; }
.alignright { float: right; margin: 0 0 15px 20px; }
.aligncenter { margin: 0 0 15px 0;}

.related-item { float:left; margin-right:12px; width: 130px; position: relative; }

div.related-item:last-child { margin-right:0; }

.related-item img { margin-bottom:6px; }

.related-item h2 a { font-family: 'Droid Sans', sans-serif; font-size:12px; color:#333; font-weight:bold; }

.related-item span { top: 46%; right: 5%; }

/**
 * General
**/
body {
	background: url("images/bg.jpg") no-repeat;
	background-color: #FFE83F;
	font-family: "Droid Sans";
	font-smoothing: antialiased;
}

.twtr-tweet-text {
    font size: 105%;
    font-family: "Droid Sans";
    }

.twtr-hd{
    font-family: "Droid Sans";
    }

h1, h2 {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 32px;
	line-height: 1.1em;
	margin-bottom: 15px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	color: #db7db0;
	text-decoration: underline;
}

#meta{
width: 280px;
height: 60px;
}

.facebook a {
width: 60px;
height: 61px;
display: block;
background: url('https://www.vgamingnews.com/images/facebook.png') 0 0 no-repeat;
text-decoration: none;
float: right;
padding-left: 10px;
}
.facebook a:hover { 
background-position: 0 -61px;
text-decoration: none;
}

.twitter a {
width: 60px;
height: 61px;
display: block;
background: url('https://www.vgamingnews.com/images/twitter.png') 0 0 no-repeat;
text-decoration: none;
float: right;
padding-left: 10px;
}
.twitter a:hover { 
background-position: 0 -61px;
text-decoration: none;
}

.rss a {
display:block;
width: 60px;
height: 61px;
background: url('https://www.vgamingnews.com/images/rss.png') 0 0 no-repeat;
text-decoration: none;
float: right;
padding-left: 10px;
}
.rss a:hover { 
background-position: 0 -61px;
text-decoration: none;
}

.youtube a {
display:block;
width: 60px;
height: 61px;
background: url('https://www.vgamingnews.com/images/youtube.png') 0 0 no-repeat;
text-decoration: none;
float: right;
padding-left: 10px;
}
.youtube a:hover { 
background-position: 0 -61px;
text-decoration: none;
}

/**
 * Header
**/
#header {
	margin: 0px auto;
	height: 110px;
	overflow: hidden;
	background: url('images/header.jpg') no-repeat #c3c3c3;
	width: 980px;
}


#header .search-input-text {
	display: block;
	float: right;
	margin: 20px 20px 0 0;
	width: 300px;
	background: rgba(228, 228, 228, 0.4);
	border-bottom: 1px solid rgb(228, 228, 228);
	color: #aaaaaa;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 10px;
}

/**
 * Wrapper
**/
#wrap {
	background: #DEFEEF;
	-moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	width: 980px;
}


/**
 * Navigation
**/
#nav {
	background: url("images/nav.png") repeat-x #DEFEEF;
	padding: 0 -20px;
	width: 980px;
}

#nav ul {
	margin: 0;
}

#nav ul li {
	display: inline;
	font-size: 25px;
	font-family: 'Droid Sans', sans-serif;
	line-height: 25px;
	margin: 0 0 0 -3px;
}

#nav ul li:first-child {
	margin: 0;
}

#nav ul li a {
	color: #fff;
	display: inline-block;
	outline: none;
	padding: 15px 20px;
	text-decoration: none;
}

#nav ul li.current_page_item a, #nav ul li a:hover {
	background: url("images/nav-hover.png") repeat-x #FF9933;
}

#nav ul li ul {
	/* Drop-down menu support may come soon */
	display: none;
}

.toggle-nav {
    display: none !important;
}

@media screen and ( max-width: 580px ) {
    .toggle-nav {
        display: inline-block !important;
    }
}

@media screen and ( max-width: 580px ) {
    .toggle-nav {
        display: inline-block !important;
        float: right;
        margin: 25px;
        font-size: 2em;
        transition: color linear 0.15s;
    }
         
    a.toggle-nav:link, 
    a.toggle-nav:visited,
    a.toggle-nav:hover, 
    a.toggle-nav:active {
        text-decoration: none;
        color: #fff;
    } 
}

.nav.main {
    display: inline-block;
    position: relative;
    background: #fff;
    text-align: left;
}
     
.nav.main ul {
    display: none;
    position: absolute;
    overflow: auto;
    top: 0px;
    right: 0px;
    z-index: 999;
    padding-right: 15px;
    background: #fff;
}
     
.nav.main ul li {
    float: none;
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    min-width: 200px;
    background: #fff;
    text-align: right;
}
     
.nav.menu li:after { 
    content: none; 
}

/**
 * Featured Post Slider
**/
#slider {
	background: url("images/stripe.png") repeat;
	color: #dedede;
	height: 270px;
	margin: 20px;
	overflow: hidden;
	position: relative;
	text-shadow: #000 4px 4px 6px;
}

#slider .slide {
	height: 270px;
}

#slider .selected {
	display: block;
}

#slider .slide .wrap {
	background: url("images/trans.png") repeat;
	display: block;
	height: 231px;
	overflow: hidden;
	padding: 20px 10px;
	position: relative;
	top: -279px;
	left: 640px;
	width: 280px;
}

#slider .slide .wrap div {
	display: block;
	height: 230px;
	overflow: hidden;
	width: 280px;
}

#slider .ui-tabs-hide {
	display: none;
}

#slider h1 {
	font-size: 29px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#slider h1 a {
	color: #fff;
}

#slider .more-link {
	display: none;
}

#slider .controls {
	height: 7px;
	margin: 0;
	position: absolute;
	right: 120px;
	bottom: 8px;
	font-size: 0;
	display: block;
	z-index: 1;
}

#slider .controls li {
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
	width: 7px;
	height: 7px;
}

#slider .controls a {
	background: url("images/slider-off.png") no-repeat;
	display: inline-block;
	height: 7px;
	outline: none;
	text-indent: -9999em;
	width: 7px;
}

#slider .controls li.ui-tabs-selected a {
	background: url("images/slider-on.png") no-repeat;
}


/**
 * Main Content
**/
#news {
	background: url('images/content-background.png');
	padding: 10px;
}

#news-border{
	border: 1px solid #CC0000;
}

#metap {
			color: #545555;
			font-size: 0.8em;
			margin-bottom: 10px;
			}

#content {
	float: left;
	overflow: hidden;
	padding: 20px 0 0 20px;
	width: 620px;
}

#content img{
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
} 

.post {
	margin-bottom: 20px;
}

h1 a {
	color: #000;
	text-decoration: underline;
}

h1 a:hover {
	text-decoration: underline;
}

h1 a:focus {
	color: #000;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin-bottom: 0;
}

.post .clear {
	height: 0;
}

.post img {
	margin-bottom: 15px;
}

.post img.attachment-large,
.post img.size-large,
.post img.wp-post-img,
.post .wp-caption img {
	background: none;
	border: none;
	padding: 0;
}

.post .wp-caption {
	color: #888;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
}

.post .wp-caption img,
.post .wp-caption-text,
.post p img.size-full {
	margin-bottom: 0;
}

.post .wp-caption-text {
	padding: 0 4px;
}

.post .wp-caption img.size-large {
	width: 610px;
}

img.wp-smiley {
	margin-bottom: 0;
}

.post .meta {
	background: url("images/fancy-line.gif") repeat-x center;
	color: #666;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0 15px 0;
	padding-left: 10px;
}

.post .meta p {
	background: url('images/content-background.png');
	display: inline;
	padding: 0 5px;
}

.post .meta span, .post .meta a {
	font-style: normal;
}

.post .meta a {
	color: #666;
	text-decoration: none;
}

.post .meta a:hover {
	text-decoration: underline;
}

blockquote {
	border-left: 3px solid #999;
	color: #222;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
	padding: 7px 15px 7px 15px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

#average{
	float: right;
	top: 5px;
	border: 1px solid black;
}

/**
 * Meta data on 'Single' post page
**/
.meta-main {
	color: #666;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
}

.meta-main p {
	margin-bottom: 10px;
	padding-left: 22px;
}

.meta-main a {
	color: #666;
	text-decoration: underline;
}

.meta-main a:hover {
	text-decoration: underline;
}

.meta-main p.tags {
	background: url("images/tag.png") no-repeat left center;
	}

.meta-main p.categories {
	background: url("images/category.png") no-repeat left center;
}

.meta-main span.author {
	background: url("images/author.png") no-repeat left center;
	padding-left: 20px;
}

.meta-main p.datetime {
	background: url("images/datetime.png") no-repeat left center;
}

.meta-main p.games {
	background: url("images/gear.png") no-repeat left center;
}

.marabove {
	margin-top: 10px;
}


/**
 * "Read More" link
**/
a.more-link {
	border-bottom: 1px solid #858585;
	color: #858585;
	font-family: 'Droid Sans', sans-serif;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 4px;
	text-transform: lowercase;
	text-decoration: underline;
}

a.more-link:hover {
	border-bottom: 2px solid #858585;
	text-decoration: underline;
}


/**
 * Pagination & 'Fancy Line'
**/
.pagination a {
	color: #858585;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
}

.fancy-line {
	background: url("images/fancy-line.gif") repeat-x center;
	clear: both;
	color: #858585;
	font-family: 'Droid Sans', sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
	height: 5px;
	display: block;
}

.fancy-line p {
	background: #fff;
	display: inline;
	margin: 0;
	padding: 0 7px;
}

.fancy-line span {
	font-style: normal;
}


/**
 * Game Summary
**/
.game-summary {
	display: block;
	margin-bottom: 30px;
}

.game-summary.embed {
	margin-bottom: 60px;
}

.game-summary img.boxart, .game-summary div.boxart img {
	float: left;
	margin: 0 25px 15px 0;
}

.game-summary h1 span {
	color: #aaa;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.game-summary h1 span a {
	color: #aaa;
}

.game-summary h1 span.xbox {
	color: #336600;
}

.game-summary ul#meta {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	margin: 0 0 15px 190px;
	padding: 7px 10px;
}

.game-summary ul#meta a {
	color: #121212;
	text-decoration: none;
}

.game-summary ul#meta a:hover {
	text-decoration: underline;
}

.game-summary ul.noboxart { margin-left: 0 !important; }

.game-summary ul#meta li {
	background: #fff;
	line-height: 1em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px;
}

.game-summary ul#meta li:last-child {
	margin: 0;
}

.game-summary ul#meta li span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

/**
* Review Summary
**/

.review-summary {
	display: block;
	margin-bottom: 30px;
}

.review-summary.embed {
	margin-bottom: 60px;
}

.review-summary img.boxart, .review-summary div.boxart img {
	float: right;
	margin: 0 25px 15px 0;
}

.review-summary h1 span {
	color: #aaa;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.review-summary h1 span a {
	color: #aaa;
}

.review-summary h1 span.xbox {
	color: #336600;
}

.review-summary ul#meta {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	margin: 0 0 15px 190px;
	padding: 7px 10px;
}

.review-summary ul#meta a {
	color: #121212;
	text-decoration: none;
}

.review-summary ul#meta a:hover {
	text-decoration: underline;
}

.review-summary ul.noboxart { margin-left: 0 !important; }

.review-summary ul#meta li {
	background: #fff;
	line-height: 1em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px;
}

.review-summary ul#meta li:last-child {
	margin: 0;
}

.review-summary ul#meta li span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}


/**
 * Game Summary navigation (eg. News, Reviews, Previews)
**/
ul#game-nav {
	background: url("images/game-nav.png") repeat-x #0a0a0a;
	border: 1px solid #000;
	margin: 0 0 20px 0;
}

ul#game-nav li {
	display: inline;
	font-size: 22px;
	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 1em;
	margin: 0 0 0 -4px;
}

ul#game-nav li:first-child {
	margin: 0;
}

ul#game-nav li a {
	color: #fff;
	display: inline-block;
	outline: none;
	padding: 8px 12px;
	text-decoration: none;
}

ul#game-nav li.current a, ul#game-nav li a:hover {
	background: url("images/game-nav-hover.png") repeat-x #3e3e3e;
}

.no-items {
	font-style: italic;
}


/**
 * Review rating (large)
**/
.rating-main {
	background: url("images/fancy-line.gif") repeat-x center;
text-transform:capitalize;
}

.rating-main div, .rating-small {
	background: #fff;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	font-family: 'Droid Sans', sans-serif;
	font-size: 30px;
	line-height: 0.8em;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	width: 85px;
	text-transform:capitalize;
}

.rating-main p, .rating-small p {
	padding-bottom: 15px;
text-transform:capitalize;
}

.rating-main span, .rating-small span {
	color: #5a5a5a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
text-transform:capitalize;
}


/**
 * Review rating (small)
**/
.rating-small {
	display: block;
	float: right;
	margin: 0 0 15px 30px;
text-transform:capitalize;
}

.rating-small p {
	margin-bottom: 0;
text-transform:capitalize;
}


/**
 * Table of reviews/previews
**/
table.reviews {
	border: 1px solid #ececec;
	width: 100%;
}

table.reviews thead th {
	background: url("images/stripe.png") repeat;
	border-bottom: 1px solid #ececec;
	font-size: 15px;
}

table.reviews thead th {
	padding: 5px;
}

table.reviews a.asc, table.reviews a.desc {	display: none; }

table.reviews td {
	padding: 5px 10px;
	text-align: center;
}

table.reviews td.title {
	text-align: left;
}

table.reviews td.date {
	font-size: 14px;
	font-style: italic;
}

table.reviews td.console {
	font-size: 14px;
	font-style: italic;
}

table.reviews td.rating {
	color: #5a5a5a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
}


/**
 * Comments
**/
div.comments {
	margin-bottom: 60px;
}

div.comments h3#comments {
	margin-bottom: 10px;
}

div.comments li {
	list-style: none;
	margin: 0;
}

div.comments li div.comment {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	position: relative;
}

div.comments li:nth-child(even) div.comment {
	background: #fff;
}

div.comments li div.comment img {
	float: left;
	margin-right: 15px;
}

div.comments li div.comment .main {
	margin-left: 95px;
}

div.comments li div.comment .main img {
	float: none;
	margin: 0;
}

div.comments li div.comment .author {
	font-size: 19px;
	font-weight: bold;
	margin: 0;
}

div.comments li div.comment .author a {
	color: #121212;
}

div.comments li div.comment .datetime {
	color: #5a5a5a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

div.comments li div.comment p:last-child {
	margin-bottom: 0;
}

div.comments li div.comment .reply,
div.comments li div.comment .edit {
	background-color: #fff;
	border: 1px solid #ececec;
	border-right: none;
	border-top: none;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 0;
	text-transform: lowercase;
	top: 0;
}

div.comments li div.comment .edit {
	border-top: 1px solid #ececec;
	top: 24px;
}

div.comments li div.comment .reply a,
div.comments li div.comment .edit a {
	color: #999;
	text-decoration: none;
}

div.comments li div.comment .reply a:hover,
div.comments li div.comment .edit a:hover {
	color: #5a5a5a;
}

div.comments ul li ul {
	border-left: 1px solid #e4e4e4;
	padding-left: 20px;
}


/**
 * Comment Form
**/
#respond {
	clear: both;
}

#respond h3 {
	margin-bottom: 5px;
}

#respond h3 a {
	color: #121212;
}

#respond h3 span a {
	color: #5a5a5a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
	padding-left: 2px;
	text-transform: lowercase;
}

#respond form p.item {
	clear: both;
	overflow: hidden;
}

#respond form p.submit input {
	width: 100px;
}

#respond form label {
	color: #666;
	float: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 7px 0;
	text-align: right;
	vertical-align: middle;
	width: 80px;
}

#respond form input {
	float: right;
	width: 510px;
}

#respond form a.username {
	color: #121212;
}

input, textarea {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ddd;
	color: #666;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 10px;
}

textarea {
	overflow: auto;
	width: 598px;
}

input:hover, textarea:hover {
	border: 1px solid #ccc;
}

input:focus, textarea:focus {
	border: 1px solid #bbb;
	-moz-box-shadow: 0 0 10px #e4e4e4;
	-webkit-box-shadow: 0 0 10px #e4e4e4;
	box-shadow: 0 0 10px #e4e4e4;
}

input[type="text"] {
	font-style: italic;
}

input[type="submit"] {
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
}


/**
 * Sidebar & Widgets
**/
#sidebar {
	float: right;
	padding: 20px 20px 0 0;
	width: 300px;
}

.widget {
	background: url("images/content-background.png") repeat;
	border: 1px solid #CC0000;
	line-height: 1em;
	margin-bottom: 10px;
	padding: 10px;
}

.widget h3 {
	margin-bottom: 10px;
}

.rsswidget h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: black;
}

.widget ul {
	margin: 0;
}

.widget p, .widget li {
	margin-bottom: 5px;
}

.widget h3, .widget li a, .widget p {
	background: url('images/content-background.png');
	padding: 0px;
}

.widget h3 {
	font-size: 20px;
}

.widget li {
	list-style: none;
	margin-left: 0;
}

.widget li a {
	border-bottom: 1px solid #fff;
	color: #121212;
	display: block;
	text-decoration: none;
}

.widget li a:hover {
	background-color: #f8f8f8;
	border-bottom: 1px solid #dfdfdf;
}


/**
 * Calendar Widget [now this is sexy ;)]
**/
.widget_calendar h3 {
	display: none;
}

table#wp-calendar {
	margin: 0;
	width: 100%;
}

table#wp-calendar a {
	color: #444;
	text-decoration: none;
}

table#wp-calendar a:hover {
	text-decoration: underline;
}

table#wp-calendar caption {
	background-color: #fff;
	color: #444;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

table#wp-calendar thead th {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 10px;
}

table#wp-calendar tfoot td {
	background-color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-style: italic;
	padding: 10px;
}

table#wp-calendar tfoot td#next {
	text-align: right;
}

table#wp-calendar thead {
	padding-bottom: 10px;
}

table#wp-calendar tbody td {
	height: 39px;
	width: 39px;
	margin: 0 1px 1px 0;
	text-align: center;
	vertical-align: middle;
}

table#wp-calendar tbody td a {
	font-style: italic;
	text-decoration: underline;
}

table#wp-calendar tbody td#today {
	font-weight: bold;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.has_link {
	background: url("images/calendar-post.png") repeat;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.has_link a {
	font-style: normal;
	text-decoration: none;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.today {
	background: url("images/calendar-today.png") repeat;
}


/**
 * Footer
**/
#footer {
	background: url("images/nav.png");
	color: #999;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	margin: 10px auto;
	text-shadow: 1px 1px 1px #fff;
	width: 940px;
}

#footer a {
	border-bottom: 1px dotted #999;
	color: #999;
}

#footer a:hover {
	border-bottom: 2px dotted #21759B;
	color: #21759B;
	text-decoration: none;
}

#footer .copyright {
	float: left;
	width: 470px;
}

#footer .credit {
	float: right;
	line-height: 1.4em;
	text-align: right;
	width: 470px;
}

#footer .page_item{
	float: right;
	line-height: 1.4em;
	text-align: right;
	width: 470px;
	list-style: none;
}

#footer .credit em {
	font-size: 11px;
	
}

table.tableizer-table {
  border: 1px solid #CCC;
  font-family: "Droid Sans"; 
  font-size: 12px;
  } 

.tableizer-table td {
  padding: 4px;
  margin: 3px;
  border: 1px solid #ccc;
  }

.tableizer-table th {
  background-image: url('https://www.vgamingnews.com/wp-content/themes/gp3/images/nav.png');
  color: #FFF;
  font-weight: bold;
  }