.product_options_text input[type=text]{
    width:100%;
    padding:5px;
    box-sizing: border-box;
}

.product_options_text label{
    display:inline-block;
    padding:8px;
}
.product_options_text label.selected{
    background-color:#DDDDDD;
    color:#000000;
}