﻿/*.flex-grid {
                    display: flex;
                }

                .col {
                    flex: 1;
                }*/

.value-entry {
    opacity: 0.25;
}

#middle {
    text-align: center !important;
    width: 50% !important;
    _border: 1px solid red;
}

.marker {
    background-color: lightgray;
}

#entry
input,
select,
textarea {
    width: 50px !important;
    text-align: center;
    height: 75px;
}

tr {
    _height: 100px;
}

td, th {
    text-align: center;
}

.highlight{
 color:red;
}

#notes-selected, #results {
    font-size: x-large;
}
background-text {
    font-size: 30px;
    font-weight: 900;
    _color: #f1f1f1;
    color: lightgray;
    position: absolute;
    z-index: -1;
}

.selected {
    background-color: red;
}
