/**
 * Kunena Component
 * @package Kunena.Administrator.Joomla25
 *
 * @copyright     Copyright (C) 2008 - 2026 Kunena Team. All rights reserved.
 * @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link https://www.kunena.org
 **/

.kadmin-welcome h3 {
  padding: 0;
  margin: 0;
}

table.thisform tr.row0 {
  background-color: #f7f8f9;
}

table.thisform tr.row1 {
  background-color: #eee;
}

table.thisform th {
  height: 25px;
  padding: 6px 4px 2px;
  font-size: 15px;
  font-weight: normal;
  font-variant: small-caps;
  color: #666;
  text-align: left;
  background: url(../images/background.gif) repeat;
}

table.thisform td {
  padding: 3px;
  text-align: left;
}

div.icon a {
  text-decoration: none;
}

div.icon-container {
  float: left;
}
