.page-user-directores {
	@include table;

	.block-seed-tools-seed-title {
		h1 {
			@include title-block(tint($c-dimgray, 10), 234%);
			margin: 10px auto;
			font-weight: 100;
			text-align: center;
			max-width: 660px;

			&:after {
				background: tint($c-dimgray, 40);
				margin: 15px auto;
				width: 55px;
			}
		}
	}
	.view-directores {
		@include search-files;
		max-width: 660px;
		margin: 10px auto 30px;
	

		.view-header {
			a, a:link {
				@include button;
			}
		}

		.views-exposed-form {
			.views-exposed-widget {
				label {
					padding: 0;
					vertical-align: middle;
					width: 34%;
				}

				.views-widget {
					width: 65%;
				}		
			}
		}
	}
}