.cf_view_half{
    padding-left:25px;
    width:40%;
    background-color:orange;
    height:35px;
    line-height:35px;
    margin:1px;
    border-radius:3px;
}
.cf_view_full{
    line-height:35px;
    padding-left:25px;
    width:80%;
    background-color:lightblue;
    margin:1px;
    border-radius:3px;
}

.cf_view_item_button{
    width:34px;
    height:34px;
    padding:0px;
    float:right;
    display:block;
    border:0px;
    border-radius:1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.cf_field{
    display:inline-block;
    width:60%;
    vertical-align:top;
}
#cf_view_field{
    display:inline-block;
    width:60%;
}

.cf_view_title{
    width:100%;
}

.cf_datatype_config{
    width:100%;
}