*, :after, :before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -.15em;
  fill: currentColor;
  overflow: hidden;
}

body {
  background: #eee;
}

.globalHeader {
  margin: 20px;
}

@media (min-width: 500px) {
  .globalHeader {
    max-width: 400px;
    margin: 60px auto 80px;
  }
}

.searchForm {
  justify-content: space-between;
  display: flex;
}

.searchForm > input {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px;
}

.searchForm > button {
  color: #fff;
  width: 78px;
  white-space: nowrap;
  height: 40px;
  cursor: pointer;
  background-color: #0961a2;
  border: none;
  border-radius: 4px;
  margin-left: 20px;
  padding: 0 20px;
  font-size: 20px;
}

.searchForm > button:hover {
  background-color: #2288d0;
}

.globalMain {
  margin-left: 20px;
  margin-right: 20px;
  overflow-x: hidden;
}

@media (min-width: 480px) {
  .globalMain {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 481px) and (max-width: 545px) {
  .globalMain {
    max-width: 375px;
  }
}

@media (min-width: 546px) and (max-width: 730px) {
  .globalMain {
    max-width: 530px;
  }
}

@media (min-width: 731px) and (max-width: 915px) {
  .globalMain {
    max-width: 715px;
  }
}

@media (min-width: 916px) {
  .globalMain {
    max-width: 900px;
  }
}

.siteList {
  flex-wrap: wrap;
  justify-content: start;
  margin-right: -15px;
  display: flex;
}

.siteList > li {
  margin-bottom: 10px;
  margin-right: 15px;
}

@media (min-width: 480px) {
  .siteList {
    margin-right: -25px;
  }

  .siteList > li {
    margin-right: 25px;
  }
}

@media (min-width: 481px) and (max-width: 545px) {
  .siteList > li {
    margin-bottom: 20px;
    margin-right: 55px;
  }

  .siteList {
    margin-right: -55px;
  }
}

.siteList .site, .siteList .addButton {
  width: 160px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.siteList .site > .logo {
  width: 64px;
  height: 64px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 64px;
  display: flex;
}

.siteList .site > .link {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 4px;
  padding: 0 10px;
  font-size: 14px;
  overflow: hidden;
}

.siteList .site > .close {
  cursor: default;
  transition: all .5s;
  position: absolute;
  top: 5px;
  right: 10px;
}

@media (min-width: 480px) {
  .siteList .site > .close {
    opacity: 0;
  }

  .siteList li:hover .close {
    opacity: 1;
  }

  .siteList .site > .close:hover {
    box-shadow: 0 0 5px #ccc;
  }
}

.siteList .addButton .icon {
  width: 64px;
  height: 64px;
}

.siteList .addButton .text {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 4px;
  font-size: 14px;
}

/*# sourceMappingURL=index.c3c3415f.css.map */
