﻿
/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 70%;
    padding: 40px;
}

.wrapper {width: 80%; margin-left: auto; margin-right: auto; background: rgba(255,255,255, 0.85); text-align: left; 
border-left: 2px solid #333333; border-right: 2px solid #000000; border-top: 1px solid #333333; border-bottom: 2px solid #000000; 
padding-left: 12px; padding-right: 12px; padding-top: 3px; padding-bottom: 25px
}

.storylist {
	line-height: 1.6;
}


.blacklink {
	color: #000000;
	text-decoration: none;
}

.whitelink {
	color: #ffffff;
	text-decoration: none;
}

 a {
text-decoration: none;
} 