@charset "utf-8";
/* CSS Document */


.flxwrp {
	width:75%;
	min-height:200px;
	/*background-color:aquamarine;*/
	display:flex;
	flex-wrap: wrap;
	padding:10px;
	padding-top:50px;
	/*margin-left:30%;*/
	justify-content: space-between;
}
.card {
	width:95%;
	min-width:150px;
	background-color:azure;
	min-height: 75px;
	margin:10px;
	padding:0px;
	padding-top:-10px;
	border-radius: 15px 0 ;
	box-shadow: 5px 5px 3px grey;
	border:thin solid black;
}
.heading {
	margin:0;
	padding:3px 5px;
	background-image:url("100day/2023/PNG/100_Day_2023-002.png");
	justify-content:space-between;
	display:flex;
	border-radius: 15px 0 ;
	
}
.time {
	
}
.what {
	
}
.date {
	
}
.details {
	display:inline;
	
}
.attachment {
	
}
.cs_logo {
	float:left;
}
.info {
	padding:5px;
}