@import url('//fonts.googleapis.com/css?family=Assistant:300,400,600,700&subset=hebrew');
/* *** */
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4 {
	font-family: 'Assistant', sans-serif;

}
body.category #main {
	float: right !important;
}
body.rtl.single,
body.rtl.single p,
body.rtl.single .bdp_single .bdp_blog_template.classical .post_content,
body.rtl.single .bdp_single .bdp_blog_template.classical .post_content p {
	font-size: 19px;
	color: black;
	line-height: 31px;
	font-family: 'Assistant', sans-serif;
}
body.rtl.single .bdp_single .comment-list .comment-content,
body.rtl.single .bdp_single .comment-list .comment-content p {
	font-size: 17px;
	color: black;
	line-height: 28px;
	font-family: 'Assistant', sans-serif;
}
#commentform p label {
	float: right;
}
#commentform p.form-submit #submit {
	margin-left: 0;
	margin-right: 13%;
}
.coursepress-dashboard-wrapper .cp-dashboard-table th, .coursepress-dashboard-wrapper .cp-dashboard-table td {
    text-align: right !important;
}
@media only screen and (max-width: 800px) {
	#no-more-tables .cp-dashboard-table td:nth-child(1):before {
	    content: "שם הקורס";
	}
	#no-more-tables .cp-dashboard-table td:nth-child(2):before {
	    content: "תאריך הרשמה";
	}
	#no-more-tables .cp-dashboard-table td:nth-child(4):before {
	    content: "סטטוס";
	}
	#no-more-tables td:before {
		right: 6px;
		text-align: right;
	}
	#no-more-tables td {
		padding-left: 0;
		padding-right: 50%;
	}
}