html
{
    position: relative;
    min-height: 100%;
    background-color: #333333;
    color: #FFFFFF;
}

body
{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-align: center;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Montserrat', sans-serif;
}

a
{
    color: #3299BB;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

audio.player
{
    width: -moz-available;
    width: -webkit-available;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0;
    width: 30%;
}

audio.active-player
{
    display: inline;
}

audio.inactive-player
{
    display: none;
}

.monospace
{
	font-family: consolas, monospace;
}
