/**
 * Custom Admin Styles: Membership Post Type;
 *
 * @since 1.0.0
 */

.wp-admin select#duration_unit {
	vertical-align: top;
}

.form-table td p.doc-note {
	font-size: 12px;
}

.form-table td p.doc-note a {
	cursor: pointer;
}

/** Meta-boxes Styles **/
.rh-memberships.form-table th {
	width: 300px;
}

.rh-memberships.form-table td p.description {
	max-width: 100%;
}

@media screen and (max-width: 782px) {
	.rh-memberships.form-table th {
		width: auto;
	}
}