/* 
    Document   : sale
    Created on : May 23, 2015, 9:52:14 PM
    Author     : hp
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.multiSale {
                color:white;
		background-color:#00004c;
   border: 1px solid rgba(0,0,0,.15);
		border-radius: 4px;
		text-align:right;
		margin: 0 auto; /*aligns center*/
		padding: 24px;
		width: 900px;
                text-align:center;
	}
.multiSale table
{

    width:100%;
    font-style: bold;
    padding:5px;
}

.repeatedHeader
{
    border:2px solid white;
}
#repeatSales
{
    border:1px solid white;
}