table#display {
    border-collapse: collapse;
}

table#display td {
    border: 1px solid black;
    padding: 4px 12px 4px 12px;
}

table#display th {
    border: 1px solid black;
    padding: 4px 12px 4px 12px;
}

table#display tbody tr:hover {
    background-color: #ffff66;
}

table#display tr button {
    cursor: pointer;
}

body {
    font-family: "Lato" !important;
    font-size: initial !important;
    font-family: "Times New Roman", Times, serif;
    text-shadow: none;
}

h6 {
    all: revert;
    color: green;
}

h4 {
    all: revert;
    color: black;
}

h5 {
    all: revert;
    color: firebrick;
}

/*
red {
    all: revert;
    color: firebrick;
}

green {
    all: revert;
    color: green
}

yellow {
    all: revert;
    color: #FFC300;
}*/

h3 {
    all: revert;
    color: blue;
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #e8cfd3;
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
}

.red {
    color: rgba(178, 34, 34, .25);
}

.select-boxes {
    width: 280px;
    text-align: center;
}

select {
    background-color: #F5F5F5;
    border: 1px double #FB4314;
    color: #55BB91;
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
    height: 39px;
    padding: 7px 8px;
    width: 250px;
    outline: none;
    margin: 10px 0 10px 0;
}

select option {
    font-family: Georgia;
    font-size: 14px;
}

table#display {
    font-size: 12px;
    width: 630px;
}

table#display td {
    border: 1px solid black;
    padding: 4px 12px 4px 12px;
    font-family: "Lato";
    text-shadow: none;
}

.testing-mode {
    position: fixed;
    left: -10px;
    bottom: 50px;
    background-color: #fff;
    color: #ff2323;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
    text-transform: uppercase;
    width: 90px;
    height: 18px;
    border-radius: 5px;
    z-index: 9999
}

.beacon {
    position: absolute;
    top: 7px;
    /*right:7px;*/
    right: 6px;
    background-color: #ff2323;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    /*  -webkit-transform:translateX(-50%) translateY(-50%);*/
}

.beacon:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-color: #ff2323;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 8px #ff2323;
    -webkit-animation: active 2s infinite linear;
    animation: active 2s infinite linear;
    z-index: 99999;
}

@-webkit-keyframes active {
    0% {
        -webkit-transform: scale(.3);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(4.5);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes active {
    0% {
        transform: scale(.3);
        opacity: 1;
    }

    70% {
        transform: scale(4.5);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#sukshama_table {
    border-collapse: collapse;
    font-size: 11px;
}

#sukshama_table td,
#sukshama_table th {
    border: 1px solid black;
    text-align: center;
    padding: 3px;
}

#sukshama_table tbody tr td:last-child {
    text-align: left;
    width: 253px;
}

#dialog_text {
    padding-top: 5px;
}