/* Font Family
================================================== */

* Desktop
================================================== */

.container { position:relative; margin:0 auto; width:100%;max-width:350px !important;overflow:scroll;overflow-x: auto;overflow-y: auto; }
.column { width:inherit; }


/* Tablet (Portrait)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.container { max-width:335px; }
}


/* Mobile (Portrait)
================================================== */

@media only screen and (max-width: 767px) {
.container { max-width:310px; }
}


/* Mobile (Landscape)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.container { max-width:325px; }
}


/* CSS Reset
================================================== */

html,body,div,span,h1,h6,p,a,ul,li,audio {
border:0;
font:inherit;
font-size:98%;
margin:0;
padding:0;
vertical-align:baseline;
}

body { line-height:1; }
ul { list-style:none; }


/* Basic Styles
================================================== */


* {
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
}


/* Typography
================================================== */

h1,h6,p { color:#808080; font-weight:200; }
h1 { font-size:42px; line-height:44px; margin:20px 0 0; }
h6 { font-size:18px; line-height:20px; margin:4px 0 20px; }
p { font-size:18px; line-height:20px; margin:0 0 2px;padding:5px 0px !important; }


/* Links
================================================== */

a,a:visited { color:#15047F; outline:0; text-decoration:underline; }
a:hover,a:focus { color:#bbb; }
p a,p a:visited { line-height:inherit; }


/* Misc.
================================================== */

.add-bottom { margin-bottom:20px !important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.plSel { padding:2px; }


/* Custom Styles
================================================== */

/* CSS Transitions */
* {
-moz-transition:all 100ms ease;
-o-transition:all 100ms ease;
-webkit-transition:all 100ms ease;
transition:all 100ms ease;
}

/* Highlight Styles */
::selection { background-color:#15047F; color:#fff; }
::-moz-selection { background-color:#15047F; color:#fff; }


/* Audio Player Styles
================================================== */

/* Default / Desktop / Firefox */
audio { margin:0 auto;padding:10px 10px;;max-width:290px; }
#mainwrap { /* add box-shadow or other styles here */ }
#audiowrap { background-color:#eeeeee; margin:0 auto; }
#plwrap { margin:0 auto; }
#tracks { min-height:65px; position:relative; text-align:center; text-decoration:none; top:13px; }
#nowPlay { display:inline; }
#npTitle { margin:0; padding:21px; text-align:right; }
#npAction { padding:21px; position:absolute; }
#plList { margin:0;line-height: 1.5; }
#plList li { background-color:#eeeeee; cursor:pointer; margin:0; padding:0; }
#plList li:hover { background-color:#eeeeee; }
.plItem { position:relative; }
.plTitle { left:50px; overflow:hidden; position:absolute; right:65px; text-overflow:ellipsis; top:0; white-space:nowrap; }
.plNum { padding-left:21px; width:25px; }
.plLength { padding-left:21px; position:absolute; right:21px; top:0; }
.plSel,.plSel:hover { background-color:#15047F!important; cursor:default!important; }
a[id^="btn"] { background-color:; color:#15047F; cursor:pointer; font-size:50px; margin:0; padding:0 27px 11px; text-decoration:none; }
a[id^="btn"]:last-child { margin-left:-4px; }
a[id^="btn"]:hover,a[id^="btn"]:active { background-color:#eeeeee; }
a[id^="btn"]::-moz-focus-inner { border:0; padding:0; }

/* IE 9 */
html[data-useragent*="MSIE 9.0"] audio { margin-left:9px; outline:none; width:280px; }
html[data-useragent*="MSIE 9.0"] #audiowrap { background-color:#000; }
html[data-useragent*="MSIE 9.0"] #tracks { min-height:57px; top:3px; }
html[data-useragent*="MSIE 9.0"] a[id^="btn"] { background-color:#000; }
html[data-useragent*="MSIE 9.0"] a[id^="btn"]:hover { background-color:#080808; }
html[data-useragent*="MSIE 9.0"] #plList li { background-color:#000; }
html[data-useragent*="MSIE 9.0"] #plList li:hover { background-color:#080808; }
html[data-useragent*="MSIE 9.0"] .plSel {padding:2px !important;}
html[data-useragent*="MSIE 9.0"] .plSel:hover { background-color:#080808!important; }

/* IE 10 */
html[data-useragent*="MSIE 10.0"] audio { margin-left:6px; width:275px; }
html[data-useragent*="MSIE 10.0"] #audiowrap { background-color:#000; }
html[data-useragent*="MSIE 10.0"] #tracks { min-height:60px; top:5px; }
html[data-useragent*="MSIE 10.0"] a[id^="btn"] { background-color:#000; }
html[data-useragent*="MSIE 10.0"] a[id^="btn"]:hover { background-color:#080808; }
html[data-useragent*="MSIE 10.0"] #plList li { background-color:#000; }
html[data-useragent*="MSIE 10.0"] #plList li:hover { background-color:#080808; }
html[data-useragent*="MSIE 10.0"] .plSel {padding:2px !important;}
html[data-useragent*="MSIE 10.0"] .plSel:hover { background-color:#080808!important; }

/* IE 11 */
html[data-useragent*="rv:11.0"] audio { margin-left:2px; width:695px; }
html[data-useragent*="rv:11.0"] #audiowrap { background-color:#000; }
html[data-useragent*="rv:11.0"] #tracks { min-height:60px; top:5px; }
html[data-useragent*="rv:11.0"] a[id^="btn"] { background-color:#000; }
html[data-useragent*="rv:11.0"] a[id^="btn"]:hover { background-color:#080808; }
html[data-useragent*="rv:11.0"] #plList li { background-color:#000; }
html[data-useragent*="rv:11.0"] #plList li:hover { background-color:#080808; }
html[data-useragent*="rv:11.0"] .plSel {padding:2px !important;}
html[data-useragent*="rv:11.0"] .plSel:hover { background-color:#080808!important; }

/* All Apple Products */
html[data-useragent*="Apple"] audio { margin:0 auto; width:290px; }
html[data-useragent*="Apple"] #audiowrap { background-color:#e4e4e4; }
html[data-useragent*="Apple"] #tracks { min-height:64px; top:10px; }
html[data-useragent*="Apple"] a[id^="btn"] { background-color:; }
html[data-useragent*="Apple"] a[id^="btn"]:hover { background-color:#eeeeee; }
html[data-useragent*="Apple"] #plList li { background-color:#eeeeee; }
html[data-useragent*="Apple"] #plList li:hover { background-color:#e4e4e4; }
html[data-useragent*="Apple"] .plSel {padding:2px !important;}
html[data-useragent*="Apple"] .plSel:hover { background-color:#e4e4e4!important; }

/* IOS 7 */
html[data-useragent*="OS 7"] audio { margin-left:3px; width:290px; }
html[data-useragent*="OS 7"] #audiowrap { background-color:#e6e6e6; }
html[data-useragent*="OS 7"] #tracks { min-height:75px; top:20px; }
html[data-useragent*="OS 7"] a[id^="btn"] { background-color:; color:; }
html[data-useragent*="OS 7"] a[id^="btn"]:hover { background-color:#eee; }
html[data-useragent*="OS 7"] #plList li { background-color:#e6e6e6; }
html[data-useragent*="OS 7"] #plList li:hover { background-color:#eee; }
html[data-useragent*="OS 7"] .plSel {padding:2px !important;}
html[data-useragent*="OS 7"] .plSel:hover { background-color:#eee!important; }

/* IOS 8 */
html[data-useragent*="OS 8"] audio { margin-left:6px; width:294px; }
html[data-useragent*="OS 8"] #audiowrap { background-color:#e4e4e4; }
html[data-useragent*="OS 8"] #tracks { min-height:75px; top:20px; }
html[data-useragent*="OS 8"] a[id^="btn"] { background-color:; color:; }
html[data-useragent*="OS 8"] a[id^="btn"]:hover { background-color:#eeeeee; }
html[data-useragent*="OS 8"] #plList li { background-color:#e4e4e4; }
html[data-useragent*="OS 8"] #plList li:hover { background-color:#eeeeee; }
html[data-useragent*="OS 8"] .plSel {padding:2px !important;}
html[data-useragent*="OS 8"] .plSel:hover { background-color:#eeeeee!important; }

/* IOS 9 */
html[data-useragent*="OS 9"] audio { margin-left:6px; width:294px; }
html[data-useragent*="OS 9"] #audiowrap { background-color:#eeeeee; }
html[data-useragent*="OS 9"] #tracks { min-height:75px; top:20px; }
html[data-useragent*="OS 9"] a[id^="btn"] { background-color:; color:; }
html[data-useragent*="OS 9"] a[id^="btn"]:hover { background-color:#eeeeee; }
html[data-useragent*="OS 9"] #plList li { background-color:#d5d5d5; }
html[data-useragent*="OS 9"] #plList li:hover { background-color:#eeeeee; }
html[data-useragent*="OS 9"] .plSel {padding:2px !important;}
html[data-useragent*="OS 9"] .plSel:hover { background-color:#eee!important; }

/* IOS 10 */
html[data-useragent*="OS 10"] audio { margin-left:6px; width:194px; }
html[data-useragent*="OS 10"] #audiowrap { background-color:#eee; }
html[data-useragent*="OS 10"] #tracks { min-height:75px; top:20px; }
html[data-useragent*="OS 10"] a[id^="btn"] { background-color:; color:; }
html[data-useragent*="OS 10"] a[id^="btn"]:hover { background-color:#eeeeee; }
html[data-useragent*="OS 10"] #plList li { background-color:#d5d5d5; }
html[data-useragent*="OS 10"] #plList li:hover { background-color:#eee; }
html[data-useragent*="OS 10"] .plSel {padding:2px !important;}
html[data-useragent*="OS 10"] .plSel:hover { background-color:#eee!important; }

/* Chrome */
html[data-useragent*="Chrome"] audio { margin-left:6px; width:96%; }
html[data-useragent*="Chrome"] #audiowrap { background-color:#eee; }
html[data-useragent*="Chrome"] #tracks { min-height:64px; top:10px; }
html[data-useragent*="Chrome"] a[id^="btn"] { background-color:; }
html[data-useragent*="Chrome"] a[id^="btn"]:hover { background-color:#eeeeee; }
html[data-useragent*="Chrome"] #plList li { background-color:#eee; }
html[data-useragent*="Chrome"] #plList li:hover { background-color:#eeeeee; }
html[data-useragent*="Chrome"] .plSel {padding:2px !important;}
html[data-useragent*="Chrome"] .plSel:hover { background-color:#171717!important; }

/* Chrome / Android / Tablet */
html[data-useragent*="Chrome"][data-useragent*="Android"] body { color:#373837; }
html[data-useragent*="Chrome"][data-useragent*="Android"] audio { margin-left:4px; width:262px; }
html[data-useragent*="Chrome"][data-useragent*="Android"] #audiowrap { background-color:#fafafa; }
html[data-useragent*="Chrome"][data-useragent*="Android"] #tracks { min-height:75px; top:20px; }
html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"] { background-color:#fafafa; color:#373837; }
html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"]:hover { background-color:#eee; }
html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li { background-color:#fafafa; }
html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li:hover { background-color:#eee; }
html[data-useragent*="Chrome"] .plSel {padding:2px !important;}
html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel:hover { background-color:#eee!important; }


/* Audio Player Media Queries
================================================== */

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
audio { width:526px; }
html[data-useragent*="MSIE 9.0"] audio { width:536px; }
html[data-useragent*="MSIE 10.0"] audio { width:543px; }
html[data-useragent*="rv:11.0"] audio { width:551px; }
html[data-useragent*="OS 7"] audio { width:446px; }
html[data-useragent*="OS 8"] audio { width:450px; }
html[data-useragent*="OS 9"] audio { width:450px; }
html[data-useragent*="OS 10"] audio { width:450px; }
html[data-useragent*="Chrome"] audio { width:543px; }
html[data-useragent*="Chrome"][data-useragent*="Android"] audio { margin-left:4px; width:545px; }
}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
audio { width:390px; }
html[data-useragent*="MSIE 9.0"] audio { width:335px; }
html[data-useragent*="MSIE 10.0"] audio { width:335px; }
html[data-useragent*="rv:11.0"] audio { width:335px; }
html[data-useragent*="OS 7"] audio { width:335px; }
html[data-useragent*="OS 8"] audio { width:335px; }
html[data-useragent*="OS 9"] audio { width:310px; }
html[data-useragent*="OS 10"] audio { width:310px; }
html[data-useragent*="Chrome"] audio { width:407px; }
html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio { margin-left:4px; width:410px; }
#npTitle { width:245px; }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
audio { width:270px; }
html[data-useragent*="MSIE 9.0"] audio { width:280px; }
html[data-useragent*="MSIE 10.0"] audio { width:280px; }
html[data-useragent*="rv:11.0"] audio { width:280px; }
html[data-useragent*="Apple"] audio { width:250px; }
html[data-useragent*="OS 7"] audio { width:250px; }
html[data-useragent*="OS 8"] audio { width:250px; }
html[data-useragent*="OS 9"] audio { width:250px; }
html[data-useragent*="OS 10"] audio { width:250px; }
html[data-useragent*="Chrome"] audio { width:280px; }
html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio { margin-left:4px; width:290px; }
#npTitle { width:167px; }
}