.accasec{
	height: 400px;
	width: 100%;
	background: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	padding-top: 20px;
}
.accasec2{
	height: 600px;
	width: 100%;
	background: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	padding-top: 20px;
	margin-top: 15px;
}
.cancelButton{
	display: block;
	color: #900c3f;
	font-size: 30px;
	font-weight: bold;
	font-family: tahoma;
	float: right;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: transparent;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	margin-top: -15px;
}
.cancelButton:hover {
	color: white;
	background: #900c3f;
	transition: 0.5s all;
}
.barcontent {
	display: flex;
	background: white;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: #900c3f transparent;
	scrollbar-arrow-color: #900c3f;
}
.coursecont {
	display: inline-block;
	min-width: 400px;
	background: white;
	height: 470px;
	margin-right: 20px;
	border-radius: 5px;
	padding-top: 5px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
}
.definitions {
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	font-family: Raleway;
	font-size: 12px;
	margin-top: 4px;
	color: #0b0b45;
}
.definitions m {
	font-family: tahoma;
}
.defanswer {
	font-size: 14px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
   padding: 3px;
   border-radius: 3px;
}
.courseheading {
	background: #0b0b45;
	color: white;
	width: 90%;
	text-align: center;
	margin-left: 5%;
	padding-top: 5px;
	padding-bottom: 3px;
	border-radius: 3px;
	font-family: tahoma;
	background-image: linear-gradient(45deg, #0b0b45, #0b0b45, #900c3f, #0b0b45, #0b0b45);
}
.accaheading {
	display: block;
	height: 25px;
	font-size: 18px;
	font-family: tahoma;
	font-weight: bold;
	color: #900c3f;
}
.accatitles {
	background: #0b0b45;
	width: 80%;
	margin-left: 10%;
	height: 32px;
	border-radius: 3px;
	overflow-x: auto;
	white-space: nowrap;
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: #900c3f transparent;
	scrollbar-arrow-color: #900c3f;
}
.accamodules {
	font-family: tahoma;
	display: inline-block;
	color: lightblue;
	font-size: 13px;
	width: 100px;
	background: #0b0b45;
	height: 20px;
	text-align: center;
	margin-top: -1px;
	cursor: pointer;
	border-left: 1px solid #0b0b45;
	border-right: 1px solid #0b0b45;
}
.accamodules:hover {
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-weight: bold;
	transition: 1s all;
}
.moduledetails {
	display: block;
	width: 80%;
	border: 1px solid maroon;
	margin-left: 10%;
	background-image: linear-gradient(45deg, #0b0b45, #0b0b45, #900c3f, #0b0b45, #0b0b45);
}
.moduleitems {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: #900c3f transparent;
	scrollbar-arrow-color: #900c3f;
	height: 270px;
	flex: none;
}
.modtitle {
	font-family: tahoma;
	font-size: 12px;
	margin-left: 20px;
	color: lightblue;
}
.accaitems {
	display: inline-block;
	min-width: 300px;
	background: whitesmoke;
	font-family: tahoma;
	height: 250px;
	border-radius: 4px 4px 4px 4px;
	margin-left: 5px;
	width: auto;
	margin-left: 10px;
}
.modulesec {
	background: #900c3f;
	color: lightblue;
	font-size: 14px;
	width: 100%;
	display: block;
	height: 25px;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}
#leftitem {
	margin-left: 10px;
	min-width: 300px;
	width: auto;
   /*background-image: url("coursedet.jpg");*/
   background-repeat: no-repeat;
   background-position: center;
   background-size: 50% 50%;
}
#rightitem {
	margin-right: 10px;
   /*background-image: url("coursesched.png");*/
   background-repeat: no-repeat;
   background-position: center;
   background-size: 40% 40%;
}
.topics {
	margin-right: 10px;
	color: #0b0b45;
	font-size: 14px;
}
#cprices {
   /*background-image: url("courseprices.png");*/
   background-repeat: no-repeat;
   background-position: center;
   background-size: 40% 40%;
}
#cexam {
   /*background-image: url("courseexam.jpg");*/
   background-repeat: no-repeat;
   background-position: center;
   background-size: 55% 55%;	
}
#csched {
   /*background-image: url("coursesched.png");*/
   background-repeat: no-repeat;
   background-position: center;
   background-size: 55% 55%;	
}
