* {
  margin: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "Lucida Grande", "Helvetica Neue", "Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px; }

input[type="text"] {
  background: none repeat scroll 0 0 #fdfdfd;
  border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
  border-style: solid;
  border-width: 1px;
  color: #555;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  padding: 5px;
  resize: none;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05); }

input[type="text"].short {
  width: 50px; }

span.label {
  position: relative;
  margin: 5px 10px; }

.admin-item-playlist {
  margin: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  background: #eee;
  padding: 10px; }

.admin-item-playlist:last-child {
  margin: 10px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.2); }

.admin-item-playlist .tag-title, .add-tag {
  text-align: center;
  font-size: 18px;
  color: #777;
  margin: 10px 0; }

.admin-item-playlist .tag-title .delete-tag {
  margin-left: 10px;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer; }

.add-tag {
  cursor: pointer;
  text-decoration: underline; }

.setting {
  display: block;
  margin: 10px auto;
  text-align: center; }

.btn-submit {
  text-align: center;
  cursor: pointer;
  font-size: 32px;
  margin-top: 15px; }

hr {
  border: 0;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.2); }
