/* Module Block Layout */
@media (max-width: 767px) {
  div.theme-center { float:center; text-align: center; }
}

@media (min-width: 768px) {
  div.theme-center { float:left; margin-top: -11px; }
}

div.theme-center .module {  }

div.theme-center .module-title {

}

div.theme-center .module_top{  }

div.theme-center .module_bottom{  }

div.theme-center .module-content {
}

div.theme-center .module ul {
    list-style-type: none;
}

div.theme-center .module .module_view_all {

}