.content {
/* Size */
	width:85%;
	max-width:320px;
/* Layout */
	position:relative;
	margin:20px auto;
	padding:0;
	top:30px;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
}

.search-bar {
/* Size */
	width:auto;
	max-width:auto;
}

.search-bar input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance:searchfield-cancel-button;
}

.search-bar input[type=search] {
	-webkit-appearance:none;
}

.app-promo {
/* Size */
	width:auto;
	max-width:auto;
	height:auto;
/* Layout */
	margin:18px auto 25px auto;
	padding:15px;
	display:block;
/* List Style Type */
	list-style-type:none;
/* Font */
	font-family:'CircularStd-Medium';
	font-size:14px;
	color:#FFF;
	text-align:left;
/* Background */
	background:#ec7f79;
/* Border */
	border:3px solid #FFF;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.11),inset 0 0 0 0 rgba(0,0,0,0.50);
	border-radius:12px;
/* Overflow */
	overflow:hidden;
}

.app-promo p {
	display:table-row;
	margin:0;
	padding:0;
}

.app-promo .rogue-landlord-icon {
/* Size */
	width:30px;
	height:30px;
/* Layout */
	margin:0 8px 0 0;
	float:left;
	display:block;
/* Background */
	background-image:url(../images/rogue-landlord-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.app-promo a {
/* Font */
	color:#fff;
	text-decoration:underline;
}

.my-reviews {
/* Size */
	width:100%;
	height:auto;
/* Layout */
	margin:30px 0 0;
}

.my-reviews h3 {
/* Layout */
	margin:0;
	padding:0;
/* Font */
	font-family:'CircularStd-Medium';
	font-size:18px;
	color:#145b84;
	letter-spacing:0;
}

.my-reviews .results {
/* Layout */
	position:relative;
	margin:0;
	padding:0;
}

.my-reviews .results li {
/* Size */
	width:auto;
	max-width:auto;
	height:25px;
/* Layout */
	margin:18px auto;
	padding:15px;
	clear:both;
/* List Style Type */
	list-style-type:none;
/* Font */
	font-family:'CircularStd-Medium';
	font-size:18px;
	color:#fff;
	text-align:center;
/* Background */
	background:#145b84;
/* Border */
	border:3px solid #FFF;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.11),inset 0 0 0 0 rgba(0,0,0,0.50);
	border-radius:12px;
/* Cursor */
	cursor:pointer;
/* Overflow */
	overflow:hidden;
}

.my-reviews .results li#rental {
/* Size */
	width:auto;
	max-width:auto;
	height:50px;
/* Layout */
	margin:18px auto;
	padding:15px;
	clear:both;
/* List Style Type */
	list-style-type:none;
/* Font */
	font-family:'CircularStd-Medium';
	font-size:18px;
	color:#145b84;
	text-align:left;
/* Background */
	background:#F7F7F7;
/* Border */
	border:3px solid #FFF;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.11),inset 0 0 0 0 rgba(0,0,0,0.50);
	border-radius:12px;
/* Cursor */
	cursor:pointer;
/* Overflow */
	overflow:hidden;
}

.my-bookmarks {
/* Size */
	width:100%;
	height:auto;
/* Layout */
	margin:30px 0 0;
}

.my-bookmarks h3 {
/* Font */
	font-family:'CircularStd-Medium';
	font-size:18px;
	color:#145b84;
	letter-spacing:0;
}

.my-bookmarks .no-bookmarks {
/* Font */
	font-family:'CircularStd-Book';
	font-size:16px;
	color:#9e9e9e;
	text-align:left;
}

.my-bookmarks .results {
/* Layout */
	position:relative;
	margin:0;
	padding:0;
}

.my-bookmarks .results li {
/* Size */
	width:auto;
	max-width:auto;
	height:50px;
/* Layout */
	margin:18px auto;
	padding:15px;
	clear:both;
/* List Style Type */
	list-style-type:none;
/* Font */
	font-family:'CircularStd-Medium';
	font-size:18px;
	color:#145b84;
	text-align:left;
/* Background */
	background:#F7F7F7;
/* Border */
	border:3px solid #FFF;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.11),inset 0 0 0 0 rgba(0,0,0,0.50);
	border-radius:12px;
/* Cursor */
	cursor:pointer;
/* Overflow */
	overflow:hidden;
}