/*
Theme Name: YEN
Description: Clean Magazine Newspaper Template
Version: 1.0
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
*/

#popular-eps{ margin:0 auto;}
.noteTab{
 color: rgb(149,9,145);
 position: fixed;
 z-index:100;
 width: 100%;
 bottom: 0;
 font-size: .9em;
}
.noteTab > a{
 display: block;
 text-align: center;
 line-height: 1.5em;
 width: 200px;
 margin: 0 auto;
 padding: .5em;
 color: #fff;
 text-decoration: none;
 background-color: rgb(149,9,145);
 text-shadow: 0 0 10px rgb(35,3,34);
 border-radius: 10px 10px 0 0;
 background-image: linear-gradient(top, rgb(149,9,145) 10%, rgb(35,3,34) 45%, rgb(149,9,145) 95%);
 background-image: -o-linear-gradient(top, rgb(149,9,145) 10%, rgb(35,3,34) 45%, rgb(149,9,145) 95%);
 background-image: -moz-linear-gradient(top, rgb(149,9,145) 10%, rgb(35,3,34) 45%, rgb(149,9,145) 95%);
 background-image: -webkit-linear-gradient(top, rgb(149,9,145) 10%, rgb(35,3,34) 45%, rgb(149,9,145) 95%);
 background-image: -ms-linear-gradient(top, rgb(149,9,145) 10%, rgb(35,3,34) 45%, rgb(149,9,145) 95%);
 background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0.1, rgb(149,9,145)),
  color-stop(0.45, rgb(35,3,34)),
  color-stop(0.95,rgb(149,9,145))
  );
 }
.noteShelf{
 display: none;
 border-top: 1px solid rgb(35,3,34);
 padding: 0 10%;
 margin: 0;
 background-color: #efefef;
 box-shadow: inset 0 10px 5px -5px rgba(25,25,25,.5);
}
.noteShelf p, .noteShelf ul{
 position: relative;
 margin: 0;
 padding: 1em 0;
}
.noteContent a{
 text-decoration:underline;
}
.noteContentWidgets,.noteContentWidgets>li{display:block; list-style-type:none; padding:0; margin:0;}

.live-yt-embed{
float:right;
}