.link-button {
    text-decoration: none;
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EC3E3E), to(#B52222));
    background: -webkit-linear-gradient(top, #EC3E3E, #B52222);
    background: linear-gradient(to bottom, #EC3E3E, #B52222);
    width: 500px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.t-c {
	text-align: center;
}

.mab-10 {
	margin-bottom: 10px;
}

.mab-20 {
	margin-bottom: 30px !important;
}

.in-line {
	display: inline;
}

.link-eria {
    height: 10em;
    position: relative
}

.card-table {
    width: 100%;
    height: auto;
    display: table;
}
.card-table .card-cell {
    /* width: 50%; */
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: top;
    padding: 5px;
    box-sizing: border-box;
}

.star-card-box {
    color: #333;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FBFBFB));
    background: -webkit-linear-gradient(top, #FFFFFF, #FBFBFB);
    background: linear-gradient(to bottom, #FFFFFF, #FBFBFB);
    box-sizing: border-box;
}

.card-table .card-cell .sub-h3 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #f47c7d;
    border-radius: 5px;
    margin-bottom: 20px;
}

.card-table .card-cell .sub-text {
    width: 95%;
    letter-spacing: 1px;
    line-height: 1.2;
}

.card-table .card-cell .sub-text p {
    margin: 15px 0;
}

.card-table .card-cell .sub-text .bb-g1 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.card-table .card-cell .sub-text span {
    color: #ffffff;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #6cc5a6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.star-card-box-sub {
    color: #333;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 0px white inset, 0 0 5px rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FBFBFB));
    background: -webkit-linear-gradient(top, #FFFFFF, #FBFBFB);
    background: linear-gradient(to bottom, #FFFFFF, #FBFBFB);
    box-sizing: border-box;
}
.star-card-box-sub .card-info-box {
    color: #333;
    margin: 0 auto;
    line-height: 1;
}
.star-card-box-sub .card-info-box .card-h3 {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #333;
    margin: 0 auto;
    line-height: 2;
}
.star-card-box-sub .card-info-box2 .card-h3 {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #333;
    margin: 0 auto;
    line-height: 2;
}
.star-card-box-sub p {
    margin: 10px 0;
}
.star-card-box-sub .card-info-box2 {
    color: #333;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 1px;
}