    body {
		text-align:center;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #zealer-block > * {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    #zealer-block {
		text-align: left;
        display: inline-block;
        border: 1px solid black;
        background-color: white;
		padding-right: 4px 
    }
    
    #zealer-block > p {
        font-size: 8px;
        margin: 2px;
    }
	
	#zealer-block > table > * {
		font-size: 10px;	
	}
    
    #zealer-block > #head {
		text-align: center;
        position: inherit;
        width: 100%;
        height: 20px;
        background: white;
		border-bottom: 1px solid black;
		font-size: 13px;
		padding-top: 3px;
		padding-left: 2px;
		padding-right: 2px;
    }
	
    #zealer-block > table > tr > td > .count-box {
        float: right;
        margin-left: 15px;
    }