.introvideo > video {
    display: inline-block;
    border:0px solid red;
    margin:0;
    padding:0;    
}

.introvideo {
    font-size: 0;
}

.btn-warning {
    font-size: 1.1em;
}

h2 {
    color: #e49100;
    font-weight: 600;
    margin: 0 0 30px;
    padding-top: 25px;
}

hr {
    box-sizing: inherit;
    padding: 0;
    width: 100%;
    border-bottom: 1px #e49100 dotted;
}

.th {
    color: #999999;
    border-bottom: 2px #e49100 solid;
}

.td {
    padding: 10px 0 10px 0;
}

#base .label {
    color: #000000;
    font-weight: 600;
}

#imgbrowz0r .imgnail a {
	display: block;
	margin: 0 auto 10px auto;
	width: 200px;
	height: 160px;
	line-height: 150px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
#imgbrowz0r .imgnail a:link, #imgbrowz0r .imgnail a:visited {
	background-color: #bbb;
	border: 3px solid #bbb;
	overflow: hidden; /* If the title of the directory is too long the overflowing
		                       part will be hidden. Not a perfect solution. */
	font-size: 1.5em;
	color: #ccc;
	text-decoration: none
}
#imgbrowz0r .imgnail a:active, #imgbrowz0r .imgnail a:hover {
	border-color: #e49100;
	color: #e49100;
}
