.my-torrent-book-acquire-magnet-link-button
{
    padding: 10px 16px;
    background-color: #2c3e50;
    color: white;
    border: none;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
}
.my-torrent-book-acquire-magnet-link-button:hover:not(:disabled) { background-color: #34495e; }
.my-torrent-book-acquire-magnet-link-button:disabled
{
    opacity: 0.6;
    cursor: wait;
}
.acquire-magnet-link-status
{
    color: #000;
    display: block;
    margin-top: 4px;
}