.content img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

body, p, h1, h2, h3, h4, h5, h6, table, td, th, li, ul, ol, a, div, span {
    font-family: Tahoma, Arial, helvetica, sans-serif;
    line-height: 1.5em;
}

body {
    font-size: 16px;
    color: #e0e0e0;
    background: #121212;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

html {
    margin-left: 2em;
    margin-right: 2em;
    overflow-y: scroll;
}

table {
    font-size: 100%;
    border: none;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    table {
      display: none;
    }
  }
  

td {
    padding: 0.4em 0.25em;
}

a {
    color: #bbb;
    background: transparent;
}

a:visited {
    color: #bbb;
}

a:active, a:hover {
    color: #fff;
    background: #333;
}

#menu {
    margin: 0;
    padding: 0;
    font-size: 13px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    border-collapse: collapse;
    background-color: #111;
}

#menu td {
    width: 16.66%;
    padding: 0;
    border-left: solid 1px #555;
    border-right: none;
    border-top: solid 1px #555;
}

#menu td:first-child {
    border-left: none;
}

#menu a {
    display: block;
    text-align: center;
    line-height: 2em;
    color: #e0e0e0;
    padding: 0.5em;
}

#menu td#active {
    font-weight: bold;
    color: #fff;
    background-color: #222;
    border-bottom: 1px #222;
}

#menu td#active:hover {
    color: #fff;
    background-color: #222;
}

#menu td:hover, #menu td a:hover {
    color: #fff;
    background-color: #444;
}

#menu td:active, #menu td a:active {
    background-color: #666;
}

#menu td#active {
    font-weight: bold;
    color: #fff;
    background-color: #222;
    border-bottom: 1px #222;
}

.main {
    color: #e0e0e0;
    background: #222;
    margin: 2em auto 0 auto;
    padding: 0;
    border: 1px solid #555;
    width: auto;
    min-width: 0px;
    max-width: 1200px;
}

h1, h2, h3 {
    color: #fff;
    font-weight: bold;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 120%;
}

h3 {
    margin-top: 0.75em;
    font-size: 105%;
}

footer {
    text-align: center;
    margin-top: 1.5em;
    color: #aaa;
    font-size: 0.9em;
    background: #222;
}

footer a {
    color: #bbb;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
    background: transparent;
}

footer div {
    padding-left: 0;
}

footer div.sub {
    text-align: left;
}

footer div.contact {
    text-align: right;
}

footer table {
    width: 100%;
    text-align: center;
    margin-top: 1em;
}

footer td {
    padding: 0.5em;
}

footer a {
    color: #bbb;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.content {
    min-height: 400px;
    padding: 1.5em;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.center a:hover {
    background: transparent;
}

.playlist {
    margin-bottom: 40px;
    padding: 15px;
    border: 1px solid #555;
    background: #1a1a1a;
}

.playlist img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.tracklist {
    max-height: 250px;
    overflow-y: scroll;
    border: 1px solid #444;
    background: #111;
    padding: 10px;
}

.track {
    margin-bottom: 12px;
}

.track .title {
    display: block;
    font-size: 1em;
    color: #fff;
}

.track .artist {
    display: block;
    font-size: 0.85em;
    color: #bbb;
    margin-left: 10px;
}
