/* Vinyl Scrobbler CSS */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

h1, h2, h3, h4, h5 { letter-spacing: 0.02em; font-weight: 700; }

body { padding: 0 20px; }

#header, footer { background: rgba(255, 255, 255, 0.4); padding: 10px 0; width: auto; box-sizing: border-box; }

#header { @extends .clearfix; position: relative; height: 60px; /* Smartphones (portrait and landscape) ----------- */ }
@media (max-width: 600px) { #header { width: auto; padding: 0; } }
#header h1 { width: 300px; float: left; padding: 0; margin-right: 10px; height: 40px; }
#header .login { display: block; background: #D10000; padding: 8px 12px; color: white; font-weight: 300; text-transform: uppercase; border-radius: 20px; float: right; text-decoration: none; }
@media (max-width: 500px) { #header .login .with { display: none; } }
#header #menu-container { float: right; margin-right: 60px; }
@media (max-width: 600px) { #header #menu-container { float: left; width: 100%; margin: 20px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } }
#header #menu-container #menu { margin: 0 auto; }
#header #menu-container #menu li { display: inline-block; height: 40px; }
#header #menu-container #menu li a { height: 40px; text-transform: uppercase; text-decoration: none; display: inline-block; line-height: 40px; margin: 0 10px; }
#header #menu-container #menu li a:hover { text-decoration: underline; }
#header #menu-container #menu li a.search { width: 0; padding-left: 35px; overflow: hidden; background: url("../img/menu/search.png") no-repeat left center; }
#header #menu-container #menu.menualbums li.albums, #header #menu-container #menu.menuscrobbles li.scrobbles { border-color: #ccc; background-color: #ddd; }
#header .current-user { position: absolute; right: 0px; top: 10px; font-size: 14px; cursor: pointer; }
#header .current-user span.name { border: 1px solid #ddd; background: #efefef; width: 40px; height: 40px; display: block; }
#header .current-user img.profile { margin: 0; width: 40px; height: 40px; }
#header .current-user #userMenu { display: none; position: absolute; top: 40px; right: 0; z-index: 1; list-style: none; border-top: 1px solid #ccc; background-color: #fff; }
#header .current-user #userMenu li { border: 1px solid #ccc; border-top: 0; width: 138px; }
#header .current-user #userMenu li a { padding: 4px; display: block; text-align: right; text-transform: uppercase; text-decoration: none; }
#header .current-user #userMenu li a:hover { background-color: #eee; }
@media (max-width: 600px) { #header { border: none; margin: 0 auto; }
  #header h1 { float: none; padding: 8px 0; }
  #header #toolbar { float: right; margin-top: -5px; }
  #header .current-user { top: 5px; right: 5px; }
  #header .current-user .name { margin-top: 0; position: static; float: right; }
  #header .current-user .name img.profile { margin: 0; }
  #header .current-user #userMenu { top: 48px; }
  #header #menu-container { margin: 0 auto; padding: 0; } }

footer { position: relative; color: #999; z-index: 3; padding: 50px 0 20px 0; margin-top: 50px; border-top: 1px solid #eee; font-size: 14px; }
footer .stats { text-align: left; float: left; width: 200px; margin-left: 100px; margin: 0 auto; }
footer a { color: #555; }
footer #cta { float: left; }
footer #cta .button.reddit { background: #ff4500; color: #fff; text-transform: none; }
footer #cta .button.vault { text-transform: none; }
footer #cta p { margin-bottom: 10px; }
footer #credit { float: right; text-align: right; font-size: 11px; }
footer #credit p { margin: 0 0 15px 0; }
@media only screen and (min-width: 320px) and (max-width: 480px) { footer { margin-top: 10px; }
  footer .stats, footer #cta, footer #credit { clear: both; width: 100%; float: none !important; text-align: center; line-height: 24px; height: 24px; margin: 20px 0; }
  footer .stats p, footer #cta p, footer #credit p { margin: 20px 0; } }

.grid.sleeves { clear: both; padding-bottom: 15px; }

ul.albums { margin-bottom: 30px; }
ul.albums li { @extends .clearfix; list-style: none; display: block; float: left; margin: 4px 4px 10px 4px; min-height: 65px; }
ul.albums li img { float: left; }
ul.albums li div.text { vertical-align: top; padding-left: 5px; display: inline; float: left; white-space: normal; font-size: 14px; }
@media only screen and (min-width: 320px) and (max-width: 480px) { ul.albums li div.text { width: 240px; } }
ul.albums li div.text span.title { color: #000; }
ul.albums li div.text span.artist { color: #777; }
ul.albums.scrobbles li { min-height: 0; }
ul.albums.scrobbles li .sleeve img { width: 64px; height: 64px; }
ul.albums.search li p.catno, ul.albums.search li p.country { color: #555; font-size: 11px; margin: 3px 0; }
ul.albums.top li { width: 470px; margin-right: 10px; position: relative; }
ul.albums.top li a { text-decoration: none; width: 460px; height: 120px; padding: 5px; display: block; }
ul.albums.top li a:hover { -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; transition: background-color 0.3s linear; background-color: #f5f5f5; }
ul.albums.top li div.text { font-size: 24px; width: auto; height: 120px; padding-left: 0; position: absolute; top: 0; left: 130px; }
ul.albums.top li div.text .title { margin-bottom: 5px; }
ul.albums.top li div.text .count { position: absolute; bottom: 0; left: 0; color: #999; font-size: 14px; }

.grid.sleeves { width: 100%; }
.grid.sleeves li { display: inline-block; margin-left: 5px; margin-right: 5px; margin-bottom: 10px; position: relative; vertical-align: top; }
.grid.sleeves li .text { float: none; }
.grid.sleeves li .text .title, .grid.sleeves li .text .artist { display: block; margin-bottom: 4px; }
.grid.sleeves li .text span.scrobble-time { font-size: 10px; white-space: nowrap; color: #999; }
.grid.sleeves li .text .scrobble-user { font-size: 11px; }

ul.grid-select { margin: 0 auto; text-align: center; }
ul.grid-select li { display: inline; text-align: center; }
ul.grid-select li a { font-size: 11px; text-decoration: none; text-transform: uppercase; border: 1px solid #aaa; padding: 3px 5px; background-color: #eee; margin: 0 -1px; cursor: pointer; }
ul.grid-select li a.selected { background-color: #333; color: #eee; }

.sleeve { aspect-ratio: 1; overflow: hidden; }
.sleeve img { -webkit-box-shadow: 1px 1px 3px #ccc; box-shadow: 1px 1px 3px #ccc; opacity: 0; transition: opacity 0.3s ease-in; display: block; width: 100%; }

.grid.sleeves { width: 100%; margin: 10px auto; }
.grid.sleeves a { text-decoration: none; }
.grid.sleeves li { margin: 5px; width: 150px; }
#recent .grid.sleeves li { overflow: hidden; }
.grid.sleeves li .sleeve img { display: block; }
.grid.sleeves li .vs-button { margin: 5px 0 10px 0; width: 100%; }
@media (max-width: 650px) { .grid.sleeves li { width: 22% !important; margin: 0 4px 4px 0; } }

ul.grid li { position: relative; }
ul.grid li .meta { padding: 8px 0; height: 24px; position: relative; }
ul.grid li .meta .time { position: absolute; left: 55px; top: 10px; font-size: 0.8em; color: #999; }
ul.grid li .meta a.like { width: 20px; height: 20px; display: inline-block; float: right; text-align: center; color: #000; border-radius: 3px; font-size: 12px; background-image: url("../img/icons/like-off.png"); background-size: 100%; opacity: 0.5; -webkit-transition: opacity 0.1s linear; -moz-transition: opacity 0.1s linear; -ms-transition: opacity 0.1s linear; -o-transition: opacity 0.1s linear; transition: opacity 0.1s linear; }
ul.grid li .meta a.like:hover { opacity: 1; }
ul.grid li .meta a.like.liked { background-image: url("../img/icons/like-on.png"); opacity: 1; }
ul.grid li.new:after { content: 'new'; font-size: 11px; color: #ccc; background: #D10000; opacity: 0.8; padding: 2px 4px; position: absolute; top: 5px; right: -3px; display: inline-block; }

.page-content p { margin-bottom: 20px; line-height: 1.5; }
.page-content ul { list-style-position: inside; padding-left: 10px; margin-bottom: 20px; }
.page-content h3 { margin-bottom: 5px; }
.page-content .final-cta { margin: 50px 0; padding: 20px; border: 1px solid #eee; background: #ada; border-radius: 10px; width: 50%; min-width: 300px; margin-left: auto; margin-right: auto; }

#toolbar { display: inline-block; font-size: 1.5em; color: #777; height: 40px; vertical-align: middle; position: relative; }
#toolbar a { position: relative; z-index: 2; line-height: 40px; text-decoration: none; color: inherit; display: inline-block; margin: 0 5px; -webkit-transition: color 0.2s linear; -moz-transition: color 0.2s linear; -ms-transition: color 0.2s linear; -o-transition: color 0.2s linear; transition: color 0.2s linear; }
#toolbar a:hover { color: #222; }

#search-form { display: inline-block; width: auto; height: 40px; clear: both; }
#search-form form { display: inline-block; }
#search-form input { display: inline; border: 1px solid #ccc; -webkit-border-radius: 0; }
#search-form input.text { box-shadow: none; height: 20px; width: 0; opacity: 0; padding: 5px; -webkit-transition: width 0.3s linear, opacity 0.3s linear; -moz-transition: width 0.3s linear, opacity 0.3s linear; -ms-transition: width 0.3s linear, opacity 0.3s linear; -o-transition: width 0.3s linear, opacity 0.3s linear; transition: width 0.3s linear, opacity 0.3s linear; }
#search-form.open input.text { width: 140px; opacity: 1; }
#search-form .submit { display: none; }
#search-form input[type=submit] { width: 48px; height: 20px; }
@media (max-width: 500px) { #search-form { position: relative; width: 250px; margin: 0 auto 10px auto; height: auto; }
  #search-form input.text { width: auto; }
  #search-form .submit { display: none; }
  #search-form .social { display: none; }
  #search-form input.text { opacity: 1; }
  #search-form input[type=text] { width: 240px; } }

.search-results li { display: block; clear: both; width: auto; }
.search-results li img { float: left; margin: 10px 0; width: 120px; height: 120px; }
.search-results li .text { padding: 10px; margin-left: 120px; width: auto; font-size: 0.9em; }
.search-results li .text p { margin: 0 0 5px 0; }
.search-results li .text .year, .search-results li .text .catno { color: #555; }

#edgy-bg { position: absolute; top: 0; left: 0; z-index: -1; display: inline; background: #555; width: 100%; height: 100%; }

#edgy-bg img { position: absolute; top: -50%; left: 0; width: 100%; -webkit-filter: blur(10px) opacity(0.8); }

.user.view h3.heading { border-bottom: 1px solid #999; margin-bottom: 0; line-height: 30px; }
.user.view .collection { width: 60%; float: left; }
.user.view div.scrobbles { width: 35%; float: right; }
.user.view .details { padding: 10px 0; background: rgba(255, 255, 255, 0.7); color: #333; }
.user.view .details h2 { display: inline-block; font-size: 1.8em; margin: 0; line-height: 40px; }
.user.view .details h2 img { vertical-align: middle; }
.user.view .details h2 img.profile { margin: 3px 10px 3px 0; }
.user.view .details .ext { float: right; display: inline-block; line-height: 40px; text-decoration: none; }
.user.view .details .ext img { vertical-align: middle; }
.user.view .details .discogs-sync-status { font-size: 0.75em; color: #666; }
.user.view .details .discogs-sync-status a { color: inherit; text-decoration: underline; }
.user.view .details .follow-button { display: inline-block; margin-left: 20px; background: #ccc; border-radius: 3px; font-size: 12px !important; padding: 3px 5px; text-decoration: none; line-height: 1; font-weight: 400; }
@media (max-width: 600px) { .user.view .scrobbles, .user.view .collection { width: 100%; float: none; }
  .user.view .details { padding: 10px 20px; } }

.toolbar { background: #eee; padding: 3px 5px; font-size: 0.9em; }
.toolbar .sorter { float: right; }
.toolbar .sorter ul { list-style: none; display: inline-block; }
.toolbar .sorter ul li { display: inline-block; margin: 0 3px; }
.toolbar .sorter ul li a { text-decoration: none; }
.toolbar .sorter ul li.selected { font-weight: 700; text-decoration: underline; }

div.album.view .header { margin-bottom: 10px; text-transform: uppercase; font-weight: 400; height: 50px; }
div.album.view .header h2 { font-size: 1.3em; font-weight: 400; margin-bottom: 5px; }
div.album.view .header h3 { font-weight: 400; font-size: 1em; margin: 0; }
div.album.view .header h3 a { color: #777; text-decoration: none; }
div.album.view .album-content { clear: both; padding-top: 10px; display: flex; flex-flow: row wrap; justify-content: flex-start; }
div.album.view .album-content .artwork, div.album.view .album-content .tracks, div.album.view .album-content .actions { display: inline; width: 300px; margin: 0 20px 0 0; }
div.album.view .artwork .sleeve img { box-shadow: 3px 3px 5px #999; }
div.album.view .artwork .others { border-top: 1px solid #ddd; padding-top: 10px; }
div.album.view .artwork .others .search-results li img { width: 50px; height: 50px; }
div.album.view .artwork .others .search-results li .text { margin-left: 50px; }
div.album.view .tracks { font-size: 0.9em; margin-bottom: 20px; }
div.album.view .tracks ul { list-style: none; border-bottom: 1px solid #555; padding-bottom: 5px; margin-bottom: 5px; }
div.album.view .tracks ul li { clear: right; }
div.album.view .tracks ul li .time { float: right; color: #333; }
div.album.view .tracks ul li.side, div.album.view .tracks ul li.side-title { margin-top: 10px; }
div.album.view .tracks ul li.side:first-child, div.album.view .tracks ul li.side-title:first-child { margin-top: 0; }
div.album.view .tracks ul li.side-title { font-weight: 700; }
div.album.view .tracks ul li.side-title:first-child { margin-top: 0; }
div.album.view .tracks ul li.now-playing { padding: 3px; margin-left: -3px; background: #ddd; }
div.album.view .tracks .tracks-credit { font-size: 0.9em; color: #333; padding-top: 3px; margin-top: 7px; }
div.album.view .tracks .tracks-credit a { color: inherit; }
div.album.view .tracks .discogs-chooser { margin-top: 20px; background: #eee; padding: 3px 5px 8px 5px; }
div.album.view .tracks .discogs-chooser select { max-width: 260px; }
div.album.view .tracks .discogs-chooser .input, div.album.view .tracks .discogs-chooser .submit { display: inline-block; margin-right: 10px; }
div.album.view .tracks .discogs-chooser h5 { margin-bottom: 3px; }
div.album.view .actions { min-height: 300px; }
div.album.view .actions ul.scrobbles li { width: auto; }
div.album.view .actions .stats .last-scrobble, div.album.view .actions .stats > .scrobbles, div.album.view .actions .stats .collections { margin: 0 0 5px 0; box-sizing: border-box; font-size: 1em; vertical-align: top; padding: 10px; border: 1px solid #ccc; display: inline-block; text-align: center; text-transform: uppercase; color: #999; }
div.album.view .actions .stats > .scrobbles, div.album.view .actions .stats .collections { width: 148px; float: left; }
div.album.view .actions .stats > .scrobbles .number, div.album.view .actions .stats .collections .number { font-size: 3em; display: block; }
div.album.view .actions .stats .collections { margin-left: 4px; }
div.album.view .actions .stats .last-scrobble { padding: 5px; font-size: 0.9em; width: 100%; }
div.album.view .actions .scrobble > .button { margin-top: 0; margin-bottom: 10px; padding: 10px 20px; }
div.album.view .actions #scrobble-form { background-color: #eee; padding: 10px; }
div.album.view .actions #scrobble-form form.scrobble .input { margin-bottom: 5px; }
div.album.view .actions #scrobble-form form.scrobble textarea.comment { width: 100%; }
div.album.view .actions #scrobble-form form.scrobble .checkbox input { float: right; }
div.album.view .actions #scrobble-form form.scrobble .disabled label { color: #777; }
div.album.view .actions #scrobble-form form.scrobble .input.date, div.album.view .actions #scrobble-form form.scrobble .input.time { padding-left: 5px; }
div.album.view .actions #scrobble-form form.scrobble .time-options p.local-time { font-size: smaller; text-align: right; clear: both; }
div.album.view .actions #scrobble-form form.scrobble .sharing-options { margin-top: 5px; }
div.album.view .actions #scrobble-form form.scrobble .sharing-options .input { padding-left: 5px; }
div.album.view .actions #scrobble-form .vs-button { width: 50%; float: right; font-weight: 400; }
div.album.view .actions #scrobble-form:after { content: ''; clear: both; height: 1px; display: block; }
@media only screen and (min-width: 320px) and (max-width: 480px) { div.album.view .artwork, div.album.view .tracks, div.album.view .actions { margin-bottom: 20px; width: auto; float: none; margin: 0; } }

div.album.view .header .text { float: left; }
@media only screen and (min-width: 320px) and (max-width: 480px) { div.album.view .header h2, div.album.view .header h3 { font-size: 20px; text-align: left; margin: 0; float: none; }
  div.album.view .header .now-playing { float: left; } }
div.album.view h3.artist { color: #222; font-weight: 400; }
div.album.view .actions .now-playing { float: right; width: 300px; height: 50px; box-sizing: border-box; margin: 0 0px 10px 0; background-color: #292; padding: 10px; color: white; text-transform: uppercase; position: relative; line-height: 30px; }
div.album.view .actions .now-playing img { position: absolute; right: 9px; top: 9px; }
div.album.view .long-cta { display: block; font-size: smaller; padding: 4px 6px; border: 1px solid #333333; clear: both; }
div.album.view .long-cta p { margin-bottom: 10px; }
div.album.view .long-cta .button { float: right; }
div.album.view div.login-cta { text-align: center; }
div.album.view div.login-cta a { text-align: center; color: white; background: #292; text-decoration: none; display: block; padding: 3px; }
div.album.view .scrobble { margin-bottom: 10px; }
div.album.view div.scrobbles-list { clear: both; padding-top: 10px; font-size: 12px; }
div.album.view div.scrobbles-list .count { color: #999; }
div.album.view div.scrobbles-list ul.scrobbles { list-style: none; border-top: 1px solid #ccc; }
div.album.view div.scrobbles-list ul.scrobbles li { padding: 2px; border-bottom: 1px solid #ccc; line-height: 16px; }
div.album.view div.scrobbles-list ul.scrobbles li img { vertical-align: middle; margin-right: 5px; }
div.album.view div.scrobbles-list ul.scrobbles li .datetime { font-size: 11px; float: right; color: #555; }
div.album.view div.scrobbles-list ul.scrobbles li .comment { width: 90%; margin: 0 auto; font-size: 11px; color: #999; font-style: italic; }
div.album.view ul.album-links { font-size: 12px; margin-top: 10px; padding-left: 5px; list-style: none; text-align: center; }
div.album.view ul.album-links li { display: inline-block; margin: 10px 15px; }
div.album.view ul.album-links li.discogs img { height: 25px; }
div.album.view ul.album-links li.lastfm img { height: 21px; margin-bottom: 4px; }
div.album.view ul.album-links li a { display: inline-block; text-decoration: none; }

.discogs.add { padding: 50px 0; text-align: center; }
.discogs.add p { margin: 30px 0; }
.discogs.add .input, .discogs.add .submit { display: inline-block; margin-right: 10px; }
.discogs.add input { display: inline-block; border: 1px solid #ccc; -webkit-border-radius: 0; background: #FFF; padding: 5px; height: 20px; }
.discogs.add input.text { text-align: left; width: 140px; margin-left: 50px; }
.discogs.add input.text.add { width: 500px; }
.discogs.add .submit input { width: 50px; height: 32px; }
.discogs.add form { margin-bottom: 30px; }
.discogs.add .tip { clear: both; margin-top: 30px; text-align: left; width: 450px; padding: 20px; margin: 0 auto; color: #777; background: #eee; font-size: 0.8em; }
.discogs.add .tip ul { list-style-position: inside; margin-left: 5px; }

.artists.index { text-align: center; }
.artists.index ul { margin-bottom: 30px; }
.artists.index ul li { display: inline-block; padding: 5px 10px; margin: 5px; background: #ccc; }
.artists.index .paging { float: none; }

.album-text { display: block; }
.album-text h3 { font-weight: 400; font-size: 0.9em; }
.album-text h3, .album-text .sub { margin: 5px 0; }
.album-text .sub { font-size: 0.8em; color: #777; }

.view.artist .artist-album { display: inline-block; height: 280px; width: 200px; margin: 0 10px 30px 10px; vertical-align: top; }
.view.artist .artist-album .sleeve { margin-bottom: 10px; }
.view.artist .artist-album .album-text h4.year { float: right; margin-left: 10px; color: #999; font-size: 0.9em; font-weight: 400; }

table.data { width: 80%; margin-bottom: 30px; }
table.data th, table.data td { padding: 8px 10px 8px 5px; }
table.data th { border-bottom: 2px solid #555555; text-align: left; }
table.data td { border-bottom: 1px solid #555555; }
table.data td.dl { text-align: center; }

.account table.account { margin-bottom: 30px; }
.account table.account th { text-align: left; padding: 0 20px 10px 0; }
.account table.account th, .account td { vertical-align: top; }
.account .section { margin-top: 10px; padding: 10px 0 10px 0; }
.account .section p { margin-bottom: 20px; }
.account #ical-link { display: block; width: 100%; }
.account .feature-badge { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1; padding: 3px 8px; border-radius: 3px; vertical-align: middle; margin-left: 8px; }
.account .feature-badge.free { background: #ddd; color: #333; }
.account .feature-badge.premium { background: #000; color: #fff; }
.account .data-item { margin-bottom: 20px; }
.account .data-item.sv-signpost { background: #f5edfa; border: 1px solid #b778da; border-radius: 5px; padding: 15px 20px; margin-top: 20px; }
.account .data-item.sv-signpost h3 { margin-top: 0; }
.account .connections .service { clear: left; margin-top: 10px; padding: 10px 0 30px 0; border-top: 1px solid #ddd; }
.account .connections .service .status { font-size: 0.9em; }
.account .connections .service h4, .account .connections .service .status, .account .connections .service .connect { float: left; width: 30%; }
.account .connections .service .status .name { font-style: italic; background: #ddd; }
.account .connections div { margin-bottom: 20px; }
.account .connections div h4 { text-align: left; margin-bottom: 10px; }
.account .connections .disconnect { float: right; font-size: 12px; }

ul.scrobbles li { clear: both; border-bottom: 1px solid #fff; background-color: rgba(255, 255, 255, 0.3); }
ul.scrobbles li a { text-decoration: none; }
@media only screen and (min-width: 320px) and (max-width: 480px) { ul.scrobbles li { width: 316px; } }
ul.scrobbles li:nth-child(2n) { background-color: rgba(255, 255, 255, 0.6); }
ul.scrobbles li .sleeve { float: left; margin-right: 10px; }
ul.scrobbles li .text { white-space: nowrap; font-size: 12px; padding: 0; overflow: hidden; }
ul.scrobbles li .text .scrobble-time { font-size: 11px; color: #777; }

.view.scrobble { width: 100%; margin: 0 auto; }
.view.scrobble .artwork { margin: 10px 0; width: 100%; }
@media (min-width: 450px) { .view.scrobble { max-width: 450px; } }
.view.scrobble .detail { padding: 6px 0; margin: 5px 0; text-align: left; }
.view.scrobble .detail.user { border-bottom: 1px solid #eee; }
.view.scrobble .detail.user h2 { float: left; margin: 0; font-size: 14px; }
.view.scrobble .detail.user .time { font-size: 12px; float: right; line-height: 24px; }
.view.scrobble .detail.user a { text-decoration: none; vertical-align: middle; }
.view.scrobble .detail.user a img { vertical-align: middle; margin-right: 10px; }
.view.scrobble .detail.title { border-top: 1px solid #eee; }
.view.scrobble .detail.title h2, .view.scrobble .detail.title h3 { margin: 3px 0; }
.view.scrobble .detail.title h2 { font-weight: 700; font-size: 1.2em; }
.view.scrobble .detail.title h3 { font-weight: 400; font-size: 1em; }
.view.scrobble .detail.comment { font-style: italic; }

.index.scrobbles ul.scrobbles { clear: both; height: 41px; }
.index.scrobbles ul.scrobbles li { clear: none; background: white; margin: 2px; margin: 0 0 10px 0; width: 320px; }
.index.scrobbles ul.scrobbles li .text { overflow: hidden; width: 210px; }
.index.scrobbles ul.scrobbles li .scrobble-time { display: block; }
.index.scrobbles ul.scrobbles li .title, .index.scrobbles ul.scrobbles li .artist { font-size: 12px; display: block; }
.index.scrobbles ul.scrobbles li .sleeve { margin-right: 5px; }
.index.scrobbles ul.scrobbles li:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
@media (max-width: 400px) { .index.scrobbles ul.scrobbles { width: 100%; }
  .index.scrobbles ul.scrobbles li { width: 100%; }
  .index.scrobbles ul.scrobbles li div.text { max-width: 270px; } }
.index.scrobbles .paging { text-align: center; float: none; clear: both; padding-top: 20px; }

.shops.index { list-style: none; }
.shops.index ul li { display: inline-block; max-width: 150px; margin: 5px; vertical-align: top; }
.shops.index ul li span { display: block; }
.shops.index ul li .name { font-size: 1em; }
.shops.index ul li .city { font-size: 0.9em; color: #555; }
.shops.index ul li .checkins { font-size: 0.8em; color: #777; }

table.badges { width: 100%; font-size: smaller; }
table.badges tr th { text-align: left; }
table.badges tr td { border-top: 1px solid #999; padding: 3px 5px; }
table.badges tr td.emoji { font-size: xx-large; text-align: center; padding: 5px; }

ul.badges { list-style: none; }
ul.badges .emoji { font-size: xxx-large; text-align: center; }
ul.badges li.badge { padding: 20px; display: inline-block; text-align: center; }
ul.badges li.badge img { width: 80px; }
ul.badges li.badge a { font-style: normal; text-decoration: none; }
ul.badges li.badge .title { display: block; }

div.collection .heading { clear: both; }
div.collection .badges .emoji { font-size: xxx-large; text-align: center; padding: 10px; display: inline-block; }

.view.award { width: 100%; margin: 20px auto; }
@media (min-width: 450px) { .view.award { max-width: 450px; } }
.view.award .artwork { text-align: center; margin-bottom: 10px; }

.year-in-review { max-width: 800px; margin: 20px auto; }
.year-in-review h2 { margin-bottom: 30px; text-align: center; }
.year-in-review .metric-section { margin: 30px 0; padding: 20px; background: #f5f5f5; border-radius: 5px; }
.year-in-review .metric-section h3 { margin-bottom: 15px; color: #333; }
.year-in-review .metric-value { font-size: 2em; font-weight: bold; color: #e91e63; margin: 10px 0; }
.year-in-review .album-display { display: flex; align-items: center; margin-top: 15px; }
.year-in-review .album-display img { margin-right: 20px; border-radius: 5px; }
.year-in-review .album-info h4 { margin: 5px 0; font-size: 1.3em; }
.year-in-review .album-info p { margin: 5px 0; color: #666; }
.year-in-review .insufficient-data { text-align: center; padding: 40px; background: #f5f5f5; border-radius: 5px; }
.year-in-review .insufficient-data h3 { color: #666; margin-bottom: 10px; }

@-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg); } }
.album.view .now-playing img { -webkit-animation-name: rotate; -webkit-animation-duration: 1.8s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; }

.album.view .now-playing.rpm45 img { -webkit-animation-duration: 1.33333s; }

* { margin: 0; padding: 0; }

br.clear { clear: both; }

body { font-family: 'Lato', sans-serif; color: #000; }

a, a:link, a:visited, a:active { color: black; }

#flashMessage { background-color: #FFF6BF; padding: 5px; margin-bottom: 10px; }
#flashMessage.error { background-color: #ffd8dd; text-align: left; margin-top: 0; }

#container { padding: 0; clear: both; }
@media (max-width: 600px) { #container { padding-top: 10px; } }

#content { margin-top: 10px; }

.button { box-sizing: border-box; display: block; text-align: center; line-height: 1; padding: 0 20px; text-decoration: none; font-weight: 700; text-transform: uppercase; }

.login-button { width: 260px; height: 53px; display: block; text-indent: -50000px; }

.login-button.small { width: 130px; height: 26px; background-size: 100%; }

input[type=submit], .vs-button { height: 23px; }

.vs-button { border: none; border-radius: 3px; font-size: 13px; font-weight: 400; line-height: 1; cursor: pointer; display: inline-block; padding: 5px 20px; }

.button.scrobble { background-color: #D10000; color: #fff; margin-bottom: 0; }

.button.add { background-color: #292; color: #fff; }

.button.suggest { background-color: #cae7ca; color: #333333; }

.button.remove { background: #ddd; }

.button.vault { background: #b778da; color: #ffffff; }

p.about { color: #999; text-align: center; text-transform: uppercase; font-size: 36px; }

p.none { margin: 20px 0; text-align: center; font-style: italic; color: #999; }

#splash { width: 1000px; height: 503px; background-image: url(/img/splash.jpg); clear: right; }

form.scrobble .input.checkbox label.inactive a { color: #999; font-size: 14px; }

h2 { clear: both; margin-bottom: 20px; }

div.view.login .login-button { float: none; margin-left: 350px; }

table.index { font-size: 14px; }

table.index td, table.index th { padding: 5px 8px; vertical-align: top; }

table.index th { text-align: left; }

div.paging { float: right; font-size: 90%; font-weight: 700; }
div.paging span { margin-left: 3px; margin-right: 3px; }
div.paging span a { padding: 2px 5px 2px 5px; border: 1px solid #999; }
div.paging span a:hover { background: #eee; }
div.paging a { text-decoration: none; }

#header, #container { max-width: 960px; margin: 0 auto; }

#home #start { width: 100%; text-align: center; }
@media only screen and (min-width: 320px) and (max-width: 480px) { #home #start a { text-align: center; margin: 0 auto; } }
#home .albums.my li { width: 290px; }
#home #recent { float: left; }
#home #recent h2 { margin-bottom: 15px; }
@media (max-width: 1020px) { #home #recent { float: left; width: 100%; } }

div.error { margin: 100px 0; text-align: center; }
div.error h2 { color: #555; text-transform: uppercase; }

p.more { clear: both; float: right; }
@media only screen and (min-width: 320px) and (max-width: 480px) { p.more { display: none; } }

.paged-content #load-more { width: auto; display: block; margin: 0 auto; background: #eee; padding: 5px; text-align: center; text-decoration: none; font-size: 0.9em; color: #666; }
.paged-content span.next a { display: none; }

a.like { color: #777; }
a.like.liked { color: #aaa; }

.column-browser { position: relative; }
.column-browser .albums, .column-browser .album-view { display: none; }
.column-browser .artists { width: 33%; margin: 0 2px; }
.column-browser .albums, .column-browser .album-view { width: 100%; margin: 0 2px; }
.column-browser .name, .column-browser .column-browser .title { cursor: pointer; }
.column-browser ul { list-style: none; border-bottom: 1px solid #aaa; }
.column-browser ul li { padding: 3px 5px; border-top: 1px solid #aaa; }
.column-browser li.selected { background: #ccc; }
.column-browser .artists, .column-browser .albums, .column-browser .album-view { position: absolute; top: 0; }
.column-browser .artists { left: 0; }
.column-browser .artists li.selected .albums { display: block; }
.column-browser .albums, .column-browser .album-view { left: 100%; }
.column-browser .albums li.selected .album-view { display: block; }
.column-browser .albums li { height: 30px; vertical-align: top; line-height: 30px; }
.column-browser .albums li .title { line-height: 30px; display: inline-block; }
.column-browser .albums li .sleeve { display: inline-block; }
.column-browser .album-view { text-align: center; }

.admin-bar { clear: both; background: #eee; padding: 3px 5px; margin-top: 30px; }

p.notice { margin: 5px 0; background: #FFF6BF; padding: 3px 5px; color: #555; }

.banner { padding: 10px; margin: 0 0 10px 0; background: #ddd; }
.banner .link { display: inline-block; background: #ccc; padding: 3px 5px; border-radius: 5px; margin-left: 10px; }
@media (max-width: 768px) { .banner { text-align: center; }
  .banner .link { display: block; margin: 10px 0; } }

.onboarding.skip .button { float: right; }

/*# sourceMappingURL=vs.css.map */
