﻿       
       /* css file for the prosign chart in M9IPM Morse Page */
       
       
       
       .morse-container {
            font-family: Arial, sans-serif;
            max-width: 850px;
            margin: 20px auto;
            padding: 0 15px;
        }
        .user-tag {
            font-size: 1.2rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }
        .morse-table {
            width: 100%;
            border-collapse: collapse;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .morse-table th, .morse-table td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #e0e0e0;
        }
        .morse-table th {
            background-color: #2c3e50;
            color: #ffffff;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }
        .morse-table tr:hover {
            background-color: #f8f9fa;
        }
		.spaced-overline {
         text-decoration: none;
         border-top: 2px solid currentColor; /* Matches line color to text color was 1.5px */
         padding-top: 6px;                     /* Adjust this pixel value to change the gap */
         display: inline-block;                /* Enables padding and keeps line text-width */
         line-height: 1;                       /* Prevents the block from adding extra vertical layout space */
        }
				
        /* Column Widths */
        .col-shortcut { width: 15%; font-weight: bold; color: #2c3e50; }
        .col-type { width: 20%; }
        .col-meaning { width: 65%; line-height: 1.4; }