@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");.theHead{position:-webkit-sticky;position:sticky;top:0}body,html{margin:0}.wrapper{border-radius:5px 5px 0 0;max-width:90%;margin:auto;background-color:#fff}.theHead nav ul li:hover{background-color:#d3d3d3;color:#000}.theHead nav ul li{list-style-type:none;padding:30px;text-align:center;font-family:Raleway;border-left:1px solid #000}.theHead div nav ul a:nth-child(4) li{border-right:1px solid #000}.stuff p{font-family:Raleway;font-weight:700}.theHead{color:#ff0;background-color:red}.theHead nav a{text-decoration:none;color:#ff0;font-weight:700;font-size:16px}.theHead nav ul{padding:0}.theHead h1{margin-left:2%;margin-top:0;font-family:Unbounded;font-size:26px;padding:5px}.theFooter{background-color:#08f;padding:10px;font-size:14px}.stuff h1,.theFooter{text-align:center}.stuff h1,.stuff h2,.stuff h3,.theFooter{font-family:Unbounded}.stuff img{display:block;margin:auto;width:80%;height:auto}.stuff{max-width:98%;margin:auto}.theGrids div{word-break:break-word;background-color:#f0f8ff;border:1px solid #000;border-radius:10px;text-align:center;margin-bottom:30px;padding:20px}.avail{color:green;font-size:20px}.avail-contrast{color:#ff0;font-size:20px}.nope{color:red;font-size:20px}.underline-p{text-decoration:underline}.stuff table{border-collapse:collapse;width:90%;max-width:950px;text-align:center;margin-left:auto;margin-right:auto;height:auto}.stuff a{text-decoration:none}.stuff a:hover{text-decoration:underline}.stuff td,.stuff th{padding:10px}.stuff table tr:nth-of-type(2n){background-color:red;color:#ff0;font-family:Raleway;font-weight:700}.stuff table tr:nth-of-type(2n) td{border:1px solid #fff}.stuff table tr:nth-of-type(2n) a{color:#f0f8ff}.stuff table tr:nth-of-type(odd){font-family:Inter;font-weight:700;background-color:#08f}.stuff table tr:nth-of-type(odd) td{border:1px solid #000}.stuff table tr:nth-of-type(odd) a{color:cyan}.stuff table tr:first-of-type{font-family:Unbounded;background-color:#1f2428;color:#fff;border:1px solid #fff}.stuff table tr:first-of-type th{border:1px solid #fff}.theTableDiv{overflow-x:auto}@media (min-width:800px){.theHead{display:grid;grid-template-columns:repeat(2,1fr)}.theHead nav ul li{list-style-type:none;padding:30px;margin-top:-15px;margin-bottom:-35px}.theHead nav ul{display:grid;grid-template-columns:repeat(4,120px);cursor:pointer;justify-content:right;margin-right:20px}.theHead h1{margin-top:10px;padding-bottom:18px}.theGrids{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;grid-column-gap:15px;column-gap:15px;grid-row-gap:10px;row-gap:10px}}