/*
 * @package     Take5v12 - 05-03-2026 - 12.1
 * @subpackage  I N S T R U M E N T  - CSS
 * @copyright   Copyright (C) 2026 Gramsoft Dataware. All rights reserved.
*/

#insName {width: 270px;}
#insIntID {width: 270px;}
#insSubName {width: 270px;}
#insAraID {width: 94px;}
#insCvrID {width: 270px;}

#insMB {width: 270px;
    background-color: #FFC0FF;
}

#insUpdated, #insCreated {
    font-size: 0.75em;
    font-style: italic;
    background: transparent;
    border: none;
    width: 64px;
    }

#insID {
    font-size: 1em;
    font-style: italic;
    text-align: right;
    background: transparent;
    border: none;
    width: 32px;
    }

#insComment {
    width: 338px;
    height: 92px;
    font-size: 0.9em;
    line-height: 1rem;
    color: #000;
    background-color: #EDF7F9;
    margin: 5px 10px 10px 10px;
    border-style: dashed;
    }

div.subinsart {
    display: block;
    height: 323px;  //   18 recs
    width: 100%;
    background-color: #ddd;
    overflow-y: scroll;
    border-style: solid;
    border-color: #a3a3a3;
    border-width: 0px 1px 1px 0px;
    margin: 5px 10px 5px 10px;
}



