.modal-topbar {
	background-color:#EFEEEE;
}
.modal-topbar-title {
	background: url('logo-header.png') -136px 6px;
	width: 260px;
	height: 40px;
	background-size: contain;
	cursor:pointer;
	background-repeat: no-repeat;
}
.modal-topbar-title:after {
	content: '';
	font-size: 10px;
	float: right;
	line-height: 4;
	color: red;
	text-transform: uppercase;
	margin-right: 40px;
	font-weight: 500;
}

.wdm-readability h4.heading:first-of-type {
	text-align: left;
	margin-bottom: 30px;
	font-size: 25px;
}
.wdm-readability .byline {
	display: inline;
	margin-left: 10px;
	font-size: 14px;
	color: #777;
}
.wdm-readability h4.heading.source {
	font-size: 16px;
}

.wdm-readability h4.heading:first-of-type:before {
	content: 'fashion';
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	margin: 6px;
}
.wdm-readability h4.heading:first-of-type:after {
	content: '___';
	display: block;
	text-align: center;
	line-height: 1;
}
#wdm_tv_del_yes,#wdm_tv_del_no{
	margin-left:10%;
	margin-right:10%
}
.wdmtv_popup_div{
	margin-left: 26%;
	margin-top: 5%;
}
#wdm_tv_del_yes{
	float:right;
}

#wdmtv_del_assgn{
	width: 100%;
    height: 45px;
	text-align: center;
}



/* course main page */
.course-main-pagelink {
    width: 100%;
    text-align: left;
    padding: 0 5px;
    margin-left: 10px;
}
.course-main-pagelink a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
.course-main-pagelink a span {
	padding-right: 5px;
	font-size: 13px;
}

.wdm-sidebar{
	overflow: auto;
}

/*jwplayer css*/
#mediaplayer{
	display:none;
	/*padding-left: 25%;
	padding-top: 10%;*/
	position: fixed;
	left:8%;
	top: 15%;
	width: 84% !important;
	height: 500px !important;
	z-index: 9998;
}

.wdm-jw-player-click{
	color:#ff0000;
	cursor:pointer;
}

#popup_close{
	border: 1px solid #C5BDBC;
	color: #F71C01;
	z-index: 9999;
	position:absolute;
	right:0px;
	top:0px;
}
button#popup_close:hover {
	background-color: transparent;
}
/*jwplayer css*/