﻿/* ShowTestimonials.css - CSS definitions for the ShowTestimonials.aspx page
 *
 * Revision History
*  REC 1457-222   2014-01-10  John Hildebrand  - Original version
*  ATS-1597       2016-11-28  John Hildebrand  - Update Testimonials process to show full text
--------------------------------------------------------------------------------------------------------------*/

/* vvv HTML Element Definitions vvv */

P
{
    margin: 0px;
}

/* ^^^ HTML Element Definitions ^^^ */

/* vvv Class Definitions vvv */

.GrayLine
{
  border-top: 1px solid #ddd;
  margin-bottom: 12px;  /* ATS-1597 */
}

.TestLbl
{
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    margin: 15px 0;
}

.TestSig
{
    text-align: right;
    color: #666666;
    font-size: 8pt;     /* ATS-1597 */
    margin-top: 6px;   /* ATS-1597 */
}

Select.TestYearDDL    /* Year dropdown list attributes */
{
    width: 60px;
    border: 1px solid #000000;
}

/* ^^^ Class Definitions ^^^ */


/* End of ShowTestimonials.css */