<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/** jQuery UI overrides **/
.ui-menu {
	font-size: 0.9em;
}
.ui-menu .ui-menu-item a {
	line-height:1.1;
}

/** General Style Info **/
body {
	background: #369;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}

/** Layout **/
#container {
	padding: 20px 20px;
}

#header {
	clear: both;
	background: #369;
	color: #fff;
}
#header a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header a:hover {
	color: #ff7;
}
#header h1 {
	font-size: 200%;
}

#region_nav {
	float: right;
}

#site_nav {
	font-size: 14px;
	text-align: left;
}

#site_nav ul {
	list-style-type: none;
}

#site_nav li {
	float: left;
	height: 24px;
}

#site_nav li.selected {
	background-color: #147;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#site_nav ul a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	display: inline-block;
}

#site_nav .beta {
	float: right;
	position: relative;
	top: 0px;
	left: -24px;
	margin-right: -24px;
}

#account_nav {
	font-size: 12px;
	text-align: right;
	float: right;
}

#account_nav .important {
	color: #ff7;
}

#account_nav .highlited {
	color: #aae6ff;
}

#content {
	clear: both;
	background: #fff;
	color: #333;
	padding: 20px 20px 40px 20px;
	overflow: auto;
}
#content h1 {
	color: #000;
	font-size: 100%;
}
#content h2 {
	color: #147;
	font-size: 190%;
}
#content h3 {
	color: #000;
	font-size: 165%;
}
#content h4 {
	color: #993;
	font-weight: normal;
}
#content p {
	margin-bottom: 1em;
}
#content td p {
	margin-bottom: 0;
}

#content .important {
	font-weight: bold;
}

#content .warning_red {
	color: #f44;
}

#footer {
	clear: both;
	padding: 6px 0 0 0;
	text-align: right;
}
#footer a {
	color: #929292;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}

#content .nice_form h1 {
	clear: both;
	font-size: 120%;
	font-weight: bold;
}

#content .nice_form p {
	clear: both;
	color: #666666;
}

#content .nice_form p.line {
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

#content .nice_form .indented {
	clear: both;
	margin-left: 23%;
}

#content .nice_form p.info {
	font-size: 80%;
	margin-bottom: 14px;
}

#content .nice_form p.warning {
	font-weight: bold;
}

#top_charts td a {
	color: #666666;
	text-decoration: underline;
}
#top_charts .button {
	float: right;
}
#top_charts h3 {
	font-size: normal;
	background: #eee;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.localizable {
	position: relative;
}
.localizable.red {
	color: #f44;
}
.localizable.editable {
	font-size: inherit;
	padding: 0;
}
.localizable-key {
	display: none;
}
.localizable-key.show {
	display: inline-block;
	font-size: 70%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 999;
    background-color:#ff9;
    padding: 0;
    border: 1px solid #663;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.editable {
padding: 10px;
font-size: 12px;
}
.editable .p-header {
color: black;
font-size: 16px;
font-weight: bold;
}
.editable .p-text {
border-top: 1px solid #ddd;
padding-top: 5px;
}
.editable .button {
	float: none;
	display: inline-block;
}
.no-padding {
padding: 0;
}

/* TODO */

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}

/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging &gt; span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging &gt; span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.notice.gray {
	background: #ededed;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a,
.action-button {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover,
.action-button:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active,
.action-button:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}
.actions a.disabled,
.action-button:disabled {
	background-color: #D0D0D0;
	color: #808080;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output &gt; span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error &gt; a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

/* THIS IS OK */

#top_charts {
	font-size:smaller;
}

label {
	display: block;
	font-size: 90%;
	margin: 0;
}
input,
input[type=text],
input[type=submit],
input[type=password],
input[type=checkbox],
textarea {
	font-size: 110%;
	padding: 0;
	width: 70%;
}

.nice_form {
	clear: both;
	margin-bottom: 10px;
	padding: 14px;
	border: solid 2px #ddd;
	background: #f9f9f9;
}

.nice_form label {
	padding: 1%;
	font-weight: bold;
	text-align: right;
	width: 20%;
	float: left;
}

.nice_form input,
.nice_form select,
.nice_form input[type=text],
.nice_form input[type=submit],
.nice_form input[type=password] {
	float: left;
	padding: 4px 2px;
	border: solid 1px #ddd;
	width: 60%;
	margin: 2px 0 20px 10px;
}

.nice_form select {
	font-size: 110%;
	padding: 0;
	width: 70%;
}

.nice_form input[type=text][disabled],
.nice_form textarea[disabled],
.nice_form input[type=text][readonly="readonly"] {
	border: none;
	color: #999;
}

.nice_form input.info,
.nice_form textarea.info {
	margin-bottom: 6px;
}

.nice_form textarea {
	float: left;
	padding: 4px 2px;
	border: solid 1px #ddd;
	width: 60%;
	margin: 2px 0 0px 10px;
}

.nice_form input[type=checkbox] {
	width: auto;
	margin: 1% 0 20px 10px;
}

.nice_form input[type=image] {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

.nice_form input[type=submit] {
	clear: both;
	margin-left: 23%;
	width: 150px;
	height: 31px;
	text-align: center;
}

.nice_form .actions a {
	width: 150px;
	height: 31px;
	text-align: center;
	font-size: 110%;
}

.nice_form div.error-message {
	margin-left: 23%;
	margin-bottom: 5px;
}

.nice_form_fixed_width {
	max-width: 1024px;
	min-width: 400px;
}

.mark_all_container {
	margin: 0;
	padding-left: 5px;
	float: left;
	width: 200px;
	font-size: 90%;
}
.mark_all_container input[type=checkbox] {
	width: auto;
	margin-top: 1px;
	margin-right: 10px;
	float: left;
	width: 20px;
	height: 20px;
}

.checkbox_container {
	margin-bottom: 10px;
}
#song_upload {
	margin-bottom: 0px;
	padding: 14px;
	border: solid 2px #eee;
	background: #f9f9f9;
}
#song_upload input[type=checkbox] {
	width: auto;
	margin-top: 0.1em;
	float: left;
}
#song_upload label {
	font-size: 100%;
	display: block;
	margin-left: 24px;
}

.fileinput-button {
overflow-x: hidden;
overflow-y: hidden;
position: relative;
}

.fileinput-button input[type=file] {
box-sizing: border-box;
direction: ltr;
display: block;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 0;
position: absolute;
right: 0px;
text-align: start;
top: 0px;
white-space: nowrap;
width: 100%;
height: 100%;
}

#info {
	display: inline-block;
	clear: both;
	width: 100%;
}
#info p {
	margin-bottom: 0;
}
#info p.red {
	color: #a00;
}
.progress {
	clear: both;
	display: block;
	padding: 10px;
	margin-top: 10px;
	border: solid 1px #ddd;
}
.progress .progress-bar {
    height: 16px;
    color: #ffffff;
    background-color: #6bc8f1;
    margin: 5px 0;
    display: inline-block;
    font-size: 12px;
    padding-left: 4px;
    border-radius: 5px;
}

#command_wrapper {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #ddd;
	background-color: #f9f9f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#table_commands {
	clear: both;
	margin: 10px -10px 10px;
}
#table_commands input[type=button] {
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
	font-size: 1.1em;
}
#table_commands input[type=text] {
	float: none;
	font-size: 80%;
	width: 180px;
	margin: 0;
}
#table_commands select {
	margin: 5px 10px 0 10px;
	font-size: 1.1em;
}

.command_box {
	clear: both;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #fbfbfb;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.command_green {
	background-color: #b9ffb9;
	color: #118811;
}

.command_red {
	background-color: #ffb9b9;
	color: #881111;
}

.command_small {
	color: #666666;
	font-size: 80%;
}

.command_left {
	clear: none;
	margin-right: 20px;
	float: left;
	max-width: 80%;
}

.command_right {
	clear: none;
	float: right;
}

.pricingTableCell {
	text-align: right;
	vertical-align: middle;
	min-width: 120px;
}

table.dataTable td.left {
	text-align: left;
}
table.dataTable td.right {
	text-align: right;
}
table.dataTable td.center {
	text-align: center;
}

table.dataTable td.fixed-height {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100px;
	height: 1.8em;
	vertical-align: middle;
}

table.dataTable td.small {
	font-size: 70%;
}

table.dataTable td.marker {
	min-width: 20px;
	max-width: 20px;
}
table.dataTable td.tracking {
	min-width: 100px;
	max-width: 200px;
}
table.dataTable td.duration {
	min-width: 80px;
	max-width: 80px;
}

.date_filter {
	margin: 0;
	padding: 0;
	width: 70px;
	font-size: 75%;
}
.text_filter {
	margin: 0;
	padding: 0;
	width: 80px;
	vertical-align: top;
	font-size: 90%;
}
#content .filter_wrapper {
	float: left;
	margin: 0;
	padding: 0;
}
.invisible {
	display: none;
}

.scan_status {
	font-size: 85%;
	padding-top: 1px;
}
.scan_status img {
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.scan_info {
	font-size: 50%;
	vertical-align: bottom;
}
.scan_info_all {
	display: none;
}
.scan_status:hover + .scan_info_all,
.scan_info_all:hover {
	display: block;
	font-size: 80%;
	position: absolute;
    z-index: 999;
    background-color:#ff9;
    padding: 10px 10px 0px 10px;
    border: 1px solid #663;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 5px;
	margin-left: 5px;
    margin-bottom: 10px;
}

.admin {
	clear: both;
	margin-bottom: 30px;
}
.admin .button {
	margin-top: 0;
}
.admin .add-bottom-margin {
	margin-bottom: 10px;
}

table.admin a {
	color: #333;
	text-decoration: none;
}
table.admin td, table.admin th {
	font-size: 85%;
	padding: 2px;
}
.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #dcdcdc;
	color: #000000;
	padding: 2px 12px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-right: 12px;
	text-decoration: none;
	float: left;
	margin-top: -3px;
}
.button:hover,
.button.active {
	background-color: #3366cc;
	color: #ffffff;
}
.button.green {
	background-color: #b9ffb9;
	color: #000;
}
.button.red {
	background-color: #ffb9b9;
	color: #000;
}
.button-large {
	font-size: 16px;
	padding: 5px 12px;
}

table.user td, table.user th {
	font-size: 85%;
	padding: 2px;
}

table.chart td, table.chart th {
	border-bottom: none;
}

#content .nice_form .faq_question {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}

#content .faq_answer {
	margin-bottom: 5px;
}

#site_nav li.infoalert {
	padding: 0;
}

#site_nav ul a#toggleInfoAlert {
	padding: 0px 10px 0px 10px;
}

#site_nav ul a#toggleInfoAlert img {
	margin: -2px -3px 2px 3px;
}

#infoalertdiv {
	display: none;
}

.infoalertcontent {
	margin: -5px -15px -7px;
	padding: 15px;
	border: 1px solid #aaa;
	background: #eee;
}
.infoalerttitle {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
}
.infoalertbody {
	font-size: 0.8em;
	text-align: justify;
}
.ui-widget-overlay {
	background: #333;
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	z-index: 100;
}
.ui-button.ui-dialog-titlebar-close {
	border: solid 1px #aaaaaa;
}

#testimonials h5 {
	font-size: 1em;
	padding: 10px 0 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
#content #testimonials p {
	font-size: 0.8em;
	color: #333;
}
#testimonials div {
	background: #ffffff;
	padding: 0 10px 0;
	margin: 5px;
	border: 2px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#testimonials tr td {
	border-bottom: none;
}
#testimonials a {
	color: #333;
	text-decoration: none;
}
#testimonials a:hover {
	color: #929292;
}

#daily_report div {
	margin-bottom: 20px;
}
#daily_report h3 {
	font-size: 1.3em;
	background: #eee;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#daily_report b {
	font-weight: normal;
}

#chart_nav a {
	color: #666;
	text-decoration: none;
}
#chart_nav_left {
	float: left;
	width: 20%;
	text-align: left;
}
#chart_nav_center {
	float: left;
	width: 60%;
	text-align: center;
	color: #333;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
}
#chart_nav_right {
	float: right;
	width: 20%;
	text-align: right
}
table.dataTable tr.odd.chart_highlight {
	background-color: #ccedfe;
}
table.dataTable tr.even.chart_highlight {
	background-color: #ccedfe;
}

#songs_table_filter input[type=text] {
	font-size: 90%;
	width: 300px;
}

#subscription h1 {
	clear: both;
	font-size: 100%;
	font-weight: bold;
}
#subscription table th,
#subscription table td:first-child {
	background: #8dbdf5;
	border-bottom: none;
	font-weight: bold;
}
#subscription table tr:nth-child(even) {
	background: #c2dbfa;
}
#subscription table tr:nth-child(odd) {
	background: #d8e8fb;
}
#subscription table th,
#subscription table td:not(:first-child) {
	text-align: center;
}
#subscription p.info {
	font-size: 80%;
	margin-bottom: 14px;
}
#subscription .notice {
background-image: none;
background-color: #99caef;
}

.credits_chart {
	min-width: 900px;
	max-width: 1024px;
}
.credits_chart div {
	width: 180px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 3px;
	float: left;
	margin-bottom: 10px;
}
.credits_chart div.gray {
	border: 3px solid #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
.credits_chart div.blue {
	border: 3px solid #205890;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#80b8f0));
	background-image: -webkit-linear-gradient(top, #fefefe, #80b8f0);
	background-image: -moz-linear-gradient(top, #fefefe, #80b8f0);
	background-image: -ms-linear-gradient(top, #fefefe, #80b8f0);
	background-image: -o-linear-gradient(top, #fefefe, #80b8f0);
	background-image: linear-gradient(top, #fefefe, #80b8f0);
}
.credits_chart div.green {
	border: 3px solid #599f59;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#b9ffb9));
	background-image: -webkit-linear-gradient(top, #fefefe, #b9ffb9);
	background-image: -moz-linear-gradient(top, #fefefe, #b9ffb9);
	background-image: -ms-linear-gradient(top, #fefefe, #b9ffb9);
	background-image: -o-linear-gradient(top, #fefefe, #b9ffb9);
	background-image: linear-gradient(top, #fefefe, #b9ffb9);
}
.credits_chart div.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.credits_chart div.next {
	width: 32px;
	margin: 32px 4px 0 4px;
	padding: 0;
}

.estimate_button {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-size: cover;
	background-repeat: no-repeat;
}
.estimate_button_neutral {
	background-image: url(/images/button.png);
}
.estimate_button_accept {
	background-image: url(/images/accept.png);
}
.estimate_button_alert {
	background-image: url(/images/exclamation.png);
}

.icon-new {
	background-image: url(/images/new.png);
	background-size: cover;
	background-position: 0 -6px;
    background-repeat: no-repeat;
    width: 32px;
    height: 18px;
    display: inline-block;
    margin: -2px;
}

@-webkit-keyframes shake-rotate {
    0% { -webkit-transform: translate(0px, 0px) rotate(0deg) ; }
    2% { -webkit-transform: translate(0px, 0px) rotate(4.5deg) ; }
    4% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    6% { -webkit-transform: translate(0px, 0px) rotate(3.5deg) ; }
    8% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    10% { -webkit-transform: translate(0px, 0px) rotate(2.5deg) ; }
    12% { -webkit-transform: translate(0px, 0px) rotate(-0.5deg) ; }
    14% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg) ; }
    16% { -webkit-transform: translate(0px, 0px) rotate(4.5deg) ; }
    18% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg) ; }
    20% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    22% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg) ; }
    24% { -webkit-transform: translate(0px, 0px) rotate(4.5deg) ; }
    26% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    28% { -webkit-transform: translate(0px, 0px) rotate(2.5deg) ; }
    30% { -webkit-transform: translate(0px, 0px) rotate(-7.5deg) ; }
    32% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    34% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg) ; }
    36% { -webkit-transform: translate(0px, 0px) rotate(5.5deg) ; }
    38% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    40% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    42% { -webkit-transform: translate(0px, 0px) rotate(6.5deg) ; }
    44% { -webkit-transform: translate(0px, 0px) rotate(0.5deg) ; }
    46% { -webkit-transform: translate(0px, 0px) rotate(4.5deg) ; }
    48% { -webkit-transform: translate(0px, 0px) rotate(-6.5deg) ; }
    50% { -webkit-transform: translate(0px, 0px) rotate(3.5deg) ; }
    52% { -webkit-transform: translate(0px, 0px) rotate(-7.5deg) ; }
    54% { -webkit-transform: translate(0px, 0px) rotate(-0.5deg) ; }
    56% { -webkit-transform: translate(0px, 0px) rotate(-1.5deg) ; }
    58% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg) ; }
    60% { -webkit-transform: translate(0px, 0px) rotate(3.5deg) ; }
    62% { -webkit-transform: translate(0px, 0px) rotate(1.5deg) ; }
    64% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg) ; }
    66% { -webkit-transform: translate(0px, 0px) rotate(0.5deg) ; }
    68% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    70% { -webkit-transform: translate(0px, 0px) rotate(5.5deg) ; }
    72% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg) ; }
    74% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    76% { -webkit-transform: translate(0px, 0px) rotate(6.5deg) ; }
    78% { -webkit-transform: translate(0px, 0px) rotate(0.5deg) ; }
    80% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg) ; }
    82% { -webkit-transform: translate(0px, 0px) rotate(-7.5deg) ; }
    84% { -webkit-transform: translate(0px, 0px) rotate(-7.5deg) ; }
    86% { -webkit-transform: translate(0px, 0px) rotate(-0.5deg) ; }
    88% { -webkit-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    90% { -webkit-transform: translate(0px, 0px) rotate(6.5deg) ; }
    92% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg) ; }
    94% { -webkit-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    96% { -webkit-transform: translate(0px, 0px) rotate(4.5deg) ; }
    98% { -webkit-transform: translate(0px, 0px) rotate(-3.5deg) ; }
}

@-ms-keyframes shake-rotate {
    0% { -ms-transform: translate(0px, 0px) rotate(0deg) ; }
    2% { -ms-transform: translate(0px, 0px) rotate(-3.5deg) ; }
    4% { -ms-transform: translate(0px, 0px) rotate(1.5deg) ; }
    6% { -ms-transform: translate(0px, 0px) rotate(-1.5deg) ; }
    8% { -ms-transform: translate(0px, 0px) rotate(-7.5deg) ; }
    10% { -ms-transform: translate(0px, 0px) rotate(-1.5deg) ; }
    12% { -ms-transform: translate(0px, 0px) rotate(-1.5deg) ; }
    14% { -ms-transform: translate(0px, 0px) rotate(-0.5deg) ; }
    16% { -ms-transform: translate(0px, 0px) rotate(-0.5deg) ; }
    18% { -ms-transform: translate(0px, 0px) rotate(1.5deg) ; }
    20% { -ms-transform: translate(0px, 0px) rotate(-6.5deg) ; }
    22% { -ms-transform: translate(0px, 0px) rotate(-3.5deg) ; }
    24% { -ms-transform: translate(0px, 0px) rotate(-6.5deg) ; }
    26% { -ms-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    28% { -ms-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    30% { -ms-transform: translate(0px, 0px) rotate(-2.5deg) ; }
    32% { -ms-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    34% { -ms-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    36% { -ms-transform: translate(0px, 0px) rotate(4.5deg) ; }
    38% { -ms-transform: translate(0px, 0px) rotate(0.5deg) ; }
    40% { -ms-transform: translate(0px, 0px) rotate(-6.5deg) ; }
    42% { -ms-transform: translate(0px, 0px) rotate(2.5deg) ; }
    44% { -ms-transform: translate(0px, 0px) rotate(-2.5deg) ; }
    46% { -ms-transform: translate(0px, 0px) rotate(0.5deg) ; }
    48% { -ms-transform: translate(0px, 0px) rotate(6.5deg) ; }
    50% { -ms-transform: translate(0px, 0px) rotate(0.5deg) ; }
    52% { -ms-transform: translate(0px, 0px) rotate(6.5deg) ; }
    54% { -ms-transform: translate(0px, 0px) rotate(2.5deg) ; }
    56% { -ms-transform: translate(0px, 0px) rotate(-1.5deg) ; }
    58% { -ms-transform: translate(0px, 0px) rotate(-1.5deg) ; }
    60% { -ms-transform: translate(0px, 0px) rotate(3.5deg) ; }
    62% { -ms-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    64% { -ms-transform: translate(0px, 0px) rotate(2.5deg) ; }
    66% { -ms-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    68% { -ms-transform: translate(0px, 0px) rotate(6.5deg) ; }
    70% { -ms-transform: translate(0px, 0px) rotate(-3.5deg) ; }
    72% { -ms-transform: translate(0px, 0px) rotate(-6.5deg) ; }
    74% { -ms-transform: translate(0px, 0px) rotate(-6.5deg) ; }
    76% { -ms-transform: translate(0px, 0px) rotate(6.5deg) ; }
    78% { -ms-transform: translate(0px, 0px) rotate(6.5deg) ; }
    80% { -ms-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    82% { -ms-transform: translate(0px, 0px) rotate(-1.5deg) ; }
    84% { -ms-transform: translate(0px, 0px) rotate(-4.5deg) ; }
    86% { -ms-transform: translate(0px, 0px) rotate(5.5deg) ; }
    88% { -ms-transform: translate(0px, 0px) rotate(6.5deg) ; }
    90% { -ms-transform: translate(0px, 0px) rotate(-6.5deg) ; }
    92% { -ms-transform: translate(0px, 0px) rotate(-6.5deg) ; }
    94% { -ms-transform: translate(0px, 0px) rotate(6.5deg) ; }
    96% { -ms-transform: translate(0px, 0px) rotate(-5.5deg) ; }
    98% { -ms-transform: translate(0px, 0px) rotate(-1.5deg) ; }
}

@keyframes shake-rotate {
    0% { transform: translate(0px, 0px) rotate(0deg) ; }
    2% { transform: translate(0px, 0px) rotate(1.5deg) ; }
    4% { transform: translate(0px, 0px) rotate(-7.5deg) ; }
    6% { transform: translate(0px, 0px) rotate(-2.5deg) ; }
    8% { transform: translate(0px, 0px) rotate(6.5deg) ; }
    10% { transform: translate(0px, 0px) rotate(-4.5deg) ; }
    12% { transform: translate(0px, 0px) rotate(0.5deg) ; }
    14% { transform: translate(0px, 0px) rotate(-6.5deg) ; }
    16% { transform: translate(0px, 0px) rotate(1.5deg) ; }
    18% { transform: translate(0px, 0px) rotate(-2.5deg) ; }
    20% { transform: translate(0px, 0px) rotate(1.5deg) ; }
    22% { transform: translate(0px, 0px) rotate(1.5deg) ; }
    24% { transform: translate(0px, 0px) rotate(2.5deg) ; }
    26% { transform: translate(0px, 0px) rotate(6.5deg) ; }
    28% { transform: translate(0px, 0px) rotate(2.5deg) ; }
    30% { transform: translate(0px, 0px) rotate(1.5deg) ; }
    32% { transform: translate(0px, 0px) rotate(-4.5deg) ; }
    34% { transform: translate(0px, 0px) rotate(-3.5deg) ; }
    36% { transform: translate(0px, 0px) rotate(-0.5deg) ; }
    38% { transform: translate(0px, 0px) rotate(4.5deg) ; }
    40% { transform: translate(0px, 0px) rotate(4.5deg) ; }
    42% { transform: translate(0px, 0px) rotate(-0.5deg) ; }
    44% { transform: translate(0px, 0px) rotate(1.5deg) ; }
    46% { transform: translate(0px, 0px) rotate(-0.5deg) ; }
    48% { transform: translate(0px, 0px) rotate(-7.5deg) ; }
    50% { transform: translate(0px, 0px) rotate(3.5deg) ; }
    52% { transform: translate(0px, 0px) rotate(-5.5deg) ; }
    54% { transform: translate(0px, 0px) rotate(-6.5deg) ; }
    56% { transform: translate(0px, 0px) rotate(-0.5deg) ; }
    58% { transform: translate(0px, 0px) rotate(3.5deg) ; }
    60% { transform: translate(0px, 0px) rotate(-2.5deg) ; }
    62% { transform: translate(0px, 0px) rotate(3.5deg) ; }
    64% { transform: translate(0px, 0px) rotate(6.5deg) ; }
    66% { transform: translate(0px, 0px) rotate(-6.5deg) ; }
    68% { transform: translate(0px, 0px) rotate(-2.5deg) ; }
    70% { transform: translate(0px, 0px) rotate(-3.5deg) ; }
    72% { transform: translate(0px, 0px) rotate(-6.5deg) ; }
    74% { transform: translate(0px, 0px) rotate(-5.5deg) ; }
    76% { transform: translate(0px, 0px) rotate(1.5deg) ; }
    78% { transform: translate(0px, 0px) rotate(-1.5deg) ; }
    80% { transform: translate(0px, 0px) rotate(3.5deg) ; }
    82% { transform: translate(0px, 0px) rotate(1.5deg) ; }
    84% { transform: translate(0px, 0px) rotate(-7.5deg) ; }
    86% { transform: translate(0px, 0px) rotate(-0.5deg) ; }
    88% { transform: translate(0px, 0px) rotate(0.5deg) ; }
    90% { transform: translate(0px, 0px) rotate(-3.5deg) ; }
    92% { transform: translate(0px, 0px) rotate(-4.5deg) ; }
    94% { transform: translate(0px, 0px) rotate(2.5deg) ; }
    96% { transform: translate(0px, 0px) rotate(2.5deg) ; }
    98% { transform: translate(0px, 0px) rotate(-2.5deg) ; }
}
.shake {
    display: inline-block;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: shake-rotate;
    -ms-animation-name: shake-rotate;
    animation-name: shake-rotate;
    -webkit-animation-duration: 100ms;
    -ms-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-iteration-count: 10;
    -ms-animation-iteration-count: 10;
    animation-iteration-count: 10;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running;
}

.medialinks {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.medialinks a {
	padding-left: 10px;
}

.medialinks a,
.medialinks a:hover,
.medialinks a:focus,
.medialinks a:active,
.medialinks a:visited {
	color: #777;
}

.visible-xxs-flex {
	display: none;
}

.hidden-xxs {
  display: block !important;
}

tr.hidden-xxs {
  display: table-row !important;
}

th.hidden-xxs,
td.hidden-xxs {
  display: table-cell !important;
}

.visible-xxs {
  display: none !important;
}

tr.visible-xxs {
  display: none !important;
}

th.visible-xxs,
td.visible-xxs {
  display: none !important;
}

@media only screen and (max-width: 479px) {
.medialinks {
	justify-content: flex-start;
}
.medialinks a {
	padding-left: 0;
	padding-right: 15px;
	padding-top: 2px;
}
.visible-xxs-flex {
	display: block;
}
.hidden-xxs {
	display: none !important;
}
tr.hidden-xxs {
	display: none !important;
}
th.hidden-xxs,
td.hidden-xxs {
	display: none !important;
}
.visible-xxs {
	display: block !important;
}
tr.visible-xxs {
	display: table-row !important;
}
th.visible-xxs,
td.visible-xxs {
	display: table-cell !important;
}
}

#filter button {
	margin-left: 10px;
}

#filter-id {
	padding-right: 5px;
}

#airings tr:nth-child(even):not(.striped) {
	background: transparent;
}

#airings .striped {
	background: #f9f9f9;
}

.rowFadeIn {
	display: table-row;
	animation: fadeInTableRow 0.7s ease-out;
	transform-origin: 0% 50%;
}
@keyframes fadeInTableRow {
    0% { display: none; opacity: 0; transform: scale(0); }
    1% { display: table-row; opacity: 0; }
    80% { display: table-row; opacity: 1; transform: scale(1.1); }
    100% { display: table-row; opacity: 1; transform: scale(1); }
}
.cellFadeIn {
	display: table-cell;
	animation: fadeInTableCell 0.5s ease-out;
	transform-origin: 20% 50%;
}
@keyframes fadeInTableCell {
    0% { display: none; opacity: 0; transform: scale(0); }
    1% { display: table-cell; opacity: 0; }
    80% { display: table-cell; opacity: 1; transform: scale(1.1); }
    100% { display: table-cell; opacity: 1; transform: scale(1); }
}
</pre></body></html>