.form-card{background:#f5f7fe;padding:3rem;border-radius:1rem;box-shadow:0 8px 24px hsla(210,8%,62%,.2);margin-bottom:2rem}.form-card .heading{font-size:2.8rem}.form-card .heading-content p{font-size:1.6rem}@media only screen and (min-width:768px){.form-card{max-width:60%;margin:auto}}.form-card .form-group{margin-bottom:1.5rem}.form-card .form-group .form-control{height:4.2rem;border-radius:.6rem}.table-container{width:100%;overflow-x:auto;display:block;max-width:100%;max-height:60rem;overflow-y:auto}table{width:100%;border-collapse:collapse;margin-bottom:2rem}table td,table th{padding:1.4rem 1.2rem;border-top:1px solid #c1bdc2;border-bottom:1px solid #c1bdc2;text-align:center}@media only screen and (max-width:767px){table td,table th{padding:1rem;font-size:1.2rem}}table p{font-size:1.6rem;margin:0}table th{font-weight:700;white-space:nowrap;background:#f5f7fe}table td:first-child,table th:first-child{text-align:left}table tr{background:#fff}table tr:nth-child(2n){background:#f5f7fe}.search-block{margin:2rem 0}.search-block .form-control{height:4rem;border-radius:1rem;border:.1rem solid #ddd;outline:0;padding:1rem;min-width:24rem}.predicted-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));grid-gap:3rem;gap:3rem;max-height:60rem;padding-right:1rem;overflow-y:auto}.predicted-container .predicted-card{padding:2rem;border-radius:1rem;border:.1rem solid #002053;box-shadow:0 8px 24px hsla(210,8%,62%,.2);display:flex;flex-direction:column;justify-content:space-between}.predicted-container .predicted-card h3{font-size:1.6rem;font-weight:600;margin-bottom:2rem}.predicted-container .predicted-card .closing-rank{display:inline-block;border:.1rem solid #3d9628;color:#3d9628;border-radius:3rem;padding:.4rem 1.2rem;font-weight:600;margin-top:1rem;font-size:1.4rem;line-height:1.7}