
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body{
    background-color: #000000;
    color: #ffffff;
    font-size: 1em;
}
* {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

hr{
	width: 75%;
	margin: 2em auto;
}

button, a.button{
    display: inline-block;
    background: #1ed760;
    color: #000000;
    padding: 0.75em;
    border: none;
    cursor: pointer;
    border-radius: 2em;
    text-decoration: none;
    margin: 2px 3px;
    font-weight: bold;
    font-size: 1em;
}
button.secondary, a.button.secondary{
    border: 3px solid #1ed760;
    background: #333333;
    color: #1ed760;
    font-weight: normal;
}
ul.playlists, ul.tracks{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    vertical-align: top;
    font-size: 1em;
}
ul.playlists li{
    margin: 1em 0.5em;
    vertical-align: top;
    border: 3px solid #1ed760;
    border-radius: 1em;
    padding: 1%;
}
div.tracks-popup.ui-widget-content{
	background: #000000;
    color: #dddddd;
    border-radius: 1em;
    border: 3px solid #1ed760;
}
div.tracks-popup.ui-widget-content .ui-widget-content{
    color: #dddddd;
}
div.tracks-popup-titlebar{
	background: #1ed760;
    border-radius: 0.75em;
    border: none;
}
ul.tracks li{
    margin: 0.5em;
    vertical-align: top;
    border: 3px solid #1ed760;
    border-radius: 1.5em;
    padding: 1%;
    color: #dddddd;
}

ul.playlists li>form>div{
    background: #333333;
    padding: 0.5em;
    position: relative;
    border-radius: 25px;
    min-height: 2em;
    font-size: 1.5em;
}
ul.playlists li>form>div .num_tracks{
	cursor: pointer;
    color: #1ed760;
}
ul.playlists li:hover{
    background: #444444;
}
ul.playlists li button{
    padding: 0.5em 3em;
    margin-top: 1em;
}
ul.playlists li button.img{
    position: relative;
    padding: 0;
    background: none;
    margin: 0 auto 1em auto;
    width: 50%;
    height: auto;
}

ul.playlists li img{
    width: 100%;
    height: auto;
}
ul.playlists li button.unavailable{
    background: #888888;
    color: #dddddd;
    cursor: unset;
    font-weight: normal;
}
ul.tracks li{
    background: #555555;
}
h1{
    color: #1ed760;
    font-size: 3em;
    margin: 0.5em 0;
}
h2{
    font-size: 2em;
    margin: 0.5em 0;
    color: #e6e6e6;
}
h3{
	color: #1ed760;
    font-size: 1.5em;
	padding: 1em;
}
form h3{
    background: #555555;
    width: 75%;
    margin: 0 auto;
    border-radius: 2em;
}
h1>a, h3>a{
    color: #1ed760;
    text-decoration: none;
}
em{
	color: #dddddd;
	font-size: 0.8em;
}
form#game_opts label{
	display: block;
	width: 100%;
	padding: 1em 0;
}

form#game_opts label span, form#game_opts p, form#search_playlists label span, form#search_playlists p{
	display: block;	
    font-size: 1.5em;
    color: #dddddd;
}
p.or{
	margin-top: 1em;	
}
form#game_opts label select, form#game_opts label input, form#search_playlists input{
    line-height: 2;
    font-size: 1.25em;
    color: #1ed760;
    background-color: #333333;
    border: 1px solid #555555;
    border-radius: 2em;
}
form#search_playlists input{
    width: 75%;
    min-width: 10em;
	display: block;	
	margin: 0 auto;
    background-color: #666666;
}
form#search_playlists button{
    padding: 0.5em;
    width: 75%;
    font-size: 1.25em;
}
form#game-opts label select{
    padding: 0.5em;
}
/* Desktop-specific styles */
@media ( min-width: 768px ){
	ul.playlists li{
	    display: inline-block;
	    width: 45%;
	}
	ul.playlists li>form>div{
	    font-size: 1em;
	}
	form#search_playlists input{
	    width: 50%;
		display: inline-block;	
	}
	form#search_playlists button{
	    padding: 0.5em;
	    width: auto;
	}
}