.smalltext {
    border: 1px solid #ccc;
    text-decoration: none;
    background-color: #DDDDDD;
	    font-size: 9pt;
}
.listheadernosort {
    height: 100%;
    padding: 0px 5px;
    vertical-align: top;
    white-space: nowrap;
}
.texttable {
    padding: 2px 5px;
    vertical-align: top;
	    font-size: 9pt;
}
.table-pricecalculator{
    background-color: #f6f6f6; 
    border: 1px solid #dcdcdc; 
    padding: 5px; 
    margin-bottom: 10px;
}
#priceCalc input {
    text-align: right;
    border: 1px solid;
}
#priceCalc td {
   padding: 5px;
}