.tg-container {
    width: 620px;
    margin: 0 auto;
}

.tg-header {
    font-weight: bold;
    font-size: 14px;
    color: #f3ead3;
    margin-bottom: 5px;
}

.tg-subheader {
    font-weight: bold;
    font-size: 12px;
    color: #f3ead3;
    margin-top: 5px;
    margin-bottom: 10px;
}

.tg-fieldset {
    width: 620px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    padding: 10px;
    box-shadow: 5px 10px 15px #111;
}

.tg-table {
    width: 100%;
    margin-top: 3px;
    border-collapse: collapse;
    background-color: #2a5298;
}

.tg-table th {
    height: 25px;
    background: #3a4a8f;
    color: #fff;
    padding: 5px;
}

.tg-table tr {
    height: 22px;
}

.tg-table td {
    padding: 2px 5px;
    border-bottom: 1px solid #1d2658;
}

.tg-number {
    color: #08dc6e;
    font-weight: bold;
    cursor: pointer;
}

.tg-name {
    font-weight: bold;
    color: #f3ead3;
    text-align: left;
}

.tg-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tg-tooltip .tooltiptext {
    visibility: hidden;
    width: 175px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    bottom: 100%;
    left: 50%;
    margin-left: -87px;
    margin-bottom: 5px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.tg-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.tg-tooltip .tooltiptext:hover {
    visibility: visible;
    opacity: 1;
}

.tg-button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 2px;
    transition: background 0.2s;
}

.tg-button:hover {
    background: #45a049;
    transform: scale(1.05);
}

.tg-button:active {
    transform: scale(0.95);
}

.tg-button.monitor {
    background: #2196F3;
}

.tg-button.monitor:hover {
    background: #0b7dda;
}

.tg-button.active {
    background: #52c41a;
}

.tg-button.active:hover {
    background: #e68900;
}

.material-icons {
    font-family: 'Material Icons';
/*    font-size: 15px; */
    vertical-align: middle;
}
