html, body {
    background: #e5e5e5;    
    margin: 0px auto;
	font-family: arial;
	bix-sizing: border-box;
}

.propertylist {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	background-color: white;
	border-radius: 5px;
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.propertylist li
{
	height: 3em;
	width: 100%;
	display: block;
	padding-left: 1em;
	padding-top: 0.75em;
	font-weight: bold;
	color: white;
	background-color: #5555EE;
	margin: 0px;	
	border-bottom: 2px solid black;
}

.propertylist li.first
{
	border-top: 2px solid black;
}

.propertylist .assetname
{
	display: block;	
	color: white;
}

.propertylist .assetname a
{
	color: white;
	font-size: smaller;
	font-weight: normal;
	text-decoration: none;
}

.propertylist .name
{
}

.propertylist .name a
{
	color: #EEEEEE;
	text-decoration: none;
}

.propertylist .value
{
	float: right;
	display: block;
	text-align: right;
	margin-right: 2em;
	padding-top: 0.3em;
	font-size: large;
}

.twitter-typeahead {	
	top: -3px;
	left: 5px;
	line-height: normal;
}

select
{
	border-radius: 5px;
	padding: 5px;
}

.twitter-typeahead input {
	width: 250px;
	height: 1.5em;
	padding: 5px;
	border-radius: 5px;
	background-color: #5555EE;
	margin: 0px;
	border: none;
	box-shadow: none;
	outline: none;
	position: relative;	
	line-height: normal;
	height: 2em;
	top: -0.5em;
}

.twitter-typeahead input:focus {
	width: 250px;
	padding: 2px;
	margin: 0px;
	border: none;
	box-shadow: none;
	outline: none;	
	line-height: normal;	
	height: 2em;
}

.twitter-typeahead pre {
	padding: 0px;
	position: relative;
	left: 5px;
}

.twitter-typeahead .tt-input !important
{
	padding-top: 5px;
	margin: 0px;
	border: none;	
	box-shadow: none;
}

.twitter-typeahead .tt-input:focus 
{
	padding: 0px;
	margin: 0px;	
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.twitter-typeahead .tt-hint
{
	opacity: 0.75;
	padding-left: 7px !important;
	color: #EEEEEE;
	margin-top: -6px;
}

.tt-dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  color: black;
}

.tt-suggestions
{
	border: 1px solid silver;
	padding: 5px;
	min-width: 200px;
	background-color: white;
}

.tt-suggestion
{
	font-size: small;
	text-align: left;
	cursor: pointer;
	margin-bottom: 2px;
	line-height: normal;
	padding: 0px;
}

.tt-suggestion p
{
	margin-bottom: 2px;
}

.tt-suggestion:hover
{
	background-color: #EEEEEE;
}

.tt-highlight
{
	color: red;
}

.searchresult
{
}

.searchresult span
{
	font-weight: normal;
	display: block;
	font-size: smaller;
	color: silver;
}

#property
{	
	margin-left: 0.5em;
	position: relative;
	top: 0.66em;
}

#addbutton
{	
	margin-left: 0.5em;
	position: relative;
	top: 0.66em;
}

button
{
	margin-top: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 4px;
	border: 2px solid black;
	background-color: transparent;
	color: black;
	font-weight: bold;
}

input[type=submit]
{
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 4px;
	border: 2px solid white;
	background-color: transparent;
	color: white;
	font-weight: bold;
}

li.share
{
	background-color: white;
	border: none;
}

@media screen and (max-width: 550px) {
    #property {
		width: 92%;
		display: block;
	}
	
	select {
		width: 92%;
		display: block;
		margin-bottom: 1em;
	}
	
	input[type=submit] {
		width: 92%;
		display: block;
	}
	
	li.selection
	{
		height: auto;
	}
	
	.twitter-typeahead
	{
		top: 10px;
		width: 100%;
	}
	
	.twitter-typeahead input {
	width: 92%;
	}
	
	.twitter-typeahead input:focus {
	width: 92%;
	}
	
	.twitter-typeahead .tt-input !important
	{
		width: 92%;
	}
}