table.plugins {
  border-collapse: collapse; }
  table.plugins th {
    border-bottom: 1px dotted #888888;
    text-align: left;
    font-weight: bold;
    padding-left: 5px; }
  table.plugins td {
    border-bottom: 1px dotted #cccccc;
    padding: 2px 5px; }
    table.plugins td.name {
      font-weight: bold;
      padding-right: 10px; }
    table.plugins td.description {
      padding-left: 10px;
      padding-right: 15px; }
    table.plugins td.website {
      text-align: center; }
    table.plugins td.configure {
      padding-left: 10px; }
  table.plugins tr:hover td {
    background-color: #f0f0f0; }

#settings table td.sub h3 {
  margin-top: 15px;
  margin-bottom: 5px; }
#settings table td.sub p {
  font-size: 0.8em; }
#settings table td.sub p:last-child {
  margin-bottom: 5px; }
#settings table td .hint {
  font-size: 0.8em; }
