.company-logo {
	width: 100px;
}

.alphabet {
	text-align: center;
}

.fa-small {
	font-size: 1.5em;
}

.text-red {
	color: #f24348;
}

.alphabet-info-display {
	display: none;
}

.p-badge {
	padding: 1px 8px;
    background-color: #dedede;
    font-size: .75em;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    display: inline-flex;
}

.colorTheme {
	color: #f24348;
}

.tarf-table {
	border: 1px black solid;
	padding: 10px 10px 10px 10px;
}

@media print {
        span, p, a, th { font-size: 0.7rem; color: #000; }
        footer, nav, .btn { display: none; }
        a, a:hover { 
          color: #000; 
          font-family: var(--mdb-font-roboto);
          line-height: 1.6;
        }
        td { font-size: 0.85rem; color: #000; }
        h3 { font-size: 1rem; color: #000; }
        h4 { font-size: 0.9rem; color: #000; }
        h5 { font-size: 0.8rem; color: #000; }
        .header-text { margin-bottom: 1vh; }
        #small-gap { margin-bottom: -1.5vh; }
        #big-gap { margin-bottom: -3vh; }
        #total-table { margin-bottom: -6vh; }
        #container-top { margin-top: 0px; }
}