/* Custom styling for the admin page
------------------------------------------------------------ */

.tgm-mc-content {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #eee url(images/bg.png) repeat scroll 0 0;
	border-radius: 3px;
	font-size: 14px;
	margin-top: 10px;
}

.tgm-mc-header .content,
.tgm-mc-table .content {
	margin: 0 auto;
	padding: 40px 0;
	width: 800px;
}

.tgm-mc-header {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #45BCD2;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	min-height: 170px;
}

.tgm-mc-header p {
	color: #fff;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, .3);
}

.tgm-mc-table {
	border-top: 1px solid #fff;
	padding-bottom: 1px;
}

.tgm-mc-table .content {
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background: #f0f0f0;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-top: -52px;
	padding: 20px 0 40px;
}

.tgm-mc-table tr {
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

.tgm-mc-table tr:nth-child(odd) {
	background: #fff;
}

.tgm-mc-table th,
.tgm-mc-table td {
	color: #3f3f38;
	vertical-align: middle;
}

.tgm-mc-table th {
	width: 330px;
}

.tgm-mc-table td {
	width: 430px;
}

.tgm-mc-table .submit {
	padding-left: 10px;
}

.tgm-mc-table .submit input {
	margin-left: 0;
}