.acf-custom-post-type h3{
  margin-bottom: 5px;
}
.acf-custom-post-type .currentBinds{
  border: dotted 1px #666;
  padding: 10px;
  margin-bottom: 20px;
}
.acf-custom-post-type .currentBinds .alert{
  text-align: center;
  display: block;
}
.acf-custom-post-type .currentBinds .alert.hide{
  display: none;
}

.acf-custom-post-type .currentBinds ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.acf-custom-post-type .currentBinds ul li{
  border: solid 1px #ccc;
  margin: 0;
  padding: 5px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.acf-custom-post-type .currentBinds ul li span{

}
.acf-custom-post-type .currentBinds ul li span:first-child{
  flex: 3;
  font-weight: bold;
  padding-left: 5px;
}
.acf-custom-post-type .currentBinds ul li span:last-child{
  flex: 1;
  text-align: right;
}

.acf-custom-post-type select.hide{
  display: none;
}