@import url(//fonts.googleapis.com/css?family=Lato);

body {
	font-family: 'Lato';
}

#main-container {
	margin: 40px auto;
	width: 1200px;
	max-width: 100%;
}

.api-buttons > a {
	margin: 0 5px 0 0 !important;
	text-decoration: none !important;
}

.price {
	font-size: 25px !important;
	line-height: 26px !important;
}

.fpd-input-back-search>.fpd-input-search.mby-search-input {
	float: none;
}

.mby-search-categories.fpd-icon-layout{
	padding-right: 20px;
}

.mby-dropdown {
    border: 1px solid #ccc;
}

.mby-dropdown ul {
	margin: 0;
    padding: 0;
}

.mby-dropdown li {
    padding: 8px 16px;
	border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.mby-dropdown li:last-child {
    border-bottom: none;
}

.mby-dropdown li:hover {
    background-color: #f1f1f1;
}