* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 1em;
    line-height: 1.6em;
    font-family: arial, verdana, sans-serif;
    background-color: #7986cb;
    height: 100%;
}

html {
    height: 100%;
}

a {
    color: #4040ff;
}

h1 {
	font-size: 1.6em;
}

ul {
    list-style-type: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.link-list li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.container {
    max-width: 740px;
    margin: auto;
    overflow: hidden;
}

.container-main {
    max-width: 740px;
    background-color: #f8f8f8;
    text-align: center;
}

.container-block {
    padding-left: 20px;
    padding-right: 20px;
}

.header {
	padding-top: 20px;
	padding-bottom: 20px;
    text-align: left;
}

.lyrics-block {
	margin-top: 10px;
	margin-bottom: 20px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
}

.footer {
    display: table;
    background-color: #e8e8e8;
    width: 100%;
    table-layout: fixed;
    font-size: 0.9em;
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-top: 20px;*/
}

.footer-left {
    display: table-cell;
    text-align: right;
    vertical-align: text-top;
}

.footer-middle {
    display: table-cell;
    width: 100px;
    text-align: center;
    vertical-align: text-top;
}

.footer-right {
    display: table-cell;
    text-align: left;
    vertical-align: text-top;
}

.subfooter {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 0.8em;
    line-height: 1.6;
    margin: auto;
    background-color: #7986cb;
}

.subfooter a {
	color: #f0f0f0;
}

.container-side {
    display: none;
}

.media-top {
	border-top: solid 5px #f8f8f8;
	text-align: center;
    max-width: 728px;
    margin: auto;
}

.media-bottom {
	border-bottom: solid 10px #f8f8f8;
	text-align: center;
    max-width: 728px;
    margin: auto;
}

.media-side {
    float: none;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {     /* 20 + 740 + 10 + 160 + 20 */
    .media-side {
        float: right;
        width: 300px;
        height: 600px;
        margin-right: -14px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

#recent-history {
	border-top: solid 1px #bbb;
	background-color: #e8e8e8;
    padding: 20px;
    font-size: 0.9em;
    text-align: center;
}

#recent-history ul {
    display: inline;
}

#recent-history li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}
