/* 
css for teaching Site
*/
.table-striped>tbody>tr:nth-child(odd)>td{
   background-color:Lightyellow ;
} 
.table th {
	background-color: lightgreen; 
 }

.add-form{
	 background-color:yellowgreen ;
 }
.add-form label {
 background-color:lightyellow;
 font-weight:bold ;
 padding-left :10px;
 margin-left:15px;
 border-bottom-width:1px ;
 border-bottom-color:red;
 text-align:center ;
}

.show-list{
	display:block ;
	max-height:200px;
	overflow:scroll;
}

.admin-error{
	font-size:16px ;
	color:red ;
	font-weight:bold ;
}

.header-text{
	color:red ;
}
.sidebar {
	display:block ;
	max-height:400px;
	overflow:scroll;
}
.old-price{
	text-decoration: line-through;
	text-decoration-color: red;
}
.form-group.row{
	margin-bottom:2px ;
}
.col-form-label{
	color: blue ;
	margin-right : 20px ;
}
.table-row{
	font-size:20px ;
}


