﻿
hr {
    /*
    all: unset;
    height: 1rem;
    height: 2px;
    margin: var(--pico-typography-spacing-vertical) 0;
    border: 0;
    border-top: 1px solid var(--pico-muted-border-color);
    color: red;
        */
}

.bookingsessiontypeheader {
    font-size: 105%;
    font-weight: bold;
    text-decoration:underline;
    margin-bottom: 1rem;
}

.pico ul {
    padding-left: 0;
    margin-left: 1rem;
    list-style-type: square;
}

.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 0.4rem;
}
.mt-2 {
    margin-top: 0.8rem;
}
.mt-3 {
    margin-top: 1rem;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 0.4rem;
}
.mb-2 {
    margin-bottom: 0.8rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
