.coupon-form {
	background: #fff;
	padding: 1em;
}

.custom_repeatable li {
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	position: relative;
	padding: 15px 30px 15px 15px;
}

.custom_repeatable li .repeatable-remove {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}

.custom_repeatable li .coupon_code {
	margin-top: 5px;
}

.repeatable-add, .repeatable-clear {
	padding-left: 5px !important;
}

.repeatable-add span, .repeatable-clear span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: text-top;
	margin: 0 2px;
}

.repeatable-clear {
	margin-left: 10px !important;
}

.repeatable-clear span {
	top: -2px;
	position: relative;
}

.repeatable-clear span:before {
	font-size: 18px;
}

.hide-me {
	display: none;
}

.moonshot-status-table {
	border-collapse: collapse;
}

.moonshot-status-table th, .moonshot-status-table td {
	padding: 10px;
}

.moonshot-status-table tbody tr:nth-child(odd) {
	background: #FFFFFF;
}