﻿
.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    background-color: lightyellow; /* Background color of the tooltip */
    border: 1px solid #ccc; /* Border color and width */
    padding: 10px; /* Padding inside the tooltip */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow effect */
}

.mod-title-cell {
    border-top: 2px solid #dd9932; /* Orange border top for the section title cells */
    line-height: 0.05; /* Set a small line-height to minimize row height */
}

.custom-table { /* Recording table formatting */
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
}

.blue-button {
    background-color: #0078D4;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.mod-table {
    line-height: 1;
    margin: 2px;
    padding: 2px;
    border: 0;
}
