
#right h2
{
	float: right;
	margin: 0
}

ul#now-playing,
ul.feestjes
{
	margin-bottom: 2.5em;
	padding-bottom: 2em;
	border-bottom: 1px solid #114
}

ul#lijst-feestjes-bezocht
{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0
}

span.song
{
	color: #449
}

ul#now-playing,
ul#now-playing a
{
	color: #000 !important
}

ul#now-playing a#np-archief
{
	color: #99c !important
}

ul#now-playing strong
{
	color: #99c
}

ul#now-playing,
ul.feestjes
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0
}

ul#now-playing a,
ul.feestjes a
{
	color: #000;
	text-decoration: none
}

p#now-playing-link,
p#feestje-toevoegen-link
{
	float: right;
	clear: right
}

span.datum
{
	font-size: 70%;
	color: #449;
	padding-left: .5em
}


/***
 * Now playing (add/update song)
 */

form#liedje-toevoegen fieldset,
form#now-playing-wijzigen fieldset
{
	width: 17em
}

form#liedje-toevoegen label,
form#now-playing-wijzigen label
{
	width: 6em
}


/***
 * Now playing (archive)
 */

table#now-playingarchief
{
	width: 100%;
	font-size: 80%;
	clear: both;
	margin-top: 2em
}

table#now-playingarchief th
{
	background-color: #114;
	padding: .25em
}

table#now-playingarchief td.datum
{
	width: 11em
}

table#now-playingarchief td.tijd
{
	width: 3em
}

table#now-playingarchief a
{
	text-decoration: none
}

/* Search now playing database */
form#now-playingarchief-zoekform
{
	float: left
}

form#now-playingarchief-zoekform fieldset {
	
	padding: .5em;
	margin-top: -.5em;
	width: 10.5em;
	border-color: #114
}

form#now-playingarchief-zoekform input
{
	width: 4em;
	margin-left: 0;
	margin-right: .25em
}

form#now-playingarchief-zoekform input#zoekterm
{
	width: 7em
}

/* Now playing navigation */
p#now-playingnavigatie
{
	text-align: right;
	overflow: hidden
}

p#now-playingnavigatie a.vorige
{
	float: left
}


/**
 * Add/change party
 */

form#feestje-toevoegen,
form#feestje-wijzigen
{
	width: 17.5em
}

form#feestje-toevoegen label,
form#feestje-wijzigen label
{
	width: 5em
}

