p{
        font-family:Roboto,Arial;
        margin-top: 0px;
        margin-bottom: 0px; 
      }
      .thumbnail{
        width: 300px;
        display: block;
      }
      .search-bar{
        font-size: 20px;
        display: block;
      }
      .video-title{
        width: 220px;
        margin-top:0px;
        font-size:14px;
        font-weight:500;
        line-height: 20px;
        margin-bottom: 12px;
      }
      .video-preview{
        width: 300px;
        display: inline-block;
        vertical-align: top;
        margin-right:15px;
      }
      .channel-picture{
        display:inline-block;
        width:50px;
        vertical-align: top;
      }
      .profile-picture{
        width:40px;
        border-radius: 50px;
      }
      .video-info{
        display:inline-block;
        width:200px;
      }
      .thumbnail-row{
        margin-bottom:12px;
      }
      .video-author{
        font-size: 12px;
        color:rgb(96,96,96);
        margin-bottom:4px;
      }
      .video-stats{
        font-size:12px;
        color:rgb(96,96,96);
      }