.form-control {
    display: inline-block !important;
    width: auto;
}

#list-records-step-1 .form-item-ip-addr {
    width: 14%;
    float: left;
    margin-right: 2%;
}

#list-records-step-1 .form-item-record-type {
    width: 14%;
    float: left;
   /* clear: left;*/
}

#list-records-step-1 .form-item-record-type select {
    width: 100%;
}

#list-records-step-1  #edit-step1-submit {
    float: left;
    clear: left;
    margin-bottom: 2%;
}

#list-records-step-2 .form-item-domain-lists {
    width: 10%;
    float: left;
    margin-left: 2%;
}

#list-records-step-2 .form-item-new-ip-addr {
   /* float: left;
    clear: left;*/
    width: 14%;
    margin-top: 1%;
}

#list-records-step-2 .btn-success {
    margin-right: 2%;
    margin-bottom: 2%;
}

#list-records-step-2 .btn-info {
    margin-bottom: 2%
}

/*#list-records-step-2 table {
    float: left;
    clear: left;
    width: 100%;
}*/
