/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

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{border:0;font-size:16px;font:inherit;vertical-align:baseline;margin:0;padding:0;text-decoration:none;color: #f5f5f5;}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:none}table{border-collapse:collapse;border-spacing:0}


body, html {
  margin: 0;
  padding: 0;
  /* position: relative; */
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-family: helvetica, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  text-align: center;
  color: #f5f5f5;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  /* background-color: #34C1FF; */
}

h1 {
  display: block;
  font-size: 2.5em;
  /*
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  */
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 1.5em;
  /*
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  */
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 1em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  text-align: center;
}

ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.loaded-temp {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0;
  width: 70px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  display:inline-block;
}

.loaded-temp:hover {
  cursor: pointer;
  background-color: #f5f5f5;
  color: #7a7a7a;
}

.song-name {
  /*width: 483px;*/
  width: 100%;
  margin-right: 10px;
  /* float: left; */
  display:inline-block;
  vertical-align:middle;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid;
}

#contents {
  margin-left: 10px;
}

#cleanlink {
  border-radius: 0px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

.suggestion-img
{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin: -2px;
  padding: 2px;

  width: 100px;
  height: 100px;
}

.suggestion-img:hover
{
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.suggestion-link-div
{
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-image: linear-gradient(#f7f7f7, #b1b1b1);
}

.suggestion-link-span
{
  font-size: 10px;
  color: black;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}

.contents a {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  
  border-radius: 6px;
  text-decoration: underline;
  
  padding: 1px;
  margin: -1px;
}

.contents a:hover {
  background-color: #f5f5f5;
  color: #000000;
  border-radius: 6px;
  text-decoration: none;
}

.thumb-div {
  display:inline-block; 
  width: 100px; 
  height: 100px;
  margin-bottom: 20px;
}

.thumb-div-text {
  position: relative;
  top: 100px;
}