.bold-text{
	font-weight: bold;
}

.card-image img {
      height: 200px; 
      object-fit: cover;
    }
    .bold-text {
      font-weight: bold;
    }
    
.titlebar{
	margin-top:0px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background-color: #ff80ab;
	color: black;
}
.row .col{
	margin:0px;
	padding: 0px;
}



.source_server{
	padding:2px;
	font-size:10px;
	background-color: black;
	color: white;
}
