/*
+----------------------------------------------------------------+
|																							|
|	WordPress Plugin: WP-PostRatings								|
|	Copyright (c) 2012 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/wp-postratings/postratings-css.css			|
|																							|
+----------------------------------------------------------------+
*/


.post-ratings {
	display: block;
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 2;
	position: relative;
	font-family: raleway;
    font-size: 14px;
	/* background-color: #ffffff; */
}

.post-ratings-loading {
	display: none;
	height: 22px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 30px;
}

.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
	color: #fff;
}

/* .post-ratings-text{
	display: none!important;
} */

@media(min-width: 767px) {
	.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
		border: 0px;
		padding: 0px;
		margin: 0px;
		width: 40px;
	}
}