﻿
.Agenda_Item {
    border:groove;
    border-radius:10px;
    padding:5px 0px 5px 10px;
    margin-bottom:5px;
    background-color:lightgreen;
}

.Cancelled {
    background-color:white ;
}


.Agenda_Date{

}

.Agenda_Title {
    font-weight: 700;
}

.Agenda_Description {
    font-weight: 700;
}

.Agenda_Facilitator {

}

.Agenda_Price {

}

.Agenda_Location {

}

.Agenda_Remark {
    font-style: oblique;
}

.ICS_Link {
    width: 20px;
    height: 20px;
    opacity: 50%;
}

.ICS_Position {
    float:right ;
    position: relative;
    left: -4px;
    top: -1px;
}

.Edit_Link {
    width: 20px;
    height: 20px;
    opacity: 50%;
}

.Edit_Position {
    float: right;
    position: relative;
    left: -4px;
    top: -1px;
}