/* user.css */
/* Суперсильный селектор для всех модулей */
body div.moduletable *,
body div.module *,
body div[class^="mod"] *,
body div[class*="module"] *,
body div[class*="moduletable"] * {
  font-size: 11px !important;
  line-height: 1.4em !important;
  font-family: 'Arial', sans-serif !important;
}
/* Уменьшаем размер всех заголовков с классом page-header */
h3.page-header {
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: normal !important;
  margin-bottom: 10px !important;
  font-family: Arial, sans-serif !important;
}