/*------------------------------------------------------------------------
# "Sparky Framework" - Joomla Template Framework
# Copyright (C) 2016 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotThemes
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/* This is a variant of default template style */

.mp_bottom1 .moduletable {
    background-color: #eef0f9;
    padding-bottom: 5px;
  margin : 10px 5px;
  
}

.mp_bottom1 .moduletable div {
  padding : 10px;
  text-align : center;
}

h3 {
  background-color: #4480b2;  
  padding : 5px 10px;
  color:white;
}

.mp_top1 .moduletable {
    background-color: #f2f2f2;
    padding : 10px;
  margin : 15px 0px;
}

