
/* Extra Var */
.mytube{margin-bottom:20px}
.mytube th,.mytube td{padding:7px 16px;border:1px solid #DDD;text-align:left;word-break:break-all;word-wrap:break-word;background-color:#EEE;}
.mytube th{min-width:60px;border-right:1px solid #DDD;white-space:nowrap}
.mytube td{width:100%;padding:5px;}
.eachvideo {width:640px;height:360px;}
video {min-width:320px; min-height:180px;}
.eachsong {width:640px;}
.youtubedescriptuon{background-color:#eee;color:000;font-size:9pt;border:1px solid #ddd; padding:5px;margin-bottom:10px;}
.youtubetitle {color:#333;cursor:pointer;font-weight:bold;font-size:14pt;}
.single_audio .mejs-container.mejs-audio { min-height: 30px;}
.multiple_audio .mejs-container.mejs-audio { min-height: 200px;}

@media all and (max-width: 840px) {
.hide_phone {display: none; }
}
@media all and (max-width: 690px) {
.hide_phone {display: none; }
.eachvideo{width:320px;height:180px;}
.eachsong {width:320px;}
}

