.notice-author-widget-button a{
    color: white;
    padding: 5px 5px 4px;
    display: block;
    text-align: center;
    min-height: 45px;
    line-height: 35px;
    font-family: Montserrat, Trebuchet, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

button.notice-author-widget-button a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 5px 5px 4px;
    display: block;
}

md-card:hover button.notice-author-widget-button a, button.notice-author-widget-button a:active, button.notice-author-widget-button a:focus {
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.21);
}

button.notice-author-widget-button a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 5px 5px 4px;
    display: block;
}

md-card:hover button.notice-author-widget-button a, button.notice-author-widget-button a:active, button.notice-author-widget-button a:focus {
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.21);
}

.notice-author-widget-button {
    display: block;
    color: #fff !important;
    background-color: #71984a !important;
    min-height: 50px !important;
    top: -10px !important;
    width: -webkit-calc(100% + 34px);
    width: -moz-calc(100% + 34px);
    width: calc(100% + 34px);
    margin: 0 -17px 0 !important;
    box-shadow: none !important;
    font-family: Montserrat, Trebuchet, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    padding: 0;
    border-radius: 0;
}

.notice-author-product-page {
    display: inline-block;
    vertical-align: text-bottom;
}

/*authors page*/

.notice-author-subscriptions-page table td{
    vertical-align: middle!important;
}
.notice-author-subscriptions-page table td > a{
    color: #8b0000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.notice-author-subscriptions-page .panel{
    box-shadow: none;
}
.notice-author-subscriptions-page .panel-heading{
    background-color: #ffffcc!important;
}
.notice-author-subscriptions-page .panel-title div{
    display: inline-block;
}

.notice-author-subscriptions-page .author-picture {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.87);
    background-size: contain;
    border-radius: 50%;
}