h1 a {
	text-decoration: none;
}
.returnbutton {
	position: relative;
	bottom: -6px;
}
thead .dashicons, tfoot .dashicons {
	position: relative;
	left: -3px;
	top: -2px;
	color: rgba(0,0,0,0.2);
}
thead .check-column, tfoot .check-column {
	text-align: center!important;
}
#the-list .check-column {
	position: relative;
	min-width: 55px;
}
#the-list input[type="checkbox"]:not(:checked), #the-list input[type="checkbox"]:checked {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
	display: block;
	opacity: 0;
}
#the-list input[type="checkbox"]:not(:checked) + label, #the-list input[type="checkbox"]:checked + label {
	position: absolute;
	top: 15px;
	left: 12px;
	cursor: pointer;
}
#the-list input[type="checkbox"]:not(:checked) + label:before, #the-list input[type="checkbox"]:checked + label:before, #the-list input[type="checkbox"]:not(:checked) + label:after, #the-list input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
}
#the-list input[type="checkbox"]:not(:checked) + label:before, #the-list input[type="checkbox"]:checked + label:before {
	left: 0; 
	top: -3px;
	width: 45px; 
	height: 25px;
	background: #DDDDDD;
	border-radius: 15px;
	transition: background-color .2s;
}
#the-list input[type="checkbox"]:not(:checked) + label:after, #the-list input[type="checkbox"]:checked + label:after {
	width: 15px; 
	height: 15px;
	transition: all .2s;
	border-radius: 500px;
	background: #7F8C9A;
	top: 2px; 
	left: 5px;
}
/* on checked */
#the-list input[type="checkbox"]:not(:checked) + label:before {
 	background: #0073AA; 
}
#the-list input[type="checkbox"]:not(:checked) + label:after {
	background: #FFF;
	top: 2px; 
	left: 25px;
}
#the-list tr.inactive {
	background: #FEF7F1;
}
#the-list tr.inactive .check-column {
	border-left: 3px solid #D54E21;
}
#the-list tr.inactive .status {
	color: #BF3D3C;
}
#the-list tr.active .status {
	color: rgba(0,0,0,0.4);
}
.message.warning {
	border-left-color: orange;
}
p.warning strong {
	color: orange;
}