#launchBar {
	position: fixed;
	top:-300px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1000;
	transition: top .5s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	background: var(--color-content-primary-grad);
	color:white;
	text-align: center;
	padding: 20px;
}

#launchBar.launch-visible {
	top:0;
}

#launchDismiss, #launchJoin {
	padding: 8px 30px;
	background: var(--color-content-primary-grad);
	border: 2px solid white;
	border-radius: 90px;
	margin-top: 20px;
	color: white!important;
	margin-right: 10px;
}


#launchJoin {
	margin-right: 10px;
	
}

#launchDismiss:hover, #launchJoin:hover {
	color:white!important;
}

#tabJoin {
	color: white!important;
}

#tabJoin:hover {
	color: white!important;
}


#launchTab {
	top:220px;
	left:-200px;
	display: block;
	width: 150px;
	position: fixed;
	background: white;
	z-index: 1000;
	transition: left .5s ease-in-out;
	padding: 5px 5px 10px 4px;
	font-weight: 700;
	text-align: center;
	border-radius: 0 8px 8px 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	background: var(--color-content-primary-grad);
	color: white;
}

#launchTab u {
	font-size:.8rem;
}

#tabToggle {
	top:248px;
	height:143.8px;
	left:-200px;
	display: block;
	width: 30px;
	position: fixed;
	background: white;
	z-index: 1000;
	transition: left .5s ease-in-out;
	padding: 5px 5px 10px 4px;
	font-weight: 700;
	text-align: center;
	border-radius: 0 8px 8px 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	background: var(--color-content-primary-grad);
	color: white!important;
	writing-mode: vertical-rl!important;
	text-orientation: mixed!important;
	cursor: pointer;
	font-size:1rem;
}

#tabToggle:before {
	content: '⇪';
  margin: 0px -5px 5px 8px;
  padding-left: 10px;
  color: white;
  font-size: 1.25rem;
}

#launchBar h4 {
	color: white;
	font-size: 1.9rem!important;
}

#launchTab h4 {
	color: white;
	font-size: 1.5rem!important;
	margin-bottom: 0;
}

#launchTab p, #launchBar p {
	margin-bottom: 0;
}

.close-tab {
	font-size: .9rem;
	cursor: pointer;
}

#launchTab p:nth-of-type(2) {
	font-size: 1.1rem;
	background: white;
	color: #222;
	padding: 5px 8px;
	border-radius: 8px;
	width:110px;
	margin: 0 auto 5px auto;
}

#launchTab.launch-tab-visible {
	left:0;
}

#tabToggle.tab-toggle-visible {
	left:0;
}


