body {
  font-family: 'Cal Sans','Roboto','Calibri','Arial','sans-serif';
}
.imageDiv {
	text-align:center;
}
body {
	background-color:#282A2E;
  --main-color: #F97300;
}
.centered {
	text-align:center;
}
.right {
	float: right;
}
.shift-up {
	position: relative;
	top: -10px;
}
.medium {
 	width: 700px;
}
.full {
	width: 790px;
}
.screenshot {
	max-width: 700px;
}
.main {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 55px;
  padding-left: 10px;
  padding-right: 10px;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 8px;
}
.likes {
  width: 80px;
}
.like {
  margin-bottom: 5px;
}
.discord-small {
	width: 150px;
}
.discord-mini {
	width: 100px;
}
a {
  color: var(--main-color);
  text-decoration: none;
}
a:visited {
  color: var(--main-color);
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

body.karaokebunny-extension-running .only-when-not-installed {
  display: none;
}

body:not(.karaokebunny-extension-running) .only-when-installed {
  display: none;
}