.generalstats_wrap ul {
	list-style-type: disc;
	padding: 5px 5px 5px 30px;
}

ul.subsubsub.generalstats {
	list-style: none;
	margin: 8px 0 5px;
	padding: 0;
	float: none;
	display: block;
	text-align: left;
}
 
ul.subsubsub.generalstats a {
	line-height: 2;
	padding: .2em;
	text-decoration: none;
}

ul.subsubsub.generalstats li {
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

li.generalstats_sortablelist {
	background-color: #FAFAFA;
	border: 1px solid #E5E5E5;
	color: #222222;
	cursor: move;
	padding: 3px 5px 3px 5px;
}

li.generalstats_sortablelist_active {
	border: 1px solid #2EA2CC;
}

#generalstats_lists, ul.generalstats_sortablelist, #generalstats_edit {
	border: 1px solid #E5E5E5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#generalstats_lists, #generalstats_edit {
	background: #FAFAFA;
	float: left;
}

ul.generalstats_sortablelist {
	background-color: #FFF;
}

ul.generalstats_sortablelist {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
}

#generalstats_lists {
	margin-right: 60px;
	padding: 0 8px;
}

#generalstats_edit {
	width: 398px;
	padding: 5px;
}

#generalstats_edit_header {
	margin: 2px 0 10px 0;
}

#generalstats_edit_submit {
	margin: 15px 0px 5px 1px;
}

.generalstats_dashicons {
	cursor: pointer;
}

#generalstats_selection_gui {
	display: none;
}

@media screen and (max-width: 610px) {
	#generalstats_format > table.widefat th:nth-of-type(2), #generalstats_format > table.widefat td:nth-of-type(2), #generalstats_format > table.widefat th:nth-of-type(3), #generalstats_format > table.widefat td:nth-of-type(3), #generalstats_format > table.widefat th:nth-of-type(4), #generalstats_format > table.widefat td:nth-of-type(4) {
		display: none;
	}
}

@media screen and (min-width: 611px) {
	#generalstats_format > table.widefat th:nth-of-type(2), #generalstats_format > table.widefat td:nth-of-type(2), #generalstats_format > table.widefat th:nth-of-type(3), #generalstats_format > table.widefat td:nth-of-type(3), #generalstats_format > table.widefat th:nth-of-type(4), #generalstats_format > table.widefat td:nth-of-type(4) {
		display: table-cell;
	}
}

.generalstats_section_link {
	display: none;
}

.generalstats_button_donate {
	width: 85px;
	height: 24px;
	text-decoration: none;
	display: block;
	text-align: center;
	position: relative;

	background: #FEE1A5;
	color: #1C4182;

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;

	border: 1px solid #FFB829;

	text-shadow: 0px 1px 1px white;

	font: italic bold 14px/24px helvetica, arial;
}