.intropanel {
	position: relative;
	padding: 2%;
	margin-left: auto;
	margin-right: auto;
	top: 0%;
	background-color: rgba(0,0,0,0.8);
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 60%;
	height: auto;
	color: #fff;
	z-index: 99;
}

.intropanel .btn:focus {
  outline: none;
}

.intropanel .sc-input{
	background-color: #212A2D;
	width: calc(100% - 16px);
	color: #fff;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-color: #fff;
	border-radius: 0;
}

.intropanel .sc-input:focus {
	background-color: rgba(0,0,0,0.5);
}

.intropanel .logo {
	text-align: center;
}

#songInformationArea {
	padding-left: 6px;
}

.buttonRow {
	text-align: center;
}

.buttonrow button {
	display: inline-block;
}
.intropanel .configuration-btn {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}
#applyBackground {
  margin: 4px;
}
.artwork-area {
	margin-left: 4px;
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid #68DCF3;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
}

#status {
	text-align: center;
	background-color: #68DCF3;
	color: #fff;
}

.text-area {
	width: calc(100% - 122px);
	height: 100px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	border: 1px solid #68DCF3;
}

.text-area #artist {
	color: #E3A8A8;
}

.text-area #genre {
	color: #A8E3BA;
}

.text-area #title {
	color: #E3A8DF;
}
.text-area p{
	margin: 0;
}

.subbox {
	border: 1px solid #5BC0DE;
	padding: 4px;
}

.settingspanel {
	position: fixed;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 20px;
	float: right;
	display: none;
	z-index: 99;
	border-right: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid rgba(0,0,0,0.9);
  overflow: hidden;
}

.settingspanel btn{
	height: 24px;
}

#dropfloat a{
	text-decoration: none;
	color: #68DCF3;
}

hr {
	width: 85%;
	min-width: 160px;
	border-top: 1px solid #68DCF3;
}
