.avatarCenter {
   float: none;
   margin: 0 auto;
   display: table;
}

.titleModal {
    font-size: 3.0rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

ul.prices, ul.prices li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

ul.prices li {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #EE4459;
    color: #fff;
}

ul.prices li .assign {
    padding: 10px 0;
    font-size: 1.6rem;
    background-color: #CE3B00;
    font-weight: bold;
    float: right;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

ul.prices li .value {
    font-size: 2rem;
    font-weight: 100;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

ul.prices li .value small {
    font-size: 1.5rem;
    position: relative;
    top: 0px;
}

ul.prices li .description {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10px 0;
}

ul.prices li .description .expire_in {
    font-weight: 100;
    font-size: 1.2rem;
}

.dangerBar {
    background-color: #CE3B00;
    color: #fff;
    padding: 10px 15px;
    float: left;
    width: 100%;
    font-weight: 100;
    font-size: 1.4rem;
    text-align: center;
}

.dangerBar a {
    color: #fff;
    font-weight: bold;
    margin-left: 8px;
}
.dangerBar a:hover {
    text-decoration: underline;
}

.tagConfirmed {
    display: block;
    background-color: #a3bd31;
    float: left;
    border-radius: 4px;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
}

.tagConfirmed .link {
    padding: 10px 20px;
    color: #fff;
    line-height: 100%;
    display: inline-block;
}

.tagConfirmedVoucher {
    color: #fff;
    float: right;
    font-size: 20px;
    padding: 12px 15px;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
}

ul.listSubscriptions {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.listSubscriptions li {
    background-color: #f8f9fa;
    padding: 10px 15px; 
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 1px;
}

.flexList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}