You open template_css.css file in templates/ja_nerine/css folder :
With user 1, 2, 5 module you change in find following code section at about line 1016 :
#ja-topsl div.moduletable {
background:transparent none repeat scroll 0%;
border:2px solid #F5F5F8;
margin:0pt;
padding:10px;
}
with user6, user7, user8, user9 module you change in :
#ja-botsl div.moduletable {template_css.css (line 1066)
background:transparent none repeat scroll 0%;
margin:0pt;
padding:5px 15px;
}
example :
#ja-topsl div.moduletable {
font-size:9px;
background:transparent none repeat scroll 0%;
border:2px solid #F5F5F8;
margin:0pt;
padding:10px;
}