﻿body{margin:0}

.t360-dark{color: black !important;background-color: limegreen !important}
.t360-light{color: white !important;background-color: black !important}

.t360-rowStyle { 
    background-color: limegreen;
    color: black;
    font-size: large;
    height: 20px;
    text-align: center;
    text-wrap: none;
    white-space: nowrap;
}

.t360-alternatingRowStyle {
    background-color: black;
    color: white;
    font-size: large;
    height: 20px;
    text-align: center;
    text-wrap: none;
    white-space: nowrap;
}

.t360-alternatingRowStyle {
    background-color: limegreen;
    color: black;
    height: 20px;
}

.t360-registrationlist-rowStyle { 
    background-color: limegreen;
    color: black;
    font-size: large;
    height: 20px;
    text-align: left;
    text-wrap: none;
    white-space: nowrap;
}

.t360-registrationlist-alternatingRowStyle {
    background-color: black;
    color: white;
    font-size: large;
    height: 20px;
    text-align: left;
    text-wrap: none;
    white-space: nowrap;
}

.t360-rounded-corners2 {
    border-radius: 10px;
    border: 5px solid #000;
    padding: 5px;
    background-color: white;
    color: limegreen;
    font-weight:bold;
}

:root {
    --dark-color-background: limegreen;
    --dark-color-foreground: black;

    --light-color-background: black;
    --light-color-foreground: white;
}