.enqueueme-settings input:not([type="submit"]):not([type="checkbox"]){
	width: 100%;
	max-width: 400px;
	padding: 0.5em;
}
.enqueueme-settings select{
	width: 100%;
	max-width: 400px;
}
#sortable td{
	background-color: #fff;	
}
#sortable tr{
	width: 100%;
}
.ui-sortable{
	cursor: move
}
.ui-sortable-handle:hover td{
	background-color: #f6f6f6 !important;
}
.ui-sortable-placeholder td{
	background-color: #f3f3f3!important;
	border-bottom: 2px dotted #cdcdcd;
	border-top: 2px dotted #cdcdcd;
	min-height: 10px;	
}
.ui-sortable-helper{
	box-shadow: 0 10px 10px 2px #777;
}
.spinner-container{
	width: 1.25em;
	height: 1.25em;
	display: inline-block;
}
.select-boxes-container{
	width:100%;
	box-sizing: border-box;
	display: inline-block;
}
.select-box-container{
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 0 1em 0 0;
}
#sortable img{
	color: #cdcdcd;
	margin-right: 0.5em;
}
.state-saved-words{
	font-size: 0.6em;
	margin-left: 0.5em;
	display: inline-block;
	line-height: 1em;
}
.state-saved-icon{
	margin-left: 0.5em;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.state-saved-icon img{
	vertical-align: middle;
}
h1.my-enqueue-header{
	margin-top: 1em
}
.em-action-icons i{
	font-size: 1.5em;
}
.em-action-icons{
	text-align: right
}
#sortable tr td{
	border-top: 1px solid #f5f5f5;
}
.enq_me_tooltip_content{
	display: none;
}
.tooltipster-content a{
	color: #FFF !important;
}
.option-title{
	width:100%;
	display: inline-block;
	font-size:1.1em;
	clear:both;
	padding-bottom:0.2em;
	border-bottom: 1px solid;
	font-weight: 700;
}
.select2-results .select2-highlighted{
	background-color: #cdcdcd!important;
	color:inherit!important;
}
.option-by{
	font-size:11px;
	font-style: italic;
}
.option-version{
	font-size: 1em;
	color: salmon;
}
.option-description{
	width:100%;
	display: inline-block;
	font-size:11px;
	clear: both;
}
div.forbidden-fruit{
	width: 100%;
	background-color: #d5d5d5;
	max-width: 370px;
	padding: 0.3em 1em;
	border: 1px dashed #a1a1a1;
	margin-top: 0.9em;
	border-radius: 0.25em;
}
.forbidden-fruit{
	display: none;
}
#mypackage-wrap{
	margin-top: 1em;
	margin-bottom: 3em;
	background-color: #e4e4e4
}
.manage-link, .manage-link-all{
	margin-left: 1em;
	display: inline-block;
}
#em-export-box{
	width: 100%;
}
#em-import-box{
	width: 100%;
}
.my-enqueue-wrap {
    background-color: #dedede;
    padding: 0.1em 2em;
    margin: 1em 0;
    box-shadow: 0px 0px 3px 3px #b3b3b3 inset;
    border-radius: 3px;
}
#sortable{
	border: 1px solid #b5b5b5;
}
#sortable th{
	font-weight: 600!important;
    font-size: 1.1em!important;
}
.tooltip-button{
	text-decoration: underline;
	cursor: pointer;
}
