.rocketbar-wrapper {
	display: none;
	position: fixed;
	top: 50px;
	/* Centering */
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	/* Dimensions */
	width: 100%;
	max-width: 600px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 5px 7px 5px 5px;
	box-sizing: border-box;
	z-index: 999999;
}

#rocketbar {
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 5px;
	width: 100%;
	height: 50px;
	font-size: 28px;
	color: #444444 !important;
	box-sizing: border-box;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

#rocketbar-list {
	margin: 0;
	color: #FAFAFA;
	list-style: none;
	padding: 0;
}

#rocketbar-list > li:first-of-type {
	margin-top: 10px;
}

#rocketbar-list a {
	color: #DDDDDD;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-left: 5px;
}

#rocketbar-list a:hover {
	color: #FAFAFA;
}

#rocketbar-list > li {
	font-size: 15px;
	padding: 5px;
	margin: 0;
}

#rocketbar-list strong {
	font-size: 16px;
}

#rocketbar-list .wp-menu-image {
	display: inline-block;
	vertical-align: middle;
	color: #FAFAFA !important;
	fill: #FAFAFA !important;
}

#rocketbar-list .wp-menu-image:before {
	width: 20px;
	height: 20px;
	color: #FAFAFA;
	fill: #FAFAFA;
	display: initial !important;
}

#rocketbar-list .dashicons-before:before {
	vertical-align: top;
}

#rocketbar-list .selected {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.3);
}

#rocketbar-list .selected::after {
	content: '\21B5';
	float: right;
	margin-top: 3px;
	font-size: 16px;
}
