.sp-course-table { 
	table-layout: fixed; 
   border: 1px dotted #ccc;
 
}

.sp-course-table td, .sp-course-table th {
   padding: 0.4rem;
   border: none; 
}

.sp-course-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.sp-course-text {
   margin: 0.4rem 0rem;
}