a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}body,html{min-height:100vh;color:#444}table{border-collapse:collapse;border-spacing:0}.app{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;font-family:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.app__sidebar{display:none}@media (min-width:768px){.app__sidebar{display:block;width:250px;background-color:#1d57a8;background-image:url('../img/loginBG.png');background-repeat:no-repeat;background-position:left top;background-size:cover}}.app__logo{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:50px;padding:16px}.app__logo img{width:75%}.app__main{width:100%;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:480px){.app__main{padding:1.375rem}}@media (min-width:768px){.app__main{width:calc(100% - 250px)}}.app__title{text-align:center}.app__title h1{font-size:1.5rem;padding-bottom:0.5rem;font-weight:500;line-height:1.2em;border-bottom:1px solid #eee;margin:1rem 1rem}@media (min-width:480px){.app__title h1{font-size:2.03125rem;margin:1.675rem 1rem}}.app__columns{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));padding:1rem 0 1.875}@media (min-width:480px){.app__columns{font-size:2.03125rem;padding:1.875rem 0}}.app__column{padding:0 1rem 2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.app__column h2{background-color:#0056a6;padding:0.5rem 1.5rem;color:#fff;border-radius:0.375rem;text-align:center;font-size:1rem;font-weight:500;margin-bottom:0.5rem}@media (min-width:480px){.app__column h2{font-size:1.21875rem}}.app__column ul li{border-radius:0.375rem}.app__column ul li.owned{background-color:#BEFFAB;color:#333;font-weight:bold}.app__column ul li a{list-style:none;word-wrap:break-word;padding:1rem;border:1px solid #eee;border-radius:0.375rem;margin-bottom:0.375rem;font-size:1.1rem;display:block;text-align:center;color:#222;text-decoration:none}.app__column ul li a:hover{color:#0a6ebd;text-decoration:underline}