    day hover {
        display: none;
    }
        
            
    [flex] {
        display: flex;
    }
    [flex][full] {
        width: 100%;
    }
    [flex][center] {
        justify-content: center;
        width: 100%;
    }
    [flex] [full] {
        flex: 1;
    }
    [flex] [static] {
        flex: 0;
    }
    [flex] [center] {
        align-items: center;
    }
    [flex][stretch] {
        align-items: stretch;
    }
    [flex][column] {
        flex-direction: column;
    }
    [text][smedium] {
        font-size: .85em;
    }
    [p35] {
        padding: 35px;
    }
    [border1] {
        border: 1px solid #a9a9a9;
    }





    timeline,
    year,month,day,
    matrix,phase,meeting,prog,date,wrap,label,
    events,event,date_modify {
        display: block;
        box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        position: relative;
        transition: all ease .25s;
    }

    timeline {
        flex: 1;
        margin-bottom: 50px;
        width: 100%;
    }

    year {
        background: whitesmoke;
    }
    year month {
        background: gainsboro;
        margin: 2px;
        padding: 5px;
        flex: 1;
    }
    year month meeting {
        background: dodgerblue;
        margin: 0px;
        /* left: unset !important; */
        height: 5px;
        padding: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    timeline year month [title] {
        position: relative;
        transition: all ease .25s;
        z-index: 99;
    }
    year month meeting[event] {
        background: mediumvioletred;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
            top: 0;
            left: 0;
        width: 3px;
        z-index: 9999999;
    }

    timeline[gantt][inline] year {
        display: flex;
            flex: 1;
        padding: 5px;
        width: 100%;
    }


    timeline[gantt] year month [title] {
        font-family: 'Montserrat',sans-serif;
        font-weight: 800;
        font-size: 1em;
    }
    timeline[gantt] year month [title] {
        /* background: navy; */
        /* color: white; */
        padding: 5px;
        flex: 0 0 200px;
    }

    
    timeline[gantt][stagger] {}
    
    timeline[gantt][stagger] year {
        background: none;
        display: block;
    }
    
    timeline[gantt][stagger] year month {
        background: whitesmoke;
        /* display: flex;
        align-items: stretch; */
        margin: 0 0 2px 0px;

        cursor: pointer !important;
        padding: 0px !important;
        background: none !important;
        border-bottom: 3px solid whitesmoke;
        /* margin-bottom: 35px !important; */
    }
    
        timeline[gantt][stagger] year month:not([active]):hover {
            /* background: whitesmoke !important; */
            /* background: #f5f5f5 !important; */
            border-top: 3px solid navy;
            border-bottom: 3px solid navy;
            padding: 20px !important;
        }
    
        timeline[gantt][stagger] year month label {
            cursor: pointer !important;}
    
        timeline[gantt][stagger] year month meeting {
            height: 100%;
            height: auto;
            position: relative;
            top: unset;
            bottom: unset;
        }
    
        timeline[gantt][stagger] year month [title] {}
        timeline[gantt][stagger] year month[active] [title] {
            font-size: 2em;
            line-height: 1.5em;
        }


        timeline[gantt][stagger] year month events {
            display: none;
            position: relative;
            height: 10px;
            height: auto;
            overflow: hidden;
            overflow: visible;}

            timeline[gantt][stagger] year month label[description] {
                display: block;
            }

        timeline[gantt][stagger] year month[active] {
            margin: 50px 0px 75px !important;
            margin: 0px !important;
            padding: 30px 25px 75px !important;
        }

            timeline[gantt][stagger] year month[active] events {
                display: flex;
                    align-items: end;
                    align-items: start;
            }

            timeline[gantt][stagger] year month[active] meeting {
                display: none;
            }

            timeline[gantt][stagger] year month[active] label[description] [subtitle] {
                /* display: none; */
            }

            timeline[gantt][stagger] year month events day {
                background: gainsboro;
                cursor: pointer;
                display: block;
                height: auto;
                margin: 0 2px 0 0;
                min-height: 35px;
                min-height: 100px;
                flex: 1;}
        
                timeline[gantt][stagger] year month events day:hover {
                    /* background: #dbdbdb !important; */
                }
        
            timeline[gantt][stagger] year month events day event {
                height: 35px;
                height: 100px;
                margin: 0 0 2px 0;
            }
        
            timeline[gantt][stagger] year month events day event:last-of-type {
                margin: 0 0 0 0;
            }

            timeline[gantt][stagger] year month events day event a:not([nav]) {
                display: block;
                width: 100% !important;
                height: 100% !important;
                overflow: hidden !important;
                position: absolute !important;
            }
        
            timeline[gantt][stagger] year month events day[no] {
                border-radius: 3px;}
        
                timeline[gantt][stagger] year month events day[no]:hover {
                    /* background: #cccccc !important; */
                }
        
            timeline[gantt][stagger] year month events day[yes] {
                background: none;
                cursor: pointer;}
        
                timeline[gantt][stagger] year month events day[yes] event {
                    background: mediumseagreen;
                    border-radius: 3px;

                    border-radius: 5px !important;
                    border: 2px solid #178d4b !important;             
                }
        
                timeline[gantt][stagger] year month events day[yes] event:hover {
                    background: #4970fc !important;
                    border-color: #1342e5 !important; }
            
        
            timeline[gantt][stagger] year month events day label[day] {
                font-size: 1em;
                padding: 2px;
                margin: 0;
                position: absolute;
                    top: 100%;
                    left: 0;
                width: 100%;
                text-align: center;
                z-index: 999;}















    
    timeline year date[today] {
        background: #ff2674;
        display: none;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width:2px;
        z-index: 9999999;
    }
    
    timeline year date[today][thismonth] {
        display: block;
        display: none !important;
    }
    
    timeline[gantt][inline] {}
    
        timeline[gantt][inline] year month [title] {
            background: #cacaca;
            color: navy;
        }

        timeline[gantt][inline] {
            margin-bottom: 2px;
        }
        timeline[gantt][inline] year {
            padding: 5px;
        }
        timeline[gantt][inline] year month{
            padding: 0px !important;
        }
        timeline[gantt][inline] year month meeting date[today] {
            position: absolute;
            /* bottom: calc(100% + 40px) !important; */
            top: 0 !important;
            height: 100% !important;
            padding: 0px;
        }
        timeline[gantt][inline] year month {
            background: none !important;
            /* position: unset !important; */
            height: 100% !important;
            padding: 0px;
        }
        timeline[gantt][inline] year month meeting {
            background: none !important;
            /* position: unset !important; */
            height: 100% !important;
        }


        timeline[gantt][inline] year month meeting date[today] {
            padding: 0px;
            width: 2px !important;
        }


        timeline[gantt][inline] year month [title] {
            padding: 5px;
        }


        timeline[gantt][inline] year month [subtitle] {
            padding: 5px;
        }


        timeline[gantt][inline] year month meeting date[today] [title] {
            background: none;
            position: absolute;
                left: -15px;
                bottom: calc(100% + 0px);
        }
        
        timeline[gantt] year month label {
            padding: 5px;
        }
        timeline[gantt] year month [title] {
            padding: 0px;
        }
        
        timeline[gantt] year month [subtitle] {
            font-size: .85em;
            line-height: 1.25em;
            padding: 0px;
            position: relative;
            z-index: 9;
        }




    /*stack cal day on top of cal block*/
    timeline[gantt][stagger] year month events day {
        display: flex;
            align-items: center;
            flex-direction: column !important;
    }
    timeline[gantt][stagger] year month events day {
        background: none !important;
        border: 2px solid gainsboro !important;
        display: flex;
            align-items: end !important;
            flex-direction: column !important;
    }
    timeline[gantt][stagger] year month events day[empty] {
        background: url(/images/stripes.gif) !important;
        border: 2px solid transparent !important;
        /* border: none !important; */
        display: flex;
            align-items: end !important;
            flex-direction: column !important;
        border-radius: 5px;
    }
    timeline[gantt][stagger] year month events day[today] {
        border-color: #ff2674 !important;
    }
    timeline[gantt][stagger] year month[thismonth] events day[today]::after {
        content: '';
        position: absolute;
        /* bottom: calc(100% + 2px); */
        top: -7px;
        left: calc(50%);
        height: 100%;
        width: 100%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #000080;
    }
    timeline[gantt][stagger] year month events day[past] {
        background: whitesmoke !important;
    }
    timeline[gantt][stagger] year month events day[today]:hover {
        background: #ff2674 !important;
        border-color: #ff2674 !important;
    }
    timeline[gantt][stagger] year month events day[today]:hover label[day] {
        color: white !important;
    }
    timeline[gantt][stagger] year month events day[today][yes] event  {
        cursor: pointer;
        background: #ff2674 !important;
        border-color: #ff2674 !important;
    }
    timeline[gantt][stagger] year month events day[today][yes] event:hover  {
        background: navy !important;
        border-color: navy !important;
    }
    timeline[gantt][stagger] year month events day[today] label[day]  {
        color: #ff2674 !important;
    }
    timeline[gantt][stagger] year month events day[yes] {
        background: none !important;
        border: none !important;
    }
    timeline[gantt][stagger] year month events day event {   
        /* background: none !important;  */
        /* border: 2px solid mediumseagreen !important; */
        flex: 1 !important;
        margin: 0 0 2px 0 !important;
        min-height: 35px !important;
        min-height: 100px !important;
        width: 100%;
    }
    timeline[gantt][stagger] year month events day event:last-of-type {
        margin: 0 0 0 0 !important;
    }
    timeline[gantt][stagger] year month events day label[day] {
        pointer-events: none;
        position: absolute !important;
        top: unset !important;
        bottom: 0 !important;
        
        top: 0 !important;
        bottom: unset !important;
        bottom: 0 !important;
    }
    timeline[gantt][stagger] year month events day[yes] label[day] {
        color: white !important;     
        color: #004420 !important;
    }
    timeline[gantt][stagger] year month events {
        position: relative !important;
        z-index: 0 !important;
    } 
    timeline[gantt][stagger] year month events:hover {
        position: relative !important;
        z-index: 9999999999999999999999999999999999999999999999 !important;
    }
    timeline[gantt][stagger] year month events day event {
        position: relative !important;
        /* position: absolute !important; */
            /* top: 0 !important; */
        z-index: 0 !important;

        border: 2px solid white !important;
        border-radius: 5px !important;
    }
    
    timeline[gantt][stagger] year month[grid] events day event {
        display: block !important;
        height: 100% !important;
        width: 100% !important;
        flex: 1 !important;
        position: absolute !important;
        position: relative !important;
            /* top: 0 !important; */
        z-index: 0 !important;
    }
    timeline[gantt][stagger] year month events day event [description] {
        display: none;
    }
    timeline[gantt][stagger] year month events day:hover {
        position: relative;
        z-index: 9999999999999999999999999999999 !important;
    }
    timeline[gantt][stagger] year month events day event:hover {
        position: relative;
        z-index: 9 !important;
    }
    timeline[gantt][stagger] year month events day event:hover [description] {
        display: block;
        position: absolute;
        top: calc(100% - 5px);
        left: calc(100% - 5px);
        background: white !important;
        border: 1px solid navy;
        /* border-radius: 10px 0 0 0; */
        padding: 15px;
        font-weight: 400;
        line-height: 1.5em;
        font-size: .85em;
        width: 250px;
        z-index: 99999999999999999999999 !important;
    }

    timeline[gantt][stagger] year month events day label[day] {
        z-index: 999999999999999999999999999999999999999999999999999999999 !important;
    }
    
    timeline[gantt][stagger] year month prog {
        background: #ff2674;
        margin: 0px;
        /* left: unset !important; */
        height: 5px;
        padding: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    timeline[gantt][stagger] year month prog {
        height: 100%;
        height: auto;
        position: relative;
        top: unset;
        bottom: unset;
        
        height: 0;
        padding: 0px;
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        width: 0;
    }
    timeline[gantt][stagger] year month[thismonth] prog::after {
        /* background: #171717; */
        /* border: 5px solid #171717; */
        /* border-radius: 0 0 100% 0; */
        content: '';
        position: absolute;
        top: calc(100% + 2px);
        left: calc(100% - 10px);
        height: 100%;
        width: 100%;

        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #000080;
    }
    timeline[gantt][stagger] year month prog[past] {
        height: 100% !important;
        padding: 5px;
        width: 100% !important;
        
        background-color: #f3ffc7 !important;
        background-image: url(/images/stripes.gif) !important;
        border: 2px solid #91b800 !important;
        
        background-color: #55ffa6 !important;
        border: 2px solid #178d4b !important;
        border-radius: 3px !important;
    }
    timeline[gantt][stagger] year month meeting {
        background: gainsboro !important;
        background: url(/images/stripes.gif) !important;
        height: 20px !important;
        padding: 0px !important;
    }
    timeline[gantt][stagger] year month prog[current] {
        height: 100% !important;
        padding: 5px;
    }



    /*grid / calendar month view*/    
    timeline[gantt][stagger] year month[grid] {} 

        timeline[gantt][stagger] year month[grid] events day {
            flex-direction: row !important;
        }

        timeline[gantt][stagger] year month[grid] events {
            margin: 0 0 0 0 !important;
        }
        timeline[gantt][stagger] year month[grid] events day {
            margin: 2px !important;
        }
        timeline[gantt][stagger] year month[grid] events day:last-of-type {
            /* margin: 2px 2px !important; */
        }
        timeline[gantt][stagger] year month[grid] events day:first-of-type {
            /* margin: 2px 2px 2px 2px !important; */
        }
        timeline[gantt][stagger] year month[grid] events day[yes] {
            /* border-top-width: 0 !important; */
            /* border-bottom-width: 0 !important; */
            /* border-right-width: 2px !important; */
            /* border: none !important; */
            /* margin: 2px 2px 2px 2px !important; */
            /* margin: 0 0 0 0 !important; */

            /* margin-top: 0px !important; */
            /* margin-bottom: 0px !important; */

            /* overflow: hidden !important; */

            /* border: 2px solid #f4f4f4 !important;
            border-radius: 3px !important; */

        }
        timeline[gantt][stagger] year month[grid] events day[today] {
            /* border: 2px solid #f4f4f4 !important; */
            /* border-radius: 3px !important; */
            /* border-top-width: 0 !important; */
            /* border-bottom-width: 0 !important; */
            /* border-right-width: 2px !important; */
            /* border: none !important; */
            /* margin: 2px 2px 2px 2px !important; */
            /* margin: 0 0 0 0 !important; */
            /* margin-top: 0px !important; */
            /* margin-bottom: 0px !important; */
        }
        timeline[gantt][stagger] year month[grid] events day[yes]:first-of-type {
            /* margin: 2px 2px 2px 2px !important; */
            /* margin: 0 0 0 0 !important; */
        }
        timeline[gantt][stagger] year month[grid] events day[yes]:last-of-type {
            /* border: none !important; */
            /* border-left-width: 6px !important; */
            /* margin: 2px 2px 2px 2px !important; */
            /* margin: 0px !important; */
            /* margin: 0 0 0 4px !important; */
        }
        timeline[gantt][stagger] year month[grid] events day event {
            /* border: none !important; */
            margin: 0 0 0 0 !important;
            /* margin: 2px !important; */
        }
        timeline[gantt][stagger] year month[grid] events day[yes] event {
            /* border: 2px solid white !important; */
            /* border-radius: 5px !important; */
            margin: 0 !important;
            margin: 2px !important;
        }
        timeline[gantt][stagger] year month[grid] events day[today] event {
            border: 2px solid white !important;
            border: none !important;
            border-radius: 7px !important;
            margin: 0 !important;
        }

        timeline[gantt][stagger] year month events day label[day] {
            padding: 5px;
            text-align: left;
        }
        timeline[gantt][stagger] year month[grid] events day event:first-of-type {
            /* margin: 2px 2px 2px 0 !important; */
        }
        timeline[gantt][stagger] year month[grid] events day event:last-of-type {
            /* margin: 2px 0 2px 2px !important; */
        }
        timeline[gantt][stagger] year month[grid] events[dotw] {
            margin: 0 !important;            
        }
        timeline[gantt][stagger] year month[grid] events[dotw] day {
            border: none !important;
            border-bottom: 2px solid navy !important;
        }
        timeline[gantt][stagger] year month[grid] events[dotw] day label {
            color: navy !important;
            font-size: 1em !important;
        }
        timeline[gantt][stagger] year month events:not([dotw]) day[past]:not([yes]) {
            background-color: #f3ffc7 !important;
            background-image: url(/images/stripes.gif) !important;
            border-color: #91b800 !important;
        }
        timeline[gantt][stagger] year month events:not([dotw]) day label {
            color: #000060 !important;
            font-size: .85em !important;
            font-weight: bold !important;
            letter-spacing: 1px !important;
        }



timeline[gantt][stagger] year month[linear] {}

    timeline[gantt][stagger] year month events day event a[nav] {
        display: none !important;
    }








/*asdf,override all prior*/
timeline[gantt][stagger] year month events day {
    border: none !important;
    /* margin: 2px !important; */
    position: relative !important;}

    timeline[gantt][stagger] year month events day wrap {
        border-radius: 3px !important;
        display: flex !important;
            flex: 1 !important;
            align-items: stretch !important;
            justify-content: center !important;
        height: 35px !important;
        min-height: 35px !important;
        position: relative !important;
        position: absolute !important;
        width: 100% !important;    

        height: 100px !important;
        min-height: 100px !important;
    }

    timeline[gantt][stagger] year month events day event {
        border: none !important;
        margin: 0px !important;
        position: relative !important;
    }


timeline[gantt][stagger] year month events day[yes] { 
    position: relative !important;}

    timeline[gantt][stagger] year month events day[yes] event {
        background: mediumseagreen !important;
        border: 2px solid #178d4b !important;
        margin: 0px !important;
        position: relative !important;
        background: #55ffa6 !important;}          

        timeline[gantt][stagger] year month events day[yes]:hover event {
            background: #4970fc !important;
            border-color: #1342e5 !important;
        }           

        timeline[gantt][stagger] year month events day[yes] event:hover {
            background: #4970fc !important;
            border-color: #1342e5 !important;

            background: #ff2674 !important;
            border-color: #9c033bff !important;
        }        
    
        timeline[gantt][stagger] year month events day[yes]:hover label[day] {
            color: white !important;       
        }

timeline[gantt][stagger] year month events day:not([yes]) {
    border: 2px solid #91b800;}

    timeline[gantt][stagger] year month events day:not([yes]) wrap {
        border: 2px solid #91b800;
    }

timeline[gantt][stagger] year month events:not([dotw]) day[past] {}

    timeline[gantt][stagger] year month events:not([dotw]) day[past]:not([yes]) {
        background-color: #f3ffc7 !important;
        background-image: url(/images/stripes.gif) !important;
        /* border: 2px solid #91b800 !important; */
    }

timeline[gantt][stagger] year month events day[past]) {}

    timeline[gantt][stagger] year month events day[past]:not([yes]) wrap {
        border: 2px solid #91b800 !important;
    }


timeline[gantt][stagger] year month events day[no]) {}

    timeline[gantt][stagger] year month events day[no]:not([yes],[today],[past]) wrap {
        border: 2px solid #b4b4b4 !important;
    }


timeline[gantt][stagger] year month events day[today]) {}

    timeline[gantt][stagger] year month events day[today] wrap {
        background: white !important;
        border: 2px solid #ff2674 !important;
    }    

    timeline[gantt][stagger] year month events day[today] wrap:hover {
        background: #ff2674 !important;
        border-color: #9c033bff !important;
    }




timeline[gantt][stagger] year month[linear] {
    flex-direction: column !important;}

    timeline[gantt][stagger] year month[linear] events day,
    timeline[gantt][stagger] year month[linear] events day[yes] {
        margin: 1px !important;}

    timeline[gantt][stagger] year month[linear] events day[yes] event {
        margin: 0 1px 1px !important;}

        timeline[gantt][stagger] year month[linear] events day wrap {
            flex-direction: column !important;
            justify-content: left !important;
        }

        timeline[gantt][stagger] year month[linear] events day[no]:not([yes],[today],[past]) wrap {
            border: 1px solid #b4b4b4 !important;
            margin: 0px !important;
        }



    timeline[gantt][stagger] year month events:not([dotw]) {}

        timeline[gantt][stagger] year month events:not([dotw]) day[past]:not([yes]) {
            background-color: #7340aa !important;
            background-image: url(/images/stripes.gif) !important;
        }
        timeline[gantt][stagger] year month events:not([dotw]) day[past]:not([yes]) wrap {
            border-color: #000080 !important;
        }
        timeline[gantt][stagger] year month events:not([dotw]) day[past]:not([yes]) label {
            color: #ffffff !important;
        }


timeline[gantt][stagger] year month[grid] events day,
timeline[gantt][stagger] year month[linear] events day {
    background-color: white !important;
    border: none !important;
    /* margin: 0px !important; */
}
timeline[gantt][stagger] year month[grid] events day[yes] event {
    /* border: none !important; */
    margin: 0px 2px !important;
}


timeline[gantt][stagger] year month events day[today][yes] wrap {
   border: none !important;
   border-radius: 3px !important;
}
timeline[gantt][stagger] year month events day[today][yes] wrap event {
    cursor: pointer;
    background: #ff26743b !important;
    background: #ffdfea !important;
    border: 2px solid #ff2674 !important;
    border-color: #ff2674 !important;
    margin: 0px !important;

   border-radius: 5px !important;
}
timeline[gantt][stagger] year month events day[today][yes] label {
    color: white !important;
    color: #cd004a !important;
}


timeline[gantt][stagger] year month events day[today] wrap {
    background: none !important;
}
















/*matrix*/
/*events*/
    /*stack cal day on top of cal block*/
    timeline[matrix] year month {
        display: none;
    }
    timeline[matrix] year month[active] {
        display: block;
    }
    timeline[matrix] year month events day {
        display: flex;
            align-items: center;
            flex-direction: column !important;
    }
    timeline[matrix] year month events day {
        background: none !important;
        border: 2px solid gainsboro !important;
        display: flex;
            align-items: end !important;
            flex-direction: column !important;
    }
    timeline[matrix] year month events day[empty] {
        background: url(/images/stripes.gif) !important;
        border: 2px solid transparent !important;
        /* border: none !important; */
        display: flex;
            align-items: end !important;
            flex-direction: column !important;
        border-radius: 5px;
    }
    timeline[matrix] year month events day[today] {
        border-color: #ff2674 !important;
    }
    timeline[matrix] year month[thismonth] events day[today]::after {
        content: '';
        position: absolute;
        /* bottom: calc(100% + 2px); */
        top: -7px;
        left: calc(50%);
        height: 100%;
        width: 100%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #000080;
    }
    timeline[matrix] year month events day[past] {
        background: whitesmoke !important;
    }
    timeline[matrix] year month events day[today]:hover {
        background: #ff2674 !important;
        border-color: #ff2674 !important;
    }
    timeline[matrix] year month events day[today]:hover label[day] {
        color: white !important;
    }
    timeline[matrix] year month events day[today][yes] event  {
        cursor: pointer;
        background: #ff2674 !important;
        border-color: #ff2674 !important;
    }
    timeline[matrix] year month events day[today][yes] event:hover  {
        background: navy !important;
        border-color: navy !important;
    }
    timeline[matrix] year month events day[today] label[day]  {
        color: #ff2674 !important;
    }
    timeline[matrix] year month events day[yes] {
        background: none !important;
        border: none !important;
    }
    timeline[matrix] year month events day event {   
        /* background: none !important;  */
        /* border: 2px solid mediumseagreen !important; */
        flex: 1 !important;
        margin: 0 0 2px 0 !important;
        min-height: 35px !important;
        width: 100%;

        min-height: 100px !important;
    }
    timeline[matrix] year month events day event:last-of-type {
        margin: 0 0 0 0 !important;
    }
    timeline[matrix] year month events day label[day] {
        pointer-events: none;
        position: absolute !important;
        top: unset !important;
        bottom: 0 !important;
        
        top: 0 !important;
        bottom: unset !important;
        bottom: 0 !important;
    }
    timeline[matrix] year month events day[yes] label[day] {
        color: white !important;     
        color: #004420 !important;
    }
    timeline[matrix] year month events {
        position: relative !important;
        z-index: 0 !important;
    } 
    timeline[matrix] year month events:hover {
        position: relative !important;
        z-index: 9999999999999999999999999999999999999999999999 !important;
    }
    timeline[matrix] year month events day event {
        position: relative !important;
        /* position: absolute !important; */
            /* top: 0 !important; */
        z-index: 0 !important;

        border: 2px solid white !important;
        border-radius: 5px !important;
    }
    
    timeline[matrix] year month[grid] events day event {
        display: block !important;
        height: 100% !important;
        width: 100% !important;
        flex: 1 !important;
        position: absolute !important;
        position: relative !important;
            /* top: 0 !important; */
        z-index: 0 !important;
    }
    timeline[matrix] year month events day event [description] {
        display: none;
    }
    timeline[matrix] year month events day:hover {
        position: relative;
        z-index: 9999999999999999999999999999999 !important;
    }
    timeline[matrix] year month events day event:hover {
        position: relative;
        z-index: 9 !important;
    }
    timeline[matrix] year month events day event:hover [description] {
        display: block;
        position: absolute;
        top: calc(100% - 5px);
        left: calc(100% - 5px);
        background: white !important;
        border: 1px solid navy;
        /* border-radius: 10px 0 0 0; */
        padding: 15px;
        font-weight: 400;
        line-height: 1.5em;
        font-size: .85em;
        width: 250px;
        z-index: 99999999999999999999999 !important;
    }

    timeline[matrix] year month events day label[day] {
        z-index: 999999999999999999999999999999999999999999999999999999999 !important;
    }
    
    timeline[matrix] year month prog {
        background: #ff2674;
        margin: 0px;
        /* left: unset !important; */
        height: 5px;
        padding: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    timeline[matrix] year month prog {
        height: 100%;
        height: auto;
        position: relative;
        top: unset;
        bottom: unset;
        
        height: 0;
        padding: 0px;
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        width: 0;
    }
    timeline[matrix] year month[thismonth] prog::after {
        /* background: #171717; */
        /* border: 5px solid #171717; */
        /* border-radius: 0 0 100% 0; */
        content: '';
        position: absolute;
        top: calc(100% + 2px);
        left: calc(100% - 10px);
        height: 100%;
        width: 100%;

        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #000080;
    }
    timeline[matrix] year month prog[past] {
        height: 100% !important;
        padding: 5px;
        width: 100% !important;
        
        background-color: #f3ffc7 !important;
        background-image: url(/images/stripes.gif) !important;
        border: 2px solid #91b800 !important;
        
        background-color: #55ffa6 !important;
        border: 2px solid #178d4b !important;
        border-radius: 3px !important;
    }
    timeline[matrix] year month meeting {
        background: gainsboro !important;
        background: url(/images/stripes.gif) !important;
        height: 20px !important;
        padding: 0px !important;
    }
    timeline[matrix] year month prog[current] {
        height: 100% !important;
        padding: 5px;
    }



    /*grid / calendar month view*/    
    timeline[matrix] year month[grid] {} 

        timeline[matrix] year month[grid] events day {
            flex-direction: row !important;
        }

        timeline[matrix] year month[grid] events {
            margin: 0 0 0 0 !important;
        }
        timeline[matrix] year month[grid] events day {
            margin: 2px !important;
        }
        timeline[matrix] year month[grid] events day:last-of-type {
            /* margin: 2px 2px !important; */
        }
        timeline[matrix] year month[grid] events day:first-of-type {
            /* margin: 2px 2px 2px 2px !important; */
        }
        timeline[matrix] year month[grid] events day[yes] {
            /* border-top-width: 0 !important; */
            /* border-bottom-width: 0 !important; */
            /* border-right-width: 2px !important; */
            /* border: none !important; */
            /* margin: 2px 2px 2px 2px !important; */
            /* margin: 0 0 0 0 !important; */

            /* margin-top: 0px !important; */
            /* margin-bottom: 0px !important; */

            /* overflow: hidden !important; */

            /* border: 2px solid #f4f4f4 !important;
            border-radius: 3px !important; */

        }
        timeline[matrix] year month[grid] events day[today] {
            /* border: 2px solid #f4f4f4 !important; */
            /* border-radius: 3px !important; */
            /* border-top-width: 0 !important; */
            /* border-bottom-width: 0 !important; */
            /* border-right-width: 2px !important; */
            /* border: none !important; */
            /* margin: 2px 2px 2px 2px !important; */
            /* margin: 0 0 0 0 !important; */
            /* margin-top: 0px !important; */
            /* margin-bottom: 0px !important; */
        }
        timeline[matrix] year month[grid] events day[yes]:first-of-type {
            /* margin: 2px 2px 2px 2px !important; */
            /* margin: 0 0 0 0 !important; */
        }
        timeline[matrix] year month[grid] events day[yes]:last-of-type {
            /* border: none !important; */
            /* border-left-width: 6px !important; */
            /* margin: 2px 2px 2px 2px !important; */
            /* margin: 0px !important; */
            /* margin: 0 0 0 4px !important; */
        }
        timeline[matrix] year month[grid] events day event {
            /* border: none !important; */
            margin: 0 0 0 0 !important;
            /* margin: 2px !important; */
        }
        timeline[matrix] year month[grid] events day[yes] event {
            /* border: 2px solid white !important; */
            /* border-radius: 5px !important; */
            margin: 0 !important;
            margin: 2px !important;
        }
        timeline[matrix] year month[grid] events day[today] event {
            border: 2px solid white !important;
            border: none !important;
            border-radius: 7px !important;
            margin: 0 !important;
        }

        timeline[matrix] year month events day label[day] {
            padding: 5px;
            text-align: left;
        }
        timeline[matrix] year month[grid] events day event:first-of-type {
            /* margin: 2px 2px 2px 0 !important; */
        }
        timeline[matrix] year month[grid] events day event:last-of-type {
            /* margin: 2px 0 2px 2px !important; */
        }
        timeline[matrix] year month[grid] events[dotw] {
            margin: 0 !important;            
        }
        timeline[matrix] year month[grid] events[dotw] day {
            border: none !important;
            border-bottom: 2px solid navy !important;
        }
        timeline[matrix] year month[grid] events[dotw] day label {
            color: navy !important;
            font-size: 1em !important;
        }
        timeline[matrix] year month events:not([dotw]) day[past]:not([yes]) {
            background-color: #f3ffc7 !important;
            background-image: url(/images/stripes.gif) !important;
            border-color: #91b800 !important;
        }
        timeline[matrix] year month events:not([dotw]) day label {
            color: #000060 !important;
            font-size: .85em !important;
            font-weight: bold !important;
            letter-spacing: 1px !important;
        }



timeline[matrix] year month[linear] {}

    timeline[matrix] year month events day event a[nav] {
        display: none !important;
    }













timeline[matrix] year month events day {
    border: none !important;
    /* margin: 2px !important; */
    position: relative !important;}

    timeline[matrix] year month events day wrap {
        border-radius: 3px !important;
        display: flex !important;
            flex: 1 !important;
            align-items: stretch !important;
            justify-content: center !important;
        height: 35px !important;
        min-height: 35px !important;
        position: relative !important;
        position: absolute !important;
        width: 100% !important;    

        height: 100px !important;
        min-height: 100px !important;
    }

   timeline[matrix] year month events day event {
        border: none !important;
        margin: 0px !important;
        position: relative !important;
    }


timeline[matrix] year month events day[yes] { 
    position: relative !important;}

    timeline[matrix] year month events day[yes] event {
        background: mediumseagreen !important;
        border: 2px solid #178d4b !important;
        margin: 0px !important;
        position: relative !important;
        background: #55ffa6 !important;}          

        timeline[matrix] year month events day[yes]:hover event {
            background: #4970fc !important;
            border-color: #1342e5 !important;
        }           

        timeline[matrix] year month events day[yes] event:hover {
            background: #4970fc !important;
            border-color: #1342e5 !important;

            background: #ff2674 !important;
            border-color: #9c033bff !important;
        }        
    
        timeline[matrix] year month events day[yes]:hover label[day] {
            color: white !important;       
        }

timeline[matrix] year month events day:not([yes]) {
    border: 2px solid #91b800;}

    timeline[matrix] year month events day:not([yes]) wrap {
        border: 2px solid #91b800;
    }

timeline[matrix] year month events:not([dotw]) day[past] {}

    timeline[matrix] year month events:not([dotw]) day[past]:not([yes]) {
        background-color: #f3ffc7 !important;
        background-image: url(/images/stripes.gif) !important;
        /* border: 2px solid #91b800 !important; */
    }

timeline[matrix] year month events day[past]) {}

    timeline[matrix] year month events day[past]:not([yes]) wrap {
        border: 2px solid #91b800 !important;
    }


timeline[matrix] year month events day[no]) {}

    timeline[matrix] year month events day[no]:not([yes],[today],[past]) wrap {
        border: 2px solid #b4b4b4 !important;
    }


timeline[matrix] year month events day[today]) {}

    timeline[matrix] year month events day[today] wrap {
        background: white !important;
        border: 2px solid #ff2674 !important;
    }    

    timeline[matrix] year month events day[today] wrap:hover {
        background: #ff2674 !important;
        border-color: #9c033bff !important;
    }




timeline[matrix] year month[linear] {
    flex-direction: column !important;}

    timeline[matrix] year month[linear] events day,
    timeline[matrix] year month[linear] events day[yes] {
        margin: 1px !important;}

    timeline[matrix] year month[linear] events day[yes] event {
        margin: 0 1px 1px !important;}

        timeline[matrix] year month[linear] events day wrap {
            flex-direction: column !important;
            justify-content: left !important;
        }

        timeline[matrix] year month[linear] events day[no]:not([yes],[today],[past]) wrap {
            border: 1px solid #b4b4b4 !important;
            margin: 0px !important;
        }



    timeline[matrix] year month events:not([dotw]) {}

        timeline[matrix] year month events:not([dotw]) day[past]:not([yes]) {
            background-color: #7340aa !important;
            background-image: url(/images/stripes.gif) !important;
        }
        timeline[matrix] year month events:not([dotw]) day[past]:not([yes]) wrap {
            border-color: #000080 !important;
        }
        timeline[matrix] year month events:not([dotw]) day[past]:not([yes]) label {
            color: #ffffff !important;
        }


timeline[matrix] year month[grid] events day,
timeline[matrix] year month[linear] events day {
    background-color: white !important;
    border: none !important;
    /* margin: 0px !important; */
}
timeline[matrix] year month[grid] events day[yes] event {
    /* border: none !important; */
    margin: 0px 2px !important;
}






















@media(max-width: 700px) {
    timeline[gantt][stagger] year month[active] {
        padding: 30px 0 70px !important;
    }



    /*gantt stagger linear*/
    timeline[gantt][stagger] year month {
        padding: 30px 0 70px !important;
    }
    timeline[gantt][stagger] year month{
        pointer-events: all !important;}

    timeline[gantt][stagger] year month[active][disabled] {
        pointer-events: none !important;}

        timeline[gantt][stagger] year month events,
        timeline[gantt][stagger] year month events day,
        timeline[gantt][stagger] year month events day event {
            pointer-events: all !important;
        }

    timeline[gantt][stagger] year month:not([active]):hover {
        padding: 30px 0 70px !important;
    }
    timeline[gantt][stagger] year month [title] {
        font-size: 2em;
        line-height: 1.5em;
    }
    timeline[gantt][stagger] year month events {
        display: none !important;
    }
    /* timeline[gantt][stagger] year month[active] events[active] {
        display: block !important;
    } */
    timeline[gantt][stagger] year month[active] events {
        display: block !important;
    }
    timeline[gantt][stagger] year month events day {
        display: inline-block !important;
        margin: 2px !important;
        vertical-align: top !important;
        width: 13% !important;
    }
    timeline[gantt][stagger] year month events day {
        display: flex !important;
            flex: 0 0 13% !important;
        display: inline-block !important;
        margin: 2px !important;
        vertical-align: top !important;
        width: 13% !important;
    }
    timeline[gantt][stagger] year month events day[yes] {
        background: mediumseagreen !important;
        border-radius: 3px !important;
        display: flex !important;
            flex: 0 0 13% !important;
        display: inline-block !important;
        margin: 2px !important;
        vertical-align: top !important;
        width: 13% !important;

        border-radius: 5px !important;
        border: 2px solid #178d4b !important;
    }
    timeline[gantt][stagger] year month events day[yes] event {
        display: none !important;
    }
    timeline[gantt][stagger] year month events day[yes]:hover {
        /* background: navy !important; */

        /* display: flex !important;
            flex: 1 !important;
            align-items: stretch !important;
            flex-direction: column !important;
        position: fixed !important;
            top: 0 !important;
            left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        z-index: 9999999999999999999999999999999999999999 !important; */

        background: #4970fc !important;
        border-color: #1342e5 !important;
    }
    timeline[gantt][stagger] year month events[active] day[yes]:hover event {
        /* background: navy !important; */
        display: none !important;
        /* position: absolute !important; */
        /* top: calc(100% - 5px) !important;  */
        /* left: calc(100% - 5px) !important; */
    }
    timeline[gantt][stagger] year month events[active] day[yes][active] {
        background: whitesmoke !important;
        display: flex !important;
            flex: 1 !important;
            align-items: stretch !important;
            flex-direction: column !important;
        position: fixed !important;
            top: 0 !important;
            left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        z-index: 9999999999999999999999999999999999999999 !important;
    }
    timeline[gantt][stagger] year month events[active] day[yes][active] event {
        background: navy !important;
        display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        /* flex: 0 0 100% !important; */
        border-radius: 10px !important;
    }
    timeline[gantt][stagger] year month events[active] day[yes][active] event [description] {
        display: block !important;
    }

    timeline[gantt][stagger] year month[active] events[active] {
        z-index: 9999999999999999999999999999999999999999 !important;
    }
    timeline[gantt][stagger] year month[active] events[active] {
        z-index: 9999999999999999999999999999999999999999 !important;
    }
    timeline[gantt][stagger] year month events[active] day[yes][active] {
        background: whitesmoke !important;
        background: #0000808a !important;
        display: flex !important;
        flex: 1 !important;
        align-items: stretch !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        z-index: 9999999999999999999999999999999999999999 !important;
    }
    timeline[gantt][stagger] year month[active] events[active] day {
        z-index: 9 !important;
    }
    timeline[gantt][stagger] year month[active] events[active] day event {
        z-index: 9 !important;
    }
    timeline[gantt][stagger] year month[active] events[active] day[yes][active] event {
        background: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        /* flex: 0 0 100% !important; */
        border-radius: 10px !important;
    }
    timeline[gantt][stagger] year month[active] events[active] day[yes][active] event:hover [description] {
        display: block !important;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        background: white !important;
        border: 1px solid navy;
        /* border-radius: 10px 0 0 0; */
        padding: 15px;
        font-weight: 400;
        line-height: 1.5em;
        font-size: .85em;
        width: 250px;
        z-index: 99999999999999999999999 !important;
    }


    timeline[gantt][stagger] year month[active] events[active] day[yes][active] {
        display: flex !important;
            align-items: center !important;
        height: 100% !important;
        margin: 0px !important;
        border-radius: 0 !important;
    }
    timeline[gantt][stagger] year month[active] events[active] day[yes][active] event {
        display: block !important;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        background: white !important;
        border: 1px solid navy;
        /* border-radius: 10px 0 0 0; */
        padding: 15px;
        font-weight: 400;
        line-height: 1.5em;
        font-size: .85em;
        width: 250px;
        z-index: 99999999999999999999999 !important;

        margin: 30px !important;  
        height: 90% !important;
        width: 90%;
    }
    timeline[gantt][stagger] year month[active] events[active] day[yes][active] event:hover [description],
    timeline[gantt][stagger] year month[active] events[active] day[yes][active] event [description] {
        background: none !important;
        border: none !important;
        padding: 0px !important;
        font-size: 1em !important;  
        margin: 0 0 10px !important;
        width: 100%;  
    }
    timeline[gantt][stagger] year month events day event a:not([nav]) {
        display: none !important;
    }

    timeline[gantt][stagger] year month[active] events[active] day[yes][active] event a[nav] {
        display: inline-block !important;
    }

    timeline[gantt][stagger] year month {
        padding: 10px 0 10px !important;
    }
    timeline[gantt][stagger] year month[active] {
        padding: 30px 0 70px !important;
    }
    timeline[gantt][stagger] year month[active] meeting {
        display: block !important;
    }


















    /*asdf,override all prior*/
    timeline[gantt][stagger] year month {}

        timeline[gantt][stagger] year month meeting {
            margin: 10px 0 15px !important;
            position: relative !important;
            display: block !important;
        }
        timeline[gantt][stagger] year month events day[yes] { 
            background: mediumseagreen !important;
            border: 2px solid #178d4b !important;

            background: #55ffa6 !important;
            border: 2px solid #178d4b !important;
        }
        timeline[gantt][stagger] year month events day[yes]:hover {
            background: #4970fc !important;
            border-color: #1342e5 !important;
        }
        timeline[gantt][stagger] year month events day {
            background: none !important;
            border: none !important;
            border-radius: 0 !important;
        }

        timeline[gantt][stagger] year month events day wrap {
            background: none !important;
            border: none !important;
            border-radius: 0 !important;
            flex-direction: column !important;
            flex: 1 !important;
            height: 100% !important;
            overflow: hidden !important;
            padding: 20px !important;
            width: 100% !important;
        }

        timeline[gantt][stagger] year month[active] events[active] day[yes][active] {
            background: rgb(0 0 128 / 65%) !important;
            background: rgba(0,0,128,.65) !important;
            
            background: rgb(36 79 235 / 75%) !important;
            background: rgba(36,79,235,.75) !important;
            border: none !important;
            border-radius: 0px !important;
        }

        timeline[gantt][stagger] year month[active] events[active] day[yes][active] event {
            background: white !important;
            border:none !important;
            border-radius: 4px !important;
            /* margin: 0 0 5px !important; */
            height: auto !important;
            /* margin: auto !important; */
            width: 90% !important;
        }
        timeline[gantt][stagger] year month events day[yes]:hover {
            /* background: initial !important; */
            /* border-color: #1342e5 !important; */

            /* border: none !important;
            border-radius: 0px !important; */
        }
        

        timeline[gantt][stagger] year month events day[past],
        timeline[gantt][stagger] year month events day[no],
        timeline[gantt][stagger] year month events day[past]:not([yes]) {
            border-radius: 3px !important;
        }
        timeline[gantt][stagger] year month events day[past] wrap,
        timeline[gantt][stagger] year month events day[no] wrap,
        timeline[gantt][stagger] year month events day[past]:not([yes]) wrap {
            border-radius: 3px !important;
            padding: 0px !important;
        }
        timeline[gantt][stagger] year month events day[yes]:hover {
            margin: 2px !important;
        }
        timeline[gantt][stagger] year month[linear] events day[yes]:hover {
            margin: 1px !important;
        }










    /* timeline[gantt][stagger] year month events:not([dotw]) {}

        timeline[gantt][stagger] year month events:not([dotw]) day[past]:not([yes]) {
            background-color: #7340aa !important;
            background-image: url(/images/stripes.gif) !important;
        }
        timeline[gantt][stagger] year month events:not([dotw]) day[past]:not([yes]) wrap {
            border-color: #000080 !important;
        }
        timeline[gantt][stagger] year month events:not([dotw]) day[past]:not([yes]) label {
            color: #ffffff !important;
        } */















    timeline[gantt][stagger] year month meeting {
        left: 0 !important;
        width: 100% !important;
    }
    timeline[gantt][stagger] year month meeting prog {
        left: 0 !important;
    }



    timeline[gantt][stagger] year month events day[today][yes] {
        background: #ffdfea !important;
        border-radius: 3px !important;
        display: flex !important;
        flex: 0 0 13% !important;
        display: inline-block !important;
        margin: 2px !important;
        vertical-align: top !important;
        width: 13% !important;
        border-radius: 3px !important;
        border: 2px solid #178d4b !important;
    }
    timeline[gantt][stagger] year month events day[today][yes] {
        background: #ffdfea !important;
        border: 2px solid #ff2674 !important;
    }
   timeline[gantt][stagger] year month events day[past] wrap, 
   timeline[gantt][stagger] year month events day[no] wrap,
   timeline[gantt][stagger] year month events day[today][yes] wrap, 
   timeline[gantt][stagger] year month events day[past]:not([yes]) wrap {
        /* border-radius: 3px !important; */
        padding: 0px !important;
    }
    timeline[gantt][stagger] year month events day[today][yes]:hover {
        background: #ff4789 !important;
        border-color: #ff2674 !important;
    }

    timeline[gantt][stagger] year month events day[today][yes]:hover wrap {
        background: none !important;
    }







    timeline[gantt][stagger] year month events day {
        min-height: 35px;
    }
        
    timeline[gantt][stagger] year month events day event {
        height: 35px;
    }
    timeline[gantt][stagger] year month events day event {   
        min-height: 35px !important;
    }

    timeline[gantt][stagger] year month events day wrap {
        height: 35px !important;
        min-height: 35px !important; 
    }

    timeline[matrix] year month events day event {   
        min-height: 35px !important;
    }









    


    day[active] hover {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: red;
        z-index: 9;
    }

}





















/*matrix*/
/* timeline[matrix] [work] prog {
    background: white !important;    
}
timeline[matrix] [work][yes] prog {
    background: gainsboro !important;    
}
timeline[matrix] [work][yes] prog[past] {
    background: mediumseagreen !important;    
}
timeline[matrix] [work][yes] prog[this] {
    background: deeppink !important;    
} */

/* border: 2px solid #178d4b !important; */


timeline[matrix] [work] {
    background: white !important;  
    border-radius: 3px;  
}
timeline[matrix] [work] prog {
    border-radius: 3px;  
}
timeline[matrix] [work][yes] {
    background: gainsboro !important; 
    background-image: url(/images/stripes.gif) !important;     
}
timeline[matrix] [work][yes][this] {
    background-color: white !important;
    background-color: #6de695 !important; 
    background: deeppink !important; 
    background: #ff2674 !important;    
    background-image: url(/images/stripes-white.png) !important;  

    background: #55ffa6 !important;
    overflow: hidden;
}
timeline[matrix] [work][yes][past] prog {
    background: mediumseagreen !important;   
    /* width: 100%   */

    background-color: #7340aa !important;
    background-image: url(/images/stripes.gif) !important;
}
timeline[matrix] [work][yes][this] prog {
    background: deeppink !important;    
    background: mediumseagreen !important;   
    background: #55ffa6 !important;  

    background-color: #7340aa !important;
    background-image: url(/images/stripes.gif) !important;
     
}
timeline[matrix] [work],
timeline[matrix] [moty],
timeline[matrix] [spacer] {
    /* border-bottom: 2px solid white; */
    margin: 0 0 2px !important;
    /* white-space: pre; */

    height: 50px !important;
    overflow: hidden !important;
    flex: 0 0 50px;
}
timeline[matrix] [work] prog {
    /* margin: 1px !important; */
}


timeline[matrix] [moty] {
    border-bottom: 2px solid navy;
    margin: 2px;
}

timeline[matrix] phase[active] {
        border: none !important;
}
timeline[matrix] phase month:first-of-type {
        border-left: none;
}
timeline[matrix] phase month:last-of-type {
        border-right: none;
}

timeline[matrix] phase {  
    border: 2px solid transparent;  
        border-left: 2px solid gainsboro;
        border-right: 2px solid gainsboro;
    border-radius: 3px;}

    timeline[matrix] phase:first-of-type {
        border-left: 0px !important;
    }

    timeline[matrix] phase:last-of-type {
        border-right: 0px !important;
    }

    timeline[matrix] phase:hover {    
        /* border-color: navy; */
        /* border: 4px solid navy; */
    }
    timeline[matrix] phase month {    
        border-color: navy;
        border: 4px solid transparent;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
        transition: all ease .15s;    
    
        border-left: 1px solid whitesmoke;
        border-right: 1px solid whitesmoke;}

        timeline[matrix] phase month:hover {    
            border-color: navy;
            border: 4px solid navy;
        }

/* timeline[matrix] [work][yes][this] {
    border-right: 3px solid #178d4b !important;
}
timeline[matrix] [work][yes][past],
timeline[matrix] [work][yes][this] prog {
    border: 2px solid #000080 !important;
    border-right: none !important;
}
timeline[matrix] [work]:first-of-type {
    border-right: none !important;
} */



timeline[matrix] [work][yes]:not([past],[this]) {
    background: white !important;
}

timeline[matrix] [work][yes]:not([past],[this]) prog {
    background: gainsboro !important;
    background-image: url(/images/stripes-white.png) !important;
    background-color: #26bbff !important;
    /* border: 2px solid #26bbff; */
    /* margin: 0px !important; */
    height: 28px;

    height: 100%;
}

timeline[matrix] matrix[active] phase {
    display: none !important;
}
timeline[matrix] matrix[active] phase[active] {    
    display: flex !important;
}


timeline[matrix] matrix phase month {
    border-radius: 3px;}

    timeline[matrix] matrix phase month [work] {
        position: relative !important;
    }   

    timeline[matrix] matrix phase month [tag] {
        display: none;
    }

timeline[matrix] matrix phase[active] {}

    timeline[matrix] matrix[active] [tags] {
        display: none;}

    timeline[matrix] matrix phase[active] month [tag] {
        padding: 5px;
        position: absolute;
            top: 0;
            left: 0;
        display: flex;
            align-items: center;
            justify-content: left;
        flex: 1;
        /* background: red; */
        height: 100%;
        z-index: 99999999;
    }
    timeline[matrix] matrix phase[active] month [work] [tag] {
        color: #434343 !important;
    }
    timeline[matrix] matrix phase[active] month [work][past][yes] [tag],
    timeline[matrix] matrix phase[active] month [work][this][yes] [tag] {
        color: white !important;
    }





timeline[matrix] matrix [work] {
    white-space: unset;
    border-bottom: 1px solid whitesmoke;
}
timeline[matrix] matrix [work] [tag] {
    white-space: unset;
    line-height: 1.25em;
    align-items: center;
}