#pubChalDivT{
	min-height: 65vh;
}
#pubChalDivT .card{
	border: 1px solid grey;
	padding: 0;
}
#pubChalDivT .card-body{
	padding: 1rem;
}
#pubChalDivT .card-footer{
	text-align: center;
	padding: 0.5rem;
}
#pubChalDivT .card-text{
	font-size: 0.8rem;
    line-height: 1.5rem;
}
#pubChalDivT .card-title{
	font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
    color: #3f65d3;
}
.card-text .badge{
	font-size: 100%;
}
.cTypeInfo{
	padding: 0px 5px;
	background: green;
    width: fit-content;
    color: white;
	font-size: 11px;
    right: 0;
}
.cTimeInfo{
	padding: 0px 5px;
    width: fit-content;
    color: white;
	font-size: 11px;
    left: 0;
}