﻿/*.video {
	filter: alpha(opacity=100);
	height: 10em;
	width: 10em;
	opacity: 1.0;
}*/

/*.video:hover {
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	border: dotted 2px red;
	box-shadow: 10px 10px 5px #ccc;
	filter: alpha(opacity=50);
	opacity: 0.5;
}*/

/*.video-div {
	float: left;
	height: 10em;
	margin: 0.75em;
	overflow: hidden;
	width: 10em;
}*/

.table th {
    padding: .4rem;
}

.table td {
    padding: .2rem .4rem;
}

thead {
    line-height: 1rem;
}

.video-link {
    height: 1.5rem;
}

.video-name {
    font-size: smaller;
}

.video-length {
    width: 20%;
    text-align: right;
    font-size: x-small;
}

#caption {
    color: #ccc;
    display: block;
    /*height: 150px;*/
    margin: auto;
    /*max-width: 700px;*/
    padding: 10px 0;
    text-align: center;
    width: 80%;
}

h2 {
    /* Extra small devices (phones, less than 400px) */
    font-size: 1.25rem;
}

@media (min-width: 400px) {
    h2 {
        font-size: 1.5rem;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h2 {
        font-size: 2.25rem;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h2 {
        font-size: 2.75rem;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h2 {
        font-size: 3.0rem;
    }
}
