/* PowerPress Dashboard CSS */

.pp-news-image-container {
}

.powerpress-news-dashboard  .rss-date {
	font-size: 80%;
}

.powerpress-news-dashboard .rsswidget {
	font-size: 100%;
	color: black;
	text-decoration: underline;
}

.pp-news-details-container {
	height: 100%;
	width: auto;
	overflow: hidden;
}

.pp-news-image {
	vertical-align: top;
	float: left;
	margin-right: 1em;
	max-height: 95%;
	max-width: 40%;
	height: auto;
	width: auto;
}

.pp-news-item {
	padding: 0 2em 2ch 0;
	border-bottom: 1px solid #ddd;
	height: 25vh;
}

/* Dashboard Notice, based on Dashboard Browser Nag  */
#powerpress_dashboard_notice_3 a.update-browser-link {
	font-size: 1.2em;
	font-weight: bold;
}

#powerpress_dashboard_notice_3 a {
	text-decoration: underline;
}

#powerpress_dashboard_notice_3.postbox {
	background-color: #e29808;
	background-image: none;
	border-color: #edc048;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

#powerpress_dashboard_notice_3.postbox h3 {
	border-bottom-color: #f6e2ac;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent none;
	color: #fff;
}

#powerpress_dashboard_notice_3 a {
	color: #fff;
}

#powerpress_dashboard_notice_3.browser-insecure a.browse-happy-link,
#powerpress_dashboard_notice_3.browser-insecure a.update-browser-link {
	text-shadow: #871b15 0 1px 0;
}

#powerpress_dashboard_notice_3 a.browse-happy-link,
#powerpress_dashboard_notice_3 a.update-browser-link {
	text-shadow: #d29a04 0 1px 0;
}

/*
.powerpressadmin-mejs-video {
	width: auto;
}
.powerpressadmin-mejs-video .powerpress_player {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.2%; 
}
 
.powerpressadmin-mejs-video .powerpress_player .wp-video,
.powerpressadmin-mejs-video .powerpress_player .mejs-container,
.powerpressadmin-mejs-video .powerpress_player video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
*/