#page-subscribe .question .box {

    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    background: #dcdcdc;
    color: #000000;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

#page-subscribe .question .selected {
    background: #dd3333;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

#page-subscribe .question .question-title {
    font-weight: bold;
    font-size: 1.25em;
    color: #F00;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
}

#page-subscribe .question .box-price {
    background-color: #dcdcdc;
    border: 1px solid #000;
    cursor: pointer;
    vertical-align: top;
}

#page-subscribe .question .box-price .title-box {
    background: #555;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.4;
    padding: 0.5em 2%;
}

#page-subscribe .question .box-price .content {
    text-align: center;
    color: #000 !important;
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

#page-subscribe .question .box-price .price {
    font-size: 3.5em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    font-weight: bold;
}

#page-subscribe .question .box-price .selected {
    background-color: #D33;
    color: #fff;
}

#page-subscribe .giftMessage .title {
    color: #555;
    font-weight: bold;
}

#page-subscribe .giftMessage .bottomTitle {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    float: right;
    clear: both;
}

#page-subscribe .list-results {
    padding-left: 0;
    margin-bottom: 20px;
}

#page-subscribe .list-results-item:last-child {
    border: none !important;
}

#page-subscribe .list-results-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #000000;
}

#page-subscribe .button-submit, .button-reset {
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    background: #dcdcdc;
    color: #000000;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

#page-subscribe .button-submit:hover, .button-reset:hover {
    background: #dd3333;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

#page-subscribe .click-disabled {
    opacity: 0.5;
    z-index: 2;
}

#page-subscribe .info-list ul li {
    list-style-type: none;
    line-height: 14px;
    margin-left: 0px;

}

#page-subscribe .info-list ul li::before {
    content: "•";
    color: #ff0000;
    margin-right: 10px;
    font-size: x-large;
}

#page-subscribe .warning-msg span {
    font-style: italic;
    color: #FF0000;
}

#page-subscribe .text-center {
    text-align: center;
}

#page-subscribe .text-right {
    text-align: right;
}