body {
    line-height: 25px;
}

.others {
    text-align: center;
    margin    : 10px 0;
}

h2 {
    text-align: center;
}

input {
    height: 25px;
    margin: 5px;
}

#root {
    width : 700px;
    margin: 0 auto;
}

.person, .col1 {
    display     : inline-block;
    width       : 200px;
    margin-right: 10px;
}

.line {
    border-top : 1px solid #ccc;
    line-height: 35px;
    display: flex;
}

.col4{
    flex: 1;
}

.company, .col2 {
    display: inline-block;
    width  : 200px;
}

.name {
    display     : inline-block;
    width       : 200px;
    margin-right: 30px;
    text-align  : right;
}

.btn {
    display            : inline-block;
    padding            : 6px 12px;
    margin-bottom      : 0;
    font-size          : 14px;
    font-weight        : 400;
    line-height        : 1.42857143;
    text-align         : center;
    white-space        : nowrap;
    vertical-align     : middle;
    -ms-touch-action   : manipulation;
    touch-action       : manipulation;
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
    background-image   : none;
    border             : 1px solid transparent;
    border-radius      : 4px;
}

.btn-default {
    color           : #333;
    margin          : 10px;
    background-color: #fff;
    border-color    : #ccc;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color           : #333;
    background-color: #e6e6e6;
    border-color    : #adadad;
}

.btn.active,
.btn:active {
    background-image  : none;
    outline           : 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn[disabled] {
    pointer-events    : none;
    cursor            : not-allowed;
    filter            : alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow        : none;
    opacity           : .65;
}

.btn-primary,
.btn-primary:hover {
    color           : #fff;
    background-color: #337ab7;
    border-color    : #2e6da4;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
    background-color: #337ab7;
    border-color    : #2e6da4;
}