.list-discounts-page {
	position: relative
}
.list-discounts-page .change-user-logo {
	position: absolute;
	left: 100px;
	top: 100px
}
.list-discounts-page .change-user-logo .supplier-image img {
	max-height: 52px;
	max-width: 92px
}
.list-discounts-page .discounts-wrap {
	margin: 0 auto;
	width: 600px
}
.list-discounts-page .discounts-wrap h2 {
	font-weight: 600;
	margin-top: 20px
}
.list-discounts-page .discounts-wrap .discount-list {
	margin: 20px 0 0 0;
	width: 100%
}
.list-discounts-page .discounts-wrap .discount-list tbody td {
	width: auto
}
.list-discounts-page .discounts-wrap .discount-list tbody td input {
	text-align: right;
	width: 100%
}
.list-discounts-page .discounts-wrap h2:first-child {
	font-weight: normal;
	margin: 0;
}