﻿#nccnSubscriptions .button {
    display: block;
    width: 87px;
    height: 38px;
    background-color: rgba(45,75,105,1);
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0, 96, 152, 0.251);
    transform: matrix(1,0,0,1,0,0);
    white-space: nowrap;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: rgba(255,255,255,1);
    letter-spacing: 0.1px;
    text-decoration: none;
    font-family: Roboto;
    cursor: pointer;
}

div.return-store > a.log-in {
    display: none;
}

#nccnSubscriptions .nccn-h2 {
    font-weight: lighter;
    margin-bottom: 0;
}
#nccnSubscriptions th{
    font-size: 16px;
    font-family: 'Open Sans';
    color: #484848;
    font-weight: bold;
}
#nccnSubscriptions .table th{
    border-top: none;
    cursor: pointer;
}
#nccnSubscriptions .table th, #nccnSubscriptions  .table td {
    border-bottom: 1px solid #dee2e6;
    padding-left: 0;
}

.second-col{
    font-size: 14px;
    font-family: 'Open Sans';
    color: #484848;
}
td.remainingdays {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight:bold;
    color: #FF0000;
}
.product{
    font-size: 16px;
    font-family: 'Open Sans';
    color: #2D4B69;
    font-weight: 600;
}
.mt-35{
    margin-top:35px;
}
.groups{
    font-size: 14px;
    font-family: 'Open Sans';
    color: #484848;
    font-style:italic;	
}
.email{
    font-size: 14px;
    font-family: 'Open Sans';
    color: #484848;
    font-weight: 600;
    font-style:italic;		
}