/* stock quote styles */

div.sq_container { padding-left: 15px;}
#sq_title { font-size:1.1em;
            color:#858688; 
             font-weight:lighter; }
             
#sq_title h2 {font-weight:lighter; }
#sq_form {}
#sq_formdetails {}

/*  stock table styles*/

#sq_table 
{
    display:table;
    table-layout:auto;    
    border-collapse:collapse;
    margin:0 0 1em 0;
 }

#sq_table td 
{
    padding: 2px;
    vertical-align:top;
    color:#000;
    
}
.sq_label { font-weight:bold;}
.sq_field {}

#sq_minutes { display: none; }
.sq_viewmoredetails { display: none; }