.t-col {
    margin-left: 0px;
}
@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 50px;
    }
}

/* RENTEC typography: Muller -> Geologica; only font family is changed */
#allrecords,
#allrecords .t-title,
#allrecords .t-heading,
#allrecords .t-name,
#allrecords .t-uptitle,
#allrecords .t-descr,
#allrecords .t-text,
#allrecords .t-btn,
#allrecords .t-submit,
#allrecords .t-input,
#allrecords .t-checkbox__control,
#allrecords .t-radio__control,
#allrecords .t-form,
#allrecords .tn-atom,
#allrecords [style*="Muller"],
#allrecords [style*="muller"] {
    font-family: "Geologica", Arial, sans-serif !important;
}
