.plugin_arrived_ext-button a,
.plugin_arrived_ext-button a:active,
.plugin_arrived_ext-button a:focus,
.plugin_arrived_ext-button a:visited {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    padding: 7px 16px;
    border: none;
    background: linear-gradient(0deg, #e02521, #ef7370);
    border-radius: 4px;
    color: #fff;
}
.plugin_arrived_ext-button a:hover {
    background: linear-gradient(0deg, #b7221e, #ef7370);
    color: #fff;
}