.borderR{
	border-bottom: 2px #f00 solid !important;
}

.status-text{
	font-weight: 500;
	text-align: center;
	color: #f00;
}

.imageStretch{
	width: 50px;
	height: 50px;
}

.center{
	margin: 0 auto;
}

.videoWrapper{position: relative;padding-bottom: 56.25% !important; /* 16:9 */padding-top: 25px !important;height: 0;}
.videoWrapper iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
div.packages{border:dashed 1px #a3a3a3;min-height: 200px;overflow-y: scroll;padding: 10px;}

ol.storyPriority{border:dashed 1px #555; margin:0;padding:0;list-style: none;counter-reset:li; /* Initiate a counter */}
ol.storyPriority li{cursor: pointer;margin-bottom: 5px; padding: 5px 5px 5px 25px;position:relative; /* Create a positioning context */}
ol.storyPriority li::before{
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	margin-right: 5px;
	position:absolute;top:3px;left:0.5em;
	font-weight: bold;
}
.slides {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slide {
    padding: 15px 0 0;
    margin: 0;
}

.slide-placeholder {
    background:#ffffcc;
    position: relative;
}
.slide-placeholder:before {
	content: " ";
}
.slide-placeholder:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background-color: #FFF;
}