input {
    font-size: 1em;
    padding: .2em;

}


#search-bar {
    width: 100%;
    max-width: 75em;
    padding: .3em 0em 1.5em 1em;
    margin-bottom: 1em;
    -moz-box-shadow:inset 0 0 13px 0 #eee;
    -webkit-box-shadow:inset 0 0 13px 0 #eee;
    box-shadow:inset 0 0 1em 0 #eee;
    -moz-border-radius: 1.5em ;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    border:1px solid #bbb;
    color:#557;
    font-family:arial;
    font-size: .9em;
    font-weight:bold;
    text-decoration:none;
    margin-top: 2em;
}

#search-bar label {
    margin: 1em .5em 1.5em 2.5em;
}

button {
    background: #ffffff;
    -moz-box-shadow:inset 0 0 13px 0 #eee;
    -webkit-box-shadow:inset 0 0 13px 0 #eee;
    box-shadow:inset 0 0 13px 0 #eee;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:3px;
    border:1px solid #bbb;
    color:#777777;
    font-family:arial;
    font-size: 1.1em;
    font-weight:bold;
    text-decoration:none;
}

button:hover {
    background-color:#acf;
}

button img {
    float: left;
    margin-right: .2em;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    background-color: #fff;
    border: 4px solid #417690;
    padding: 12px;
}

.simplemodal-data {
    margin: 1em 7em 1em 1em;
}

#messages {
    font-size: 3em;
    position: fixed;
    top: 0;
    left: 50%;
    width: 20%;
}

.message {
    background-color: #eee;
    padding: .7em .5em;
    margin: 0 .5em 0 0;
}


.trackitem {
    text-align: left;
    padding: .1em .3em;
    width: 65%;
}


/*
    TracklistView
*/
.tracklist {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding: .5em 0 1em .5em;
    margin: 0;
}


/*
    TracklistItemView
*/


.tracklistitem > button {
    font-size: 1.2em;
    padding: .5em .2em .4em .4em;
    margin: .1em .05em .2em .15em;
}


li.tracklistitem .trackinfo {
    max-width: 8%;
    vertical-align: top;
}

ul.tracklist  li {
    list-style: none;
}

.playlistitems  li {
    width: 100%;
    margin-left: 1em;
    font-weight: bold;
    color: #555;
}

/*
    PlaylistView
*/

.playlist-title {
    font-size: 1.2em;
    font-weight: bold;

}

/*
    PlaylistItemView
*/

.playlist h2 {
    margin-top: 0;
}

.playlist h2 span {
    font-size: .5em;
    padding-left: 1em;
}

#search-results {
    min-width: 30em;
    width: 45%;
}

#playlist {
    float: right;
    font-weight: bold;
    min-width: 30em;
    width: 52%;
}