a, .card
{
	font-size:14.5px;
}
.btn-group a
{
	font-size:12px !important;
}
.footered 
{
	clear: both;
	position: relative;
	z-index: 10;
	margin: 20% 0 0 0;
}

body 
{
	height:100%;
	min-height=100%
}

.button-shift-up
{
	width:20px; 
	height:20px; 
	position: absolute;
	right:    20px;
	top:   1px;
	cursor: pointer;
}
.button-shift-down
{
	width:20px; 
	height:20px;
	position: absolute;
	right:    20px;
	bottom:   7px;
	cursor: pointer;
}
.button-next-track
{
	width:30px; 
	height:30px;
	display:inline;
	margin:1% 0px 0px 5%;
	cursor: pointer;
}
.button-prev-track
{
	width:30px; 
	height:30px;
	display:inline;
	margin:1% 0px 0px 45%;
	cursor: pointer;
}

.playing
{
	padding: 10px;
	box-shadow: 0px 2px 15px #FF8C00, 0px -2px 15px #FF8C00;
}


#toast {
	visibility: hidden;
	max-width: 50px;
	height: 50px;
	/*margin-left: -125px;*/
	margin: auto;
	background-color: #D4AF37;
	color: #000;
	text-align: center;
	border-radius: 2px;
	
	position: fixed;
	z-index: 12;
left: 0;right:0;
bottom: 30px;
font-size: 17px;
white-space: nowrap;
}
#toast #img{
width: 50px;
height: 50px;

float: left;

padding-top: 4px;
padding-bottom: 16px;

box-sizing: border-box;


background-color: #111;
color: #000;
}
#toast #desc{


color: #000;

padding: 16px;

overflow: hidden;
white-space: nowrap;
}

#toast.show {
visibility: visible;
-webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;} 
to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
from {min-width: 50px} 
to {min-width: 350px}
}

@keyframes expand {
from {min-width: 50px}
to {min-width: 350px}
}
@-webkit-keyframes stay {
from {min-width: 350px} 
to {min-width: 350px}
}

@keyframes stay {
from {min-width: 350px}
to {min-width: 350px}
}
@-webkit-keyframes shrink {
from {min-width: 350px;} 
to {min-width: 50px;}
}

@keyframes shrink {
from {min-width: 350px;} 
to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;} 
to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 60px; opacity: 0;}
}
