/* 
Branch T. Archer, III
January 1, 2026 - Thursday
css for styling DEXA bone mineral density reports 
*/
table#wizard.dexa td {
    display: flex;
    align-items: center;
}

div[id$=PasteZone] {
    background-color: cyan;
}

div.spin {
    font-size: 20px;
    cursor: pointer;
}

form#dexaForm div[id$=Controls] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3px 0 3px;
}

form#dexaForm div[id$=Controls].disabled {
    display: none;
}


form#dexaForm div[id$=Threshold] {
    display: flex;
    justify-content: center;
    color: white;
    background-color: #8cafbf;
    margin-bottom: 5px;
    padding: 0 3px 0 3px;
}