/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/





 /*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/





 /*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/



.section-plans .columnheader:first-child, .section-plans .rowheader {
    flex-grow: 0;
    flex-basis: 50%;
}

@media only screen and (max-width: 734px) {
    .section-plans .columnheader:first-child, .section-plans .rowheader {
        flex-grow: 0;
        flex-basis: 63%;
    }
}

@media only screen and (max-width: 566px) {
    .section-plans .columnheader:first-child, .section-plans .rowheader {
        flex-basis:100%
    }
}

 /*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
