﻿css MRG_LHI\wwwroot\css\utilities.css /* Utilities and helpers */
.ms-3 {
    margin-left: 1rem !important;
}

.stick-font {
    font-family: 'Stick No Bills', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #365D39 !important;
}

.row .content-between {
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.row .content-between-switch {
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}