header{
	padding:45px 10px 0;
}

click1 {
  font-size: 11px;
  padding: 0px 2px;
  margin-left: 5px;
  color: #ff8888;
  font-weight: bold;
  text-decoration: underline;
}
click2 {
  font-size: 12px;
  padding: 0px 2px;
  margin-left: 5px;
  color: #ff6666;
  background-color: #ffdddd;
  font-weight: bold;
  text-decoration: underline;
}
click3 {
  font-size: 13px;
  padding: 0px 2px;
  margin-left: 5px;
  color: #ff0000;
  background-color: #ffcccc;
  font-weight: bold;
  text-decoration: underline;
}
app_icon img{
  width: 60px;
  height: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
app_icon_m img{
  width: 52px;
  height: 52px;
  margin-right: 12.5px;
  margin-left: 12.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
} 


@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  header{
    padding:0;
    margin: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/**
 * Resource table
 */

table.resource-table tr.crystal {
  background: #ffb8d9;
}
table.resource-table tr.relic {
  background: #c0ebaf;
}
table.resource-table tr.gacha_coupon {
  background: #ffefb0;
}
table.resource-table tr.rarity_piece {
  background: #eab8ff;
}

.table-standard {
  border-collapse: collapse;
}

.table-standard td,
.table-standard th {
  border: 1px solid #111;
}

.table-standard th {
  background: #ffff00;
}

.table-standard tr:nth-child(odd) {
  background: #87e4f3;
}

.overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay>.content {
  z-index: 2;
  width: 50%;
  padding: 1em;
  background: #fff;
}