.twitter-typeahead {
	width: 100%;
}

.tt-menu {
	background: white;
	border-radius: 4px;
	border: 1px solid gray;
	margin-top: 10px;
	max-height: 100px;
	overflow-y: auto;
	width: 100%;
}

.tt-open {
	padding: 5px 10px;
}

.tt-suggestion:active, .tt-suggestion:hover {
	color: white;
	background: #0097cf;
	cursor: pointer;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}
.row-centered .col-centered {
    padding: 0px 3px;
}
.row-centered .panel {
    padding: 10px 0px;
}
