div#clearfix {
  clear: both;
}

.ebb-hidden {
  display: none;
}

.edel-gacha-title {
  margin: 5px;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
}

.edel-gacha-result-table {
  border: 1px solid #aaa;
  width: 90%;
  margin: 10px auto;
}

.edel-gacha-result-table th {
  width: 65%;
  border: 1px solid #aaa;
  background-color: #eee;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  padding: 10px 10px 10px 20px;
}
.edel-gacha-result-table td {
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 15px;
  text-align: right;
  padding: 10px 20px 10px 10px;
}

.edel-gacha-tweet-button {
  background-color: #00acee;
  display: inline-block;
  font-size: 26px;
  margin: 10px;
  padding: 10px;
  width: 270px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.edel-gacha-tweet-button:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

.edel-gacha-exec-button {
  background-color: red;
  display: inline-block;
  font-size: 26px;
  margin: 10px;
  padding: 10px;
  width: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.edel-gacha-exec-button:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}
