/*
 * @package     Take5v12 - 06-03-2026 - 12.1
 * @subpackage  L A B E L - CSS -123
 * @copyright   Copyright (C) 2026 Gramsoft Dataware. All rights reserved.
*/

#lblName {width: 270px;}
#lblSubName {width: 270px;}
#lblLbtID {width: 270px;}
#lblAraID {width: 270px;}
#lblCvrID {width: 270px;}
#lblDateFirst {width: 94px;}
#lblDateLast {width: 94px;}
#lblCode {width: 94px;}
#lblISNI {width: 270px;}
#lblIPI {width: 270px;}

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

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

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

#lblImage {
    width: 330px;
    height: 330px;
    margin-left: 15px;
    margin-bottom: 15px;
    }

#lblComment {
    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.sublblrls {
    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;
}



