/*!
* VisualEditor Apex theme widget customizations.
*
* @copyright 2011-2016 VisualEditor Team and others; see http://ve.mit-license.org
*/
/* ve.ui.TargetWidget */
.ve-ui-targetWidget {
border: 1px solid #ccc;
border-radius: 0.25em;
}
.ve-ui-targetWidget > .ve-ui-surface {
border-bottom: 1px solid #ccc;
}
.ve-ui-targetWidget > :last-child {
border-bottom: 0;
}