/* 
2025-02-23 RMcQ
Elements on the ActOn pages.

*/


/* 2024-07-09 RMcQ CLEAN THESE ALL UP */

/* 2024-07-10 RMcQ: 
text-align:left is NEEDED for ActOn modals (div-action-modal) 
SINCE the modal div is actually 'inside' the button row, 
which is right-aligned. 
*/


div#div-action-modal {
    text-align:left;                /* See note above */
}

table.mqc-acton-table {
    width: 102%;                    /* <= NOTE silly cosmetic adjustment */
    border: 0px solid lightgray;    
    border-collapse: separate;
    border-spacing: 4px;
}

.mqc-acton-table-spacer {
    padding:8px;
    font-size:110%;
    font-weight: 600;
    text-align:left;
    color:royalblue;                /* Just for temporary fun */
}

td.mqc-acton-descr {
    font-size:90%;
    padding:6px;
    background-color: aliceblue;    /* Just for temporary fun */
    border: 2px solid lightgray;    
    white-space:normal;
}

td.mqc-acton-command {
    width: 5%;
    text-align: center;
    white-space:nowrap;
    padding:6px;
    padding-top:12px;
    vertical-align:top;
    border: 2px solid lightgray;    
    background-color:cornsilk;    /* Just for temporary fun */
}

.mqc-btn-action, .mqc-btn-acton {

}

