@charset "utf-8";
/* CSS Document */

/*.header contains the <h2> title and probably also navbar-like fuctions if disered.
.header{
}

/*This is the div surrounding the search bar. Can be used to include filter buttons or other.*/
.video-nav{
}

/*#filter is where the live search bar for video titles. This is where to costumize size, roundness, colors etc.*/
#filter{
}

/*All the h5 tags are in the thumbnails, and will usually be hidden for a thumbnail-only grid. It is used for the search.*/
h5{
	display:none;
}

/*#show-more is the div at the bottom that contains the "Show more" text.*/
#show-more{
}

/*This is used, together with @media queries, for creating sites that automatically resize to a multiple of video thumbnails in width.*/
.page{
}

/*The whole list of thumbnails.*/
.videos{
}

/*All the videos thumbnails by li item.*/
.videos li{
}

/*The main player at the top. Used mostly for resizing.*/
.iframe{
}
