.gallery-card {
  margin: 5px;
  background-color: #fff;
  text-align: center;
  width: 210px;
  height: 350px;
  padding: 2px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: box-shadow 0.3s;
}

.gallery-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-card img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.gallery-card .card-body {
  padding: 10px;
}

.gallery-card .card-title a {
  color: #337ab7;
  text-decoration: none;
}

.gallery-card .card-title a:hover {
  text-decoration: underline;
}

.gallery-card .mbr-section-btn {
  color: #00f;
  font-size: 10pt;
  margin-top: 1px;
}

.modal-body img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@charset "utf-8";
/* CSS Document */
.nav-pills > li > a {
	color:#FFF;
    background-color:#06C!important;
}
.nav-pills > li > a:hover {
	color:#06FF;
    background-color:#3CF!important;
}
.nav-pills > li > a:focus {
	color:#FFF;
    background-color:#3CF!important;
}
table tr td{
	width:20%;
}

