.robotbox {
    max-width: 366px;
    height: 88px;
    margin: 0;
    font-family:Verdana;
    border:1px solid black;
    background: #C2C2C2;
    padding: 5px;
}

.robotbox .robotcodes {
    display: none;
    line-height: 44px;
}

.robotbox input[type=checkbox] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 8px;
}

.robotbox_content {
    font-size: 12px!important;
    color: #000!important;
    display: inline-block;
    vertical-align: middle;
}

.robotbox .checkdiv {
    width: 160px;
    display: inline-block;
    margin: 8px 0;
    font-size: 32px !important;
    padding: 0 12px !important;
    font-weight: bold;
    float:left;
}

.robotbox .unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.robotcodes input[type=tel] {
    display: block;
    width: 160px;
    position: relative;
    left: 8px;
    top: 12px;
    padding: 2px;
    font-size: 24px !important;
}

.robotbox .renew {
    float:right;
    margin-top: -75px;
    font-size: 26px !important;
    cursor: pointer;
    color: #000 !important;
}