/* include this file after the panzer.list.css */

/* panzer - custom theme */
.panzerlist-custom .controls span, .panzerlist-custom .controls a, .panzerlist-custom .controls em, .panzerlist-custom .progress, .panzerlist-custom .progress:before, .panzerlist-custom .progress:after, .panzerlist-custom .elapsed, .panzerlist-custom .elapsed:before, .panzerlist-custom .elapsed:after, .panzerlist-custom .volume, .panzerlist-custom .volume-wrapper span, .panzerlist-custom .volume:before, .panzerlist-custom .volume:after, .panzerlist-custom .volume .set, .panzerlist-custom .volume .set:before, .panzerlist-custom .volume .set:after { background-image: url(panzerlist-sprite-custom.png); }
.panzerlist-custom .player, .panzerlist-custom .title { border: 1px solid #bababa; background: #eee; background: -moz-linear-gradient(top, #fcfcfc 0%, #d0d0d0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#d0d0d0)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#d0d0d0 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#d0d0d0 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#d0d0d0 100%); background: linear-gradient(to bottom, #fcfcfc 0%,#d0d0d0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d0d0d0',GradientType=0 ); }
.panzerlist-custom .title { border-bottom: 0; color: #666; }
.panzerlist-custom span.duration, .panzerlist-custom .list a { color: #666; }
.panzerlist-custom .list a:hover { color: #fff; background-color: #ddd; }
.panzerlist-custom .list a.active { color: #4a4; background-color: #ddd; }
.panzerlist-custom strong.alert { color: #666; }
.panzerlist-custom .cover, .panzerlist-custom .list { border: 1px solid #bababa; background: #eee; border-bottom: 0; }

@media only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	.panzerlist-custom .controls span, .panzerlist-custom .controls a, .panzerlist-custom .controls em, .panzerlist-custom .progress, .panzerlist-custom .progress:before, .panzerlist-custom .progress:after, .panzerlist-custom .elapsed, .panzerlist-custom .elapsed:before, .panzerlist-custom .elapsed:after, .panzerlist-custom .volume, .panzerlist-custom .volume-wrapper span, .panzerlist-custom .volume:before, .panzerlist-custom .volume:after, .panzerlist-custom .volume .set, .panzerlist-custom .volume .set:before, .panzerlist-custom .volume .set:after { background-image: url(panzerlist-sprite-custom@2x.png); background-size: 217px 161px; }
}