.woocommerce table.form-table select[multiple=multiple]{
	min-height: 140px;
}
.ddt_order_admin .edit_ddt{
	width: 14px;
    height: auto;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
    margin: 0 0 0 6px;
    overflow: hidden;
    position: relative;
    color: #999;
    border: 0;
    float: right;
}
.ddt_order_admin .edit_ddt:hover{
	color: #000;
}
.ddt_order_admin .edit_ddt:after{
	font-family: Dashicons;
    content: "\f464";
    cursor: pointer;
}
.ddt_order_admin .ddt_section{
	display: none;
}