.submenu {
	display:none;
	position: absolute;
}
ul.mainmenu li:hover ul.submenu {
    display: block;
    z-index: 1000;
    margin-top: 14px;
}
.submenu li {
	display: block;
	width: 185px;
	background: #ff9c00;
}

.widget-price-table {
	min-width: auto !important;
}
.table-title {
	text-align: center;
	font-size: 22px;
}
.table thead {
	background: #FF9C00;
}
.table th, .table td {
	padding: 10px;
	text-align: center;
}
.table th:first-child, .table td:first-child {
	text-align: left;
}
.table tr {
	border-bottom: 1px solid #d7d7d7;
}