/*
+----------------------------------------------------------------+
|																							|
|	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 {
	float:left;
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	margin:0 0 10px 30px;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings > strong {
    border-left: 1px solid;
    float: left;
    font-weight: 400;
    line-height: 17px;
    margin: 0 12px;
    padding: 0 0 0 12px;
}
.post-ratings span{
	display:none !important;
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	float:left;
	padding: 0px;
	margin: 0 2px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}
@media screen and (max-width: 360px){
  .post-ratings{
    margin-left: 2%;
    width: 98%;
  }
  .post-ratings > strong{
    font-size: 14px;
  }
}