/*
+----------------------------------------------------------------+
|                                                                |
|   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 {
    width: 216px;
    padding: 0.3em 1em;
    color: #888889;
    border: solid 1px #ccc;
	margin: 0px 0px 30px 0px;
	border-radius: 0px;
	}

@media screen and (max-width: 414px) {
	.post-ratings {
		width: 266px;
		height:70px;
		margin: 36px 0px 0px 0px;
	}
}

@media screen and (max-width: 334px) {
	.post-ratings {
		width: 266px;
		height:70px;
		margin: 36px 0px 0px 0px;
	}
}
.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;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}