div.LogoList *{box-sizing:border-box}div.LogoList > div{width:23%;margin:0 1% 1% 1%;position:relative;display:inline-block;border:1px solid #eee;border-radius:5px;cursor:pointer;padding:5px;background-color:#fff}div.LogoList > div:hover{background-color:#f8f8f8}div.LogoList > div > div:nth-child(1){background-repeat:no-repeat;background-size:contain;background-position:center;height:130px;width:100%}div.LogoList > div > div:nth-child(1).noLogo{font-size:1.6em;color:#a81815;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;overflow:hidden;text-overflow:ellipsis;word-wrap:anywhere}div.LogoList > div > div:nth-child(2).noLogo > *{visibility:hidden}div.LogoList > div > div:nth-child(2),div.LogoList > div > div:nth-child(3){border:0;display:block;height:auto;background-color:#eee;padding:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:5px -5px -5px -5px}div.LogoList > div > div:nth-child(2) > a,div.LogoList > div > div:nth-child(3) > a{color:#2c2c2c}div.LogoList > div > div.Date{background-color:red;padding:1px 3px;bottom:5px;font-size:0.8em;background-color:#ce0000;color:#fff;display:inline-block;margin:7px 0 -9px -5px}div.LogoList > div.Loading{width:100%;height:150px;cursor:default;border:0;caption-side:bottom;text-align:center;padding-top:60px;color:#bbb;background-repeat:no-repeat;background-position:center;margin:0}div.LogoList > div.Loading:hover{background-color:#fff}@media only screen and (max-width:850px){div.LogoList > div{width:31%;margin:1%}}@media only screen and (max-width:600px){div.LogoList > div{width:46%;margin:0 2% 2% 2%}div.LogoList > div > div:nth-child(1){height:100px}div.LogoList > div > div:nth-child(1).noLogo{font-size:1.2em}div.LogoList > div > div:nth-child(2),div.LogoList > div > div:nth-child(3){font-size:0.8em}div.LogoList > div > div.Date{font-size:0.7em}}@media only screen and (max-width:340px){div.LogoList > div{width:96%;margin:1% 2%}}