@charset "utf-8";
/* CSS Play button styling */
.play-btn {
/*  font-size: 16px;
  padding: 6px 10px; */
  font-size: 10px;
  padding: 2px 4px;cursor: pointer;
  border: 1px solid #ccc;
  background: #f8f8f8;
  border-radius: 4px;
}

.play-btn:hover {
  background: #eee;
}
