body #centerBox #leftBox #picBox{
    height: 75%;
}

body #centerBox #leftBox #finishedBox{
    height: 20%;
    margin: 0;
}

body #centerBox #rightBox{
    position: relative;
    float: right;
    width: 30%;
    height: 100%;
}

body #centerBox #rightBox #videoBox{
    height: 90%;
    background-color: #CCC;
    overflow: scroll;
    overflow-x: hidden;
}

body #centerBox #rightBox #videoBox a.videoDescription:hover,
body #centerBox #rightBox #videoBox a.videoDescription:link,
body #centerBox #rightBox #videoBox a.videoDescription:visited,
body #centerBox #rightBox #videoBox a.videoDescription:active{
    color: #000;
    text-decoration: none;
}

#opinionLink{
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	height: 10%;
	background-color: yellow;
	color: red;
}

body #centerBox #rightBox #videoBox .videoDescription{
    margin-bottom: 0;
    margin-top: 5px;
}

body #centerBox #rightBox #videoBox .videoDescription p{
    margin: 0;
}

body #centerBox #rightBox #videoBox .video{
    
}