.StudentsWidget{padding:12px;width:100%;height:100%;box-sizing:border-box;max-width:1200px;display:block;margin:0 auto}.StudentsWidget .Header{display:flex;margin:0 0 12px;align-items:center}@media(max-width:800px){.StudentsWidget .Header{flex-direction:column;align-items:flex-start}}.StudentsWidget .Header a{flex:0 0 auto;order:1;margin-left:auto}.StudentsWidget .Header a img{height:28px}@media(max-width:500px){.StudentsWidget .Header a img{height:24px}}@media(max-width:800px){.StudentsWidget .Header a{order:0;margin-left:0;margin-bottom:6px}}.StudentsWidget .Students{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px}.StudentsWidget .Students.two{grid-template-columns:repeat(2,1fr)}.StudentsWidget .Students.two>*{width:33%}.StudentsWidget .Students.one{grid-template-columns:repeat(1,1fr)}.StudentsWidget .Students.one>*{width:33%}@media(max-width:800px){.StudentsWidget .Students{grid-template-columns:repeat(1,1fr)}}.StudentsWidget .LoadMore{text-align:center;padding-top:12px}