/*
Theme Name: ColorMag-Child
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: ColorMag is a perfect responsive magazine style WordPress theme. Suitable for news, newspaper, magazine, publishing, business and any kind of sites. Get free support at http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/colormag/
Template: colormag
Version: 1.1.9
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag-child

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

.rankWrapper {
	max-width: 400px;
}
#secondary .rankWrapper::-webkit-scrollbar {
    width: 12px;
}

#secondary .rankWrapper::-webkit-scrollbar-track {
/*     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
    border-radius: 10px;
    background-color: #e6e6e6;
}

#secondary .rankWrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
/*     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
    background: #dd3333;
}

#secondary .rankWrapper {
	width: 100%;
	max-height: 400px;
	overflow-y: scroll;
	
}


.rankItem {
	float: left;
	clear:both;
	margin-bottom:20px;
	width: 100%;
}
.rankThumb img {
	display: inline-block;
	width: 80px;
	height: auto;
	float: left;
	margin-right: 10px;
}

h3.rankTitle {
	display: inline-block;
	float: left;
	font-size: 18px;
	clear: right;
	padding-bottom: 0px;
	max-width: 185px;
}

.rankContent {
	display: inline-block;
	float: left;
}

.rankItem  p {
	margin-bottom: 0px;
	display: inline-block;
	float:left;
	
}

.thumbs-rating-container {
	float: left;
/* 	clear: both; */
	width: 180px;
}

.thumbs-rating-container > span {
	font-size: 11px;
}

/* Menu icon */
/*  keep       li tag                   div tag */
#adminmenu #menu-posts-game_rank div.wp-menu-image:before {
	background: url('./library/images/custom-post-icon.png') no-repeat;
}