<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*									OM                                       */
/******************************************************************************
* @file hpsum.css
* @author  Srikanth Bemineni &lt;srikanth.bemineni@hp.com&gt;
* 
*
* @section LICENSE
*
* HP Confidential
* Copyright 2012 Hewlett-Packard Development Company, L.P.
*
* @section DESCRIPTION
*
* This files contains the styling for all the hpsum over ridden elements
*
*
*******************************************************************************/



.square-list-style &gt; li
{
 	list-style-type:square;	
 	margin-bottom:5px;
 	margin-left:1.5em;
}

#hpsum-hp-logo.hp-logo {
    background-image: url("../../img/hp-piano/hp-piano-icons.png");
    background-position: -260px -180px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position:static;

}

.hpsum-error
{
	font-family: Arial,Helvetica,sans-serif;
	color:#666666;

}</pre></body></html>