/**
*
* @package JVA - MODx commands
* @version $Id$
* @author 2011-2020 KillBill
* @copyright (c) 2014-2020 https://jv-arcade.com/ - https://jv-arcade.com/contact
* @license https://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

.jv_modx_wrapper {
	border: solid 1px #999999;
	border-radius: 8px;
	margin-bottom: 10px;
}

.jv_modx_content {
	background-color: #D6E6F6;
	padding: 6px 10px;
	border-radius: 8px;
}
