﻿/* each chapter heading */
.ch_heading_title{
	text-align:left;
	color:#3e5e8c;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	font-weight:bold;
	background-color:#e0e7f0;
	/*border-top:#c5d3e1 solid 1px;
	border-bottom:#c5d3e1 solid 1px;*/
	font-size:12px;
}
.ch_heading_duration{
	text-align:right;
	color:#a0accc;
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	background-color:#e0e7f0;
	/*border-top:#c5d3e1 solid 1px;
	border-bottom:#c5d3e1 solid 1px;*/
	font-size:12px;
}

/* each video under chapter heading */
.ch_video_title{
	margin:0px 0px 0px 0px;
	padding: 2px 0px 2px 22px;
	font-size:12px;
	color: #aaa;
}
.ch_video_duration{
	text-align:right;
	margin:0px 0px 0px 0px;
	padding: 2px 10px 2px 0px;
	font-size:12px;
}

/* text in the tutorial post - usually the video description */
.tutorial_text{
	font-size:12px;
	padding-bottom:20px;
}

/* number of videos text, and total tutorial duration [h:m:s] */
.total_duration{
	margin: 10px 0px 10px 0px;
	color: #000000;
	font-style: italic;
}

/* number of videos in BOTR channel don't match the sum of post chapter array values */
.vid_error{
	color:red;
}

/* border styling for the table in downloads page */
.tbl_bottom {
	border-top:1px solid #aaaaaa;
}

/* download column (last one), on the downloads page  */
.dwnld_file {
}

/* description column (3rd one), on the downloads page  */
.title_file {
	padding-left:5px;
	font-size:12px;
}

/* description column (3rd one), on the downloads page  */
.descr_file {
	font-size:12px;
	color:black;
	line-height:12px;
	padding:2px 8px 2px 2px;
}

/* file download link(s) on each video tutorial pagene */
.vidtut_file {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0px;
}
