/* Add here all your css styles (customizations) */
.datepicker {
	margin: 0px !important;
	padding: 0px !important;
}

body {
	/*background-color: #f6f6f6 !important;*/
}

.wrapper {
	border: 1px #ddd solid;
}

.category-menu-item {
	cursor: pointer;
}

.category-menu-item.active {
	font-weight: bold;
}

.tt-menu .tt-open {
	background: rgba(187, 187, 187, 0.5);
}

#search {
    max-width: 200px;
    margin-top: -4px;
    display: inline;
    border-radius: 3% !important;
}



.twitter-typeahead {
	height: 49px;
}

.blog img {
 	border: 1px gray solid;
 }

.objectBtn.btn.btn-u {
	background-color: white;
	color: black;
	border: 1px #ddd solid;
	border-bottom: 0;
}

.objectBtn.btn.btn-u.active, .objectBtn.btn.btn-u:hover {
	background-color: #ddd;
}