/* Write your custom CSS here */
@media (max-width:475px)
{
.page-header .navbar-collapse {
    display: block!important;
}
}

.help-title {
	color: #acacac;
}

.custom-select, .form-control {
	background:#fafafa;
}

.btn-campaign {
	font-size: 12px;
	margin-bottom: 10px;
}

.discount-prices {
	max-height: 140px;
	overflow: scroll;
}

.discount-prices ul{
	list-style:none;
	padding: 0;
}

.menu-picture-detail {
	max-width: 100%;
	max-height: 180px;
}