@media screen and (max-width: 768px) {
    h1{
        font-size: 28px !important;
    }
	
	.jumbotron{
        font-size: 12px !important;
    }
}

.text-muted {
	font-size: 10px !important;
	line-height: 12px !important;
	margin-top: 14px;
}

td {
  vertical-align: middle !important;
}

.title-col {
  text-align: left;
}

.card {
  height: 180px;
  margin-bottom: 15px;
  font-size: 14px;
}

.card-title {
  height: 32px;
  font-size: 16px;
}

.card-text {
  margin-bottom: 12px !important;
}