
.lead-1 {
    font-size: 1.15rem;
    font-weight: 500;
}

/* card title font bigger */
.card-title-big {
	font-size: 1.6rem;
}

.text-number {
	font-size: 1.2em;
    font-weight: 600;
    margin-left: 1.2em;
}

.card-title-sub {
	float: left;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 2px 0 0;
}


.modal-footer {
    display: block;
}

/* datatables */
.dataTables_filter{
    float: left;
}
.dataTables_length{
    float: right;
}

.callout a:hover{
    color: #e90f0f;
}
.callout a {
    color: #007bff;
    text-decoration: none;
}
.hammock-avatar{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}