﻿/* CSS Document for Report Description Pages*/

.bullets {
	margin-left: -40px;
}

h3 {
	margin-top: 22px;
}

.pronum-heading {
	margin: 9px 0 -6px 0;
	padding: 0;
	text-decoration: underline;
}

.h3-uf {
	margin: 20px 0 -10px 0;
}

.include-list {
	margin-left: -10px;
}

.unique-feature {
	display: flex;
	flex-direction: row;
}

	.unique-feature div:first-child {
		flex: 0 0 250px; /*fixed width*/
		margin: 26px 0 0 0;
	}

	.unique-feature div:nth-child(2) {
		flex: 1; /*(grow, vary in width)*/
	}

.bullets-features {
	list-style-type: square;
	line-height: normal;
	padding: 0;
	margin-bottom: 2px;
}

.table-alignment {
	float: right;
	margin-bottom: 30px;
}

.unique-spc {
	margin-top: -5px;
}

.report-buy {
	margin-top: -10px;
}

blockquote {
	margin-left: 30px;
}

@media (max-width: 1200px) {
	.bnad {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 850px) {
	.unique-feat {
		padding-left: 30px !important;
	}

	.unique-feature {
		display: block;
	}

		.unique-feature div:first-child {
			margin: 4px 0 0 0;
			text-align: center;
		}

		.unique-feature div:first-child img {
			padding-right: 0 !important;
		}


	.unique-feature div:nth-child(2) {
		width: 100%;
	}

		.unique-feature div:nth-child(2) li.bullets {
			margin-left: 0px;
		}

	.responsive_link_list a {
		display: block;
		margin-bottom: 10px;
	}

	.responsive_link_list span, .responsive_link_list p {
		display: none;
	}

	.hide {
		display: none;
	}

	.report-buy {
		margin-top: -25px;
	}

		.report-buy td {
			display: block;
			width: 100%;
			text-align: center;
			line-height: 40px;
		}

	.unique-spc {
		margin-top: 30px;
	}
}

@media (max-width: 570px) {
	.add-spc {
		padding-top: 10px;
	}
}

@media (max-width: 400px) {
	.table-alignment {
		float: none;
		margin: 0 auto -10px auto;
	}
}
