.adapter {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}

.adapter-title {
    font-family: "Arial Regular", "Arial";
    font-size: 14px;
    padding: 15px 20px 5px;
    color: #333F4B;
    font-weight: 700;
    line-height: 30px;
}

.adapter-product, .adapter-serial {
    padding: 0 20px;
    font-size: 12px;
    color: #1E1E1E;
}

.adapter-info-list {
    padding: 25px 20px 20px;
}

.adapter-info-list table td {
    padding: 0px 0 0px 40px;
    line-height: 48px;
    height: 30px;
    font-size: 12px;
}

.adapter-info-list table thead {
    border-bottom: 1px solid #dfddd8;
}

.adapter-info-list table thead td {
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 8px;
    height: 14px;
    line-height: 14px;
}

.power-on {
    background-image: url(/www/images/adapter/power_on.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    display: inline-block;
    width: 100%;
    padding-left: 24px;
}

.power-off {
    background-image: url(/www/images/adapter/power_off.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    display: inline-block;
    width: 100%;
    padding-left: 24px;
}
.help-text {
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 888;
    text-align: center;
    right: 0px;
    margin: 15px 45px;
}
.help-label {
    display:inline-block;width:30px;text-align:right;
}
.help-label-2 {
    display:inline-block;width:60px;text-align:right;
}