.holidays_table tr{display:grid;grid-template-columns:25% 50% 25%;max-width:100%;width:100%}th{display:flex;align-items:center;justify-content:center;min-height:75px;height:100%}td{display:flex;align-items:center;justify-content:center;min-height:54px;height:100%}.noHead_table tr{display:grid;grid-template-columns:30% 70%;max-width:100%;width:100%}.noHead_table td{display:block}@media(max-width: 576px){.noHead_table tr{display:grid;grid-template-columns:45% 55%;max-width:100%;width:100%}}
