.site-content.schedule article{display:flex;justify-content:center;align-items:flex-start}.site-content.schedule .entry-content-wrapper{display:flex;justify-content:center;align-items:flex-start;width:100%;flex-flow:column;margin:var(--page-margin);max-width:var(--max-screen);box-sizing:border-box}.site-content.schedule .entry-content{border-radius:var(--rounded-frame);background-color:var(--color-red);outline:var(--black-border);display:flex;flex-flow:column wrap;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:24px 12px}.site-content.schedule .article-title{font-family:"Resistance Regular",sans-serif;text-transform:uppercase;text-decoration:underline;margin:0 auto}.site-content.schedule h3{box-sizing:border-box;margin:.5em auto;display:flex;justify-content:flex-start;align-items:center;width:100%;text-transform:uppercase;background-color:var(--color-green);outline:var(--black-border);font-family:"Resistance Regular",sans-serif;border-radius:50px;padding:.3em .8em}.site-content.schedule table tr{border-bottom:var(--black-border);display:flex;align-items:center;justify-content:flex-start;padding:12px 0}.site-content.schedule table tr:last-child{border-bottom:0}.site-content.schedule table td{border:0}.site-content.schedule table td:first-child{border-top:var(--black-border);word-break:keep-all;font-size:.6em;font-family:"Resistance Regular",sans-serif;width:auto;border:var(--black-border);background-color:transparent;font-weight:bold;padding:.25em .5em;display:inline-block}.site-content.schedule table td:nth-child(2){font-size:1.2em;margin:0 .5em .25em;padding:0;font-weight:400;flex:1 0 50%}.site-content.schedule table td:nth-child(3){display:flex;align-items:center;justify-content:flex-end}.site-content.schedule table td:nth-child(3) a{text-transform:uppercase;padding:2px 8px;border-radius:15px;font-size:.6em;text-decoration:none;background-color:transparent;border:var(--black-border);color:var(--color-black);text-align:center}.site-content.schedule table td:nth-child(3) a:hover{background-color:var(--color-green);color:var(--color-black)}