body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

table {
	font-size: 1em;

}

.ui-draggable, .ui-droppable {
	background-position: top;
}

/**https://jqueryui.com/dialog/#default**/
/** sourced and edited from here, originally named 'style'**/

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	border-radius: 8px;
    padding: 1em 0.5em 2em 0.5em;
    background-color: black;
    opacity:80%;
    margin:0 0.5em 0 0;
}
.ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}