.jumbotron  {
	opacity: 0.8;
	margin-bottom:1em;
	min-height: 4em;
}

#sitename {
	font-size:4vw;
}

.hide {
	display:none;
}


#mixlist {
	opacity: 0.8;
	background-color:#000;
}	    

#footer {
	color:#fff;
	font-size: 0.8em;
	line-height:1.1;
}	

#footer a, #main, pre {
	color:#fff;
	text-decoration: underline;
}

/* toggle open/closed content */
details {
  margin-bottom: 2rem;
  padding: .5rem 1rem;
}

summary {
  cursor: pointer;
}

summary > * {
  display: inline;
}

summary em {
	font-size: 80%;
	float: right;
}

#funtext {
    text-align: left;
    font-weight: bold;
    font-family: monospace;
    line-height: 1.1;
    margin: 1em 2em;
    padding: 0.5em;
    border: 2px solid #333;
    background: #ccc;
}

#searchimg {
	margin-bottom: 18px;

|
