/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .related-list-class, .related-list-class-all{
 	display: flex;
 	list-style-type: none;
 	
 }

 .related-list-class, .related-list-class-all{
 	text-align: center;
 }



 .card-head
 {
 	background-color: black;
 	color: white;
 }



