body.wp-admin .cy-custom-pricing select,
body.wp-admin .cy-custom-pricing input[type=text],
body.wp-admin .cy-custom-pricing table{
	width:100%;
}
body.wp-admin .cy-custom-pricing table th{
	text-align: left;
    padding: 10px;
    font-size: 14px;
    background-color: #eee;
}
body.wp-admin .cy-custom-pricing .zoom-in-out{
    text-align: right;
    float: right;
}
body.wp-admin .cy-custom-pricing .zoom-in-out span{
    cursor: pointer;
    margin: 0 5px;
    background: #bdbdbd;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #000;
    line-height: 20px;
}
body.wp-admin .cy-custom-pricing .zoom-in-out span:hover{
    opacity: .8;
}