.volume-progress {
    font-size: 12px;
    color: #fff;
    }
    .play-time-left {
    /*bottom: 10px !important;*/
	top: 3px !important;
    position: absolute;
    font-size: 11px;
    color: #CCC;
    }
    .play-time-right {
    /*bottom: 10px !important;*/
	top: 3px !important;
    position: absolute;
    font-size: 11px;
    color: #CCC;
    right: 7px;
    }
    .volume-progress {
    bottom: 0 !important;
    left: 9px !important;
    }
    .videobar {
    bottom: -15px;
    left: 0 !important;
    max-width: 867px;
    right: 0 !important;
    width: 100%;
    }
    /*#mep_0 {width:848px!important;}*/
    .darkbluepageheader {
    font-size: 2.2em !important;
    }
    .footer-control a {
    color: #FFF;
    }
    #cphBody_divContent{font-size:100% !important;}
    @media(min-width:768px) and (max-width:900px)
    {
    #ulnav{height:400px!important;}
	
    }
    @media(min-width:900px) and (max-width:1100px)
    {
    #ulnav{height:527px!important;}
    }
    @media screen and (max-width:360px)
    {
    #myVideo{padding: 0px; position: absolute;left:0;}
    #divList{padding-left: 0px; padding-right: 0px; margin-top: 223px;margin-left:0px; width:89.9%!important;}
	
    }
    .progress{margin-bottom:-7px!important;margin: 0 11px!important;}
    .ui-slider-horizontal {
    height: 4px;
    bottom: 1px;
    }
    .ui-slider .ui-slider-handle {
    /* position: absolute; */
    /* z-index: 2; */
    width: 10px;
    height: 10px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    }
    .videobar {
    background: #222;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    max-width: 100% !important;
    }
    .videobar1 {
    background: #222;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    max-width: 100% !important;
    }
    .container-fluid {
    height: 45px;
    }
    @media all and (max-width:767px){
    .change-position{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    }
    #divList
    {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
	padding-top: 50px;
    }
    #myVideo{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    }
    .play-time-left, .play-time-right {
    bottom: 12px !important;
    }
	
    }
	
	
    .play{font-size:25px !important;}
    div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }
    /* Style the buttons inside the tab */
    div.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 35px;
    transition: 0.3s;
    font-size: 17px;
    width:50%;
    }
    /* Change background color of buttons on hover */
    div.tab a:hover {
    background-color: #ddd;
    }
    /* Create an active/current tablink class */
    div.tab a.active {
    background-color: #ccc;
    }
    /* Style the tab content */
    .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    }
	.table {
    margin-bottom: 0px !important;
	margin-left: -10px!important;
    }
    .table>tbody>tr>td{ border-top: none !important; height:auto;}
	
	.videobar  .table-video{margin-left:0 !important;}
    .table-video thead tr td.time .play-time-left{left:5px;}
    .table-video thead tr td.progressBar{width:100%;}
    .table-video tbody tr td.prev-next{float:left;}
    .table-video tbody tr td.prev-next a img{width:22px;}
    .table-video tbody tr td.volume{float:left;}
    .table-video tr td.play{font-size:18px !important;}
    @media screen and (max-width:1199px){
    .table-video tbody tr td.prev-next { width: inherit;}
    .table-video tr td.play {  font-size: 16px !important;}
    }