/*---------------------------------------------------------------------------------------------
*
* Flexible Content
*
*---------------------------------------------------------------------------------------------*/
table.acf_input table.acf-fc-meta {
width: 100%;
border: 0 none;
table-layout: fixed;
margin: 0 0 10px;
padding: 0;
}
table.acf_input table.acf-fc-meta tr td {
border: 0 none;
padding: 0 0 10px 10px;
}
table.acf_input table.acf-fc-meta tr td:first-child {
padding-left: 0;
}
.acf-input-wrap.select {
border-radius: 0 3px 3px 0 !important;
height: 25px;
border: #DFDFDF solid 1px;
}
.acf-input-wrap.select select {
margin: 1px 0 0;
border: 0 none;
padding: 3px;
height: 25px;
}
.acf-fc-reorder {
cursor: move;
}
.acf-fc-meta-label .acf-input-prepend,
.acf-fc-meta-name .acf-input-prepend,
.acf-fc-meta-display .acf-input-prepend {
min-width: 45px;
}
.field_option_flexible_content .desription {
visibility: hidden;
}
.field_option_flexible_content:hover .desription {
visibility: visible;
}