<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#plan_of_action_list_bar{
    background-image:linear-gradient(-180deg, #dfdfdf 0%, #c5c5c5 100%);
}

#plan_of_action_list_content ul li{
    background:#ededed;
}

#plan_of_action_list_content ul li table tr{
    border-bottom-color:#ededed;
}

.plan_of_action_list_table_blue, .plan_of_action_list_table_white {
    font-family: Source Sans Pro;
    font-size: 13px;
}

.plan_of_action_list_table_white{
    background-color: #ffffff;
}

.plan_of_action_list_table_blue{
    background-color: #007fb1;
    color: #ffffff;
}

.plan_of_actions_list_row {
    border-bottom-color: #e0e0e0;
}

.plan_of_action_dayhr{
	border-top: 1px solid #ededed;
}

.plan_of_action_event:hover{
    background-color: #007fb1;
    color: #ffffff;
}

    .plan_of_action_event:hover .plan_of_action_list_date_title_blue,
    .plan_of_action_event:hover .plan_of_action_list_date_title_white,
    .plan_of_action_event:hover .plan_of_action_list_date_title_black {
        color: #ffffff;
    }

.plan_of_action_list_date_title_blue, .plan_of_action_list_date_title_white, .plan_of_action_list_date_title_black {
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 600;
}

.plan_of_action_list_day_of_week{
    font-size: 14px;
    font-weight: 500;
}

.plan_of_action_list_date_title_blue{
    color:#00a2e2;
}

.plan_of_action_list_date_title_white{
    color: #ffffff;
}

.plan_of_action_list_date_title_black{
    color: #555555;
}

.plan_of_action_event_selected .plan_of_action_list_date_title_blue {
    color:white;
}

.plan_of_action_event_selected.plan_of_action_event {
    color:white;
    background-color:#00a2e2;
}

.plan_of_action_list_date, .plan_of_action_list_date_white, .plan_of_action_list_date_blue {
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 600;
}

.plan_of_action_event_selected .plan_of_action_list_date{
    background-color:#00a2e2;
    color:white;
}

.plan_of_action_list_time_grey, .plan_of_action_list_time_white {
    font-family: Source Sans Pro;
    font-size: 13px;
}

.plan_of_action_list_time_grey{
    color:#6e6e6e;
    background-color: #e0e0e0;
}

.plan_of_action_list_time_white{
    color: #007fb1;
    background-color: #ffffff;
}

#plan_of_action_detail p {
    font-size: 14px;
    color: #435359;
}

.plan_of_action_detail_title {
    font-size: 18px;
    color: #00a2e2;
    line-height: 19px;
}

.plan_of_action_detail_date {
    font-size: 14px;
    color: #758D96;
}

.plan_of_action_detail_category {
    font-family: Source Sans Pro;
    font-size: 10px;
    color: #555555;
}

.plan_of_action_detail_separator{
    background-color:#d8d8d8;
}

.plan_of_action_detail_place_class_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #566971;
}

.plan_of_action_detail_place_class_content {
    font-size: 14px;
    line-height: 15px;
    color: #828282;
}

.plan_of_action_body {
    position: absolute;
    top: 64px;
    bottom: 0;
    right: 0;
    left: 0;
}

.plan_of_action_list_date_today {
    position: relative;
}

.plan_of_action_list_date_today .plan_of_actions_list_row::after {
    content: '';
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-image: linear-gradient(-180deg, #fff -70%, #00a2e2 100%);
}

@media (max-width: 696px) {
    .plan_of_action_body {
        top: 93px;
    }
}

@media (max-width: 641px) {
    .plan_of_action_body {
        top: 73px;
    }
}</pre></body></html>