﻿body {
}
.scroll {
    overflow-y:hidden;
   
}
.video {
    width:600px;
    height:400px;
}
.divtd
        {
            webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          background-color: White; /*border: solid 2px #755095;*/
          border: solid 2px silver;
          margin: 10px;
          height: 167px;
          width:338px;
        }

