/**
 * @author http://www.fischerarts.de
 * @copyright Copyright (C) 2009 All rights reserved.
 * @license GNU/GPL, see LICENSE.php
*/

body {
	background-color: #05171b;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFDCBD;
}

body,td,th {
	font-family: verdana;
	font-size: 13px;
	color: #CCCCCC;
}

.icon	{
  text-decoration: none;
}

.icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

a.sc-song-title {
  position: relative;
}

.icon.sc-circle {
  color: #f35111;
  font-size: 21px;
  position: relative;
  top: 1px;
  margin-right: 0.1em;
}

.icon.sc-play {
  color: #ffffff;
  font-size: 11px;
  position: relative;
  top: -3px;
  left: -17px;
  z-index: 2000;
}

.icon.sc-pause {
  color: #ffffff;
  font-size: 10px;
  position: relative;
  top: -4px;
  left: -18px;
  z-index: 2000;
}

#scMobileExplain {
  display: none;
}

.busy * { cursor: progress !important; }