/*
WordPress Go Exercise plugin stylesheet
Developed by Go Exercise

Use the following classes to style your Go Exercise list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.goex-no-data {
}

/* UL - Go Exercise container styles */
.goex-list {	
}

	/* LI - Post container styles */
	.goex-list li {
		overflow: hidden;
		float: none;
		clear: both;
	}
	
	/* Styles for the list in view */
	.goex-list li.current {
	}
	
		/* Thumbnail styles */
		.goex-thumbnail {
			display: inline;
			float: left;
			margin: 0 5px 0 0;
			border: none;
		}

		/* Title styles */
		.goex-post-title {
		}
		
		/* Excerpt styles */
		.goex-excerpt {
		}
		
		/* Stats tag styles */
		.goex-meta, .post-stats {
			display: block;
			font-size: 0.8em;
			font-weight: bold;
		}
			
			/* Comments count styles */
			.goex-comments {
			}
			
			/* Views count styles */
			.goex-views {
			}
			
			/* Author styles */
			.goex-author {
			}
			
			/* Post date styles */
			.goex-date {
			}
			
			/* Post category styles */
			.goex-category {
			}
		
		/* WP-PostRatings styles */
		.goex-rating {
		}