/*
 * @package     Take5 - 02-03-2026 - ver. 12.1
 * @subpackage  R E C O R D I N G  - CSS - 109
 * @copyright   Copyright (C) 2023 Gramsoft Dataware. All rights reserved.
*/

#tblRecGnr {
    width: 100%;
}

#rowID {
    font-size: 0.8em;
    width: 32px;
    }

#rowBut {
    width: 32px;
    border: none;
    }

#rowName {
    font-size: 16;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 0;
    } 

#recName {width: 270px;}
#recSubName {width: 270px;}
#recWrkID {width: 270px;}
#recRlsID {width: 270px;}
#recAcrID {width: 270px;}
#recFilID {width: 270px;}
#recOrgDate {width: 94px;}
#recBegin {width: 94px;}
#recEnd {width: 94px;}
#recISRC {width: 270px;}
#recCvrID {width: 270px;}
#recTrkID {width: 270px;}
#recMB {width: 270px;}
#recKey {width: 50px;}
#recTempo {width: 50px;}
#recStar {width: 50px;}
#recLength {width: 50px;}
#recNumPlay {width: 50px;}
#recDatPlay {width: 70px;}

#tTime {width: 94px;}

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

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

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

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