﻿

.EventRow {
    float:left;
    width: 100%;
    height: auto;
    border-bottom: dashed 1px #ffffff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}


.EventDate {
    float:left;
    width:9%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-items: center;
    margin-right:5px;
}



.EventInfo {
    flex-grow: 3;
    float: left;
    width: 80%;
    display: flex;
    margin-top:-4px;
    flex-direction: column;
    row-gap: 4px;
    border:solid 0px #ff0000;
}



.EventType {
    float: left;
    width: 9%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-items: center;
    row-gap: 5px;
}
