.column-has_rsvp
{
	width: 100px;
}

.column-send_confirmation
{
	width: 150px;
}

.column-send_confirmation .button
{
	font-size: 12px;
}

.column-item_id
{
	display: none;
}

.column-status
{
	width: 150px;
}

.not-invited .column-status
{
	padding-top: 13px !important;
}

.not-invited .column-email, .not-invited .column-firstname, .not-invited .column-lastname
{
	padding-top: 13px !important;
}

.rsvp-block .button
{
	outline: none;
	width: 180px;
	transition: color 0.8s, width 0.2s ease-in-out;
}

.rsvp-block .button.loading
{
	width: 42px;
	color: rgba(0, 0, 0, 0);
	transition: color 0.2s, width 0.8s ease-in-out;
	background-image: url(../images/loading.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.label
{
	padding: 5px 15px;
	color: white;
	border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.label.rsvp
{
	background-color: #263238;
}

.label.confirmed
{
	background-color: #8BC34A;
}

.label.not-confirmed
{
	background-color: #DA0E15;
}

.send-loader
{
	height: 20px;
	width: 20px;
	background-color: red;
	background: url('/wp-admin/images/wpspin_light.gif') no-repeat;
	background-size: 16px 16px;
	opacity: .7;
	filter: alpha(opacity=70);
	margin: 5px auto 0px auto;
}