.form-select-price {
    color: #0074BD;
    background: 0;
    cursor: pointer;
}
.form-select-price:hover {
	text-decoration:underline;
}
.chosen-container,
.form-select.pricelist-select {
	width: 300px !important;
}
table.table-price-list tr:nth-of-type(2n+1){
	
}
ul.pages {
	margin: 0 !important;
    padding: 10px 0 !important;
    overflow: hidden;
    text-align: justify;
    width: 100% !important;
}
ul.pages li {
    display: inline-block;
    list-style: none;
}
ul.pages li a {
	
}
ul.pages li a.active {
	font-weight:bold;
}