/*!
* modif from bootstrap for p4l
*/
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
.container {
margin: 0 auto;
width: 950px;
}
.navbar {
border-radius: 0;
}
.navbar-inverse {
background-color: #333333;
border: medium none;
}
.divctn{
min-height: 800px;
}
.videotitle{
border-bottom: 1px dotted #333333;
padding-top: 10px;
}
.videolink{
cursor: pointer;
}
.active{
background-color: #EEEEEE;
}
iframe {
border: none;
}
footer {
padding-bottom: 20px;
border-top: 1px solid gray;
}