Hi,
Please remove or at least modify this lines from plugins/system/jat3/jat3/base-themes/default/css/template.css
.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { background: 0 !important; border: 0 !important; }
to this
.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { background: 0 ; border: 0 ; }
otherwise we can not override this lines because of !important declaration.
I know that we can chage ourselves but if you don’t change it we must to do that any time you update the plugin.
So this will be very annoying.