@charset "utf-8";
/* ***********************************************************************
 *
 *  File:   links.css
 *
 *  Brief:  Styles for the external links table display.
 *
 *  Author: Jomar Hønsi, 2011-2026
 *
 * ************************************************************************/

table.text-panel {
  & caption {
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
  }

  & td {
    font-size: 12px;
  }

  & a {
    text-decoration: none;
    color: blue;
  }
}