/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2011 Happyworm Ltd
 *
 * This CSS is for the demonstration page
 *
 * Author: Mark J Panaghiston
 * Date: 6th May 2011
 */

.player_body {
	display: flex;

	flex-flow: column;

	/* margin-top: -40px; */
}

.prototype-wrapper {
	/* width:200px; */
	height: 100px;
	margin: 0 auto;
}
