         .youtubelist ul {
            margin:0; padding:0;
            list-style:none;
            border-top:1px solid #eee;
            width:540px!important;;
         }
         .youtubelist li {
            margin:0; padding:10px 0;
            list-style:none;
            border-bottom:1px solid #eee;
         }
         .youtubelist li > div {
            width:534px!important;
         }
         .youtubelist td div {
            margin:0; padding:0;
            border:0!important;
            max-height:80px!important;
            overflow: hidden;
            text-overflow: ellipsis;	-webkit-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
         }
         .youtubelist td div a img {
            width:121px!important;
            border:1px solid #999;
            padding:1px;
         }

.youtubelist p {
  text-align: right;
}
