.mgVisible0 { background-color:#f5cbcb !important; }

.mgAdmin {
	padding: 2px;
	white-space: nowrap;
}

.mgAdmin .visible0,
.mgAdmin .visible1,
.mgAdmin .edit,
.mgAdmin .delete {
	border: 1px solid #BBB;
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	margin: 2px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.mgAdmin .visible0 {
	background-image: url(../img/admin/visible1.png);
	background-position: bottom center;
}

.mgAdmin .visible1 {
	background-image: url(../img/admin/visible1.png);
	background-position: top center;
}

.mgAdmin .edit {
	background-image: url(../img/admin/edit1.png);
	background-position: top center;
}

.mgAdmin .delete {
	background-image: url(../img/admin/delete1.png);
	background-position: top center;
}

.mgAdmin .visible0:hover {
	background-position: top center;
	border-color: #999;
}

.mgAdmin .visible1:hover {
	background-position: bottom center;
	border-color: #999;
}

.mgAdmin .edit:hover,
.mgAdmin .delete:hover {
	background-position: bottom center;
	border-color: #999;
}

/* retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	.mgAdmin {
		padding: 2px;
		white-space: nowrap;
	}

	.mgAdmin .visible0,
	.mgAdmin .visible1,
	.mgAdmin .edit,
	.mgAdmin .delete {
		width: 41px;
		height: 41px;
	}

	.mgAdmin .visible0,
	.mgAdmin .visible1 {
		background-image: url(../img/admin/visible2.png);
	}

	.mgAdmin .edit {
		background-image: url(../img/admin/edit2.png);
	}

	.mgAdmin .delete {
		background-image: url(../img/admin/delete2.png);
	}
}

.listtitle {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

.listtitle h2.title {
	border-left: 5px solid yellow;
	padding: 3px 20px 2px 10px;
	margin: 5px 0;
}

.listtitle a.submit {
	background-color: #EEE;
	color: #000;
	padding: 8px 20px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}