table {
	margin: 2em 0 1em;
}

thead tr th {
	padding: 0 18px 18px 0;
	vertical-align: bottom;
	font-size: 15px;
	font-weight: 600;
}

thead tr th:last-of-type {
	padding: 0 0 18px 0;
}

thead tr th:nth-of-type(2),
tbody tr td:nth-of-type(1) {
	padding-right: 60px;
	padding-left: 60px;
}

tbody tr:first-of-type th,
tbody tr:first-of-type td {
	padding-top: 18px;
}

tbody tr th,
tbody tr td {
	vertical-align: top;
}

tbody tr p {
	padding-bottom: 18px;
}

tbody tr td.empty-row {
	height: 3em;
}

.section-guidelines ul {
	margin-bottom: 2em;
}

.small-wrap {
	white-space: nowrap;
}

.hero-image {
	margin: 2em auto 0;
	width: 980px;
	height: 439px;
	background-size: 980px 439px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/security-bounty/images/lockup-hero-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.hero-image {
		background-image: url("/security-bounty/images/lockup-hero-large_2x.png");
	}
}


@media only screen and (max-width: 1068px) {
	thead tr th:nth-of-type(2),
	tbody tr td:nth-of-type(1) {
		padding-right: 40px;
		padding-left: 40px;
	}
	.hero-image {
		width: 692px;
		height: 310px;
		background-size: 692px 310px;
		background-image: url("/security-bounty/images/lockup-hero-medium.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.hero-image {
			background-image: url("/security-bounty/images/lockup-hero-medium_2x.png");
		}
	}
}


@media only screen and (max-width: 735px) {
	thead tr th:nth-of-type(2),
	tbody tr td:nth-of-type(1) {
		padding-right: 10px;
		padding-left: 10px;
	}
	tbody tr th.typography-label {
		font-size: 18px;
	}
	tbody tr td * {
		font-size: 16px;
	}
	.small-wrap {
		white-space: normal;
	}
	.hero-image {
		margin: 1em auto;
		width: 300px;
		height: 135px;
		background-size: 300px 135px;
		background-image: url("/security-bounty/images/lockup-hero-small.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.hero-image {
			background-image: url("/security-bounty/images/lockup-hero-small_2x.png");
		}
	}
}