/* 
    Document   : cbp-editor
    Created on : Apr 19, 2013, 1:06:01 AM
    Author     : Mifuyne
    Description:
        Purpose of the stylesheet follows.
*/

.cbp-editor-container { 
    margin-bottom: 20px;
}

#cbp-editor-dimensions {
	border-width: 1px 0;
	border-bottom-color: #dfdfdf;
}

#cbp-editor-action {
	padding: 5px 0;
	margin: 5px 0;
	border-width: 1px 0;
	border-top-color: #fff;
}

#cbp-iframe-results {
	display: none;
}

#cbp-results {
	width: 100%;
}

.cbp-thumbnail {
	padding: 5px;
}

.cbp-thumbnail li {
	vertical-align: bottom;
	display: inline-block;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.cbp-thumbnail li img {
	margin: 0 auto;
}