/*
Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved.
Licensed under the terms of the MIT License (see LICENSE.md).
*/
.ccExternalWidget {
    xborder: 1px solid #808080;
    xpadding: 4px;
    xoverflow: auto;
}
.cke_widget_element {
    border: 2px solid black;
    background-color: #4cff00;
}
.cc-title, .cc-content {
	box-shadow: 0 1px 1px #ddd inset;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #fff;
}
.cc-title {
	margin: 0 0 8px;
	padding: 5px 8px;
}
.cc-content {
	padding: 0 8px;
}
.ccExternalWidget.align-right {
	float: right;
}
.ccExternalWidget.align-left {
	float: left;
}
.ccExternalWidget.align-center {
	margin-left: auto;
	margin-right: auto;
}