#calendar-main > article > section > h3{
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 2em;
}

.kr-header{
    z-index: 1;
}

.kr-header-icon{
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.kr-header-content, .kr-header-content-bunny *{
    z-index: 3;
}

#icon-1{ /* for adjusting the header thickness */
    margin-top: -35px;
    margin-bottom: -45px;
}

#icon-header-1{
    margin-top: 30px; /* number of pixels the icon sticks out the top + 10px */
}

#icon-2{
    margin-top: -30px;
    margin-bottom: -45px;
}

#icon-header-2{
    margin-top: 28px;
}

#icon-3{ /* placed in a separate header div on top of the main header because it'd interfere with the bunny icon otherwise */
    margin-bottom: -130px;
}

#pseudoheader-3{
    margin-top: 10px;
}

#icon-header-3{
    margin-top: 0px; /* since the pseudoheader's doing the margin stuff */
    padding: 10px 30px 20px 30px;
}

#bunny-w-icon{
    position: relative;
    transform: translate(0px, 10px);
}

.indent-p{
    text-indent: 2em;
    padding-bottom: 0.5em !important; /* for aesthetics */
}

#calendar-main > article > section > h3.kr2-h3{
    margin-bottom: 1.5em !important; /* to match p */
}

#map-notice{
    font-family: Augie, 'Comic Sans MS', sans-serif;
    font-size: 16px;
    color: maroon;
    margin: 15px 20px;
}

#map-container{
    margin: 20px 0px 30px 0px;
    text-align: center;
    width: 100%;
}

#school-map{
    width: min(100%, 900px);
}