.case_study_list {
	clear: left;
	min-width: 600px;
	width: 70%;
	margin-left: 5px;
}

.case_study_summary {
	width: 650px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.case_study_title {
	font-size: 1.5em;
}

	.case_study_title a {
		color: #5F63A9;
		text-decoration: none;
	}
	.case_study_title a:hover {
		text-decoration: underline;
	}

.case_study_description {
	margin-top: 10px;
	margin-left: 15px;
}

.case_study_image {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.case_study_image img {
	width: 200px;
	border-width: 0;
}

.case_study_link {
	clear: left;
	margin: 20px 2px 0 15px;
}
	.case_study_link a {
/* 		color: #000000;
		text-decoration: underline;
	}
		.case_study_link a:hover {
			text-decoration: underline; */
		}
		

.case_study_list_link {
	margin-bottom: 10px;
}

.case_study_list_link a {
/* 	color: #000; 
	text-decoration: none;
}
	.case_study_list_link a:hover {
		text-decoration: underline; */
	}



/** Single case study page styling **/

.single_case_study {
	width: 70%;
	position: relative;
	overflow: visible;
}

/* Headers */

.single_case_study h2 {
	font-size: 13pt;
	font-weight:normal;
	color: #4F5288;
	margin: 20px 0;
}

.single_case_study h3 {
	margin: 20px 0;
}

.single_case_study h4 {
	margin-top: 20px;
	clear: left;
}

/* Lists */

.single_case_study ul {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
.single_case_study li {
	margin-bottom: 4px;
}


/* Content */

.case_study_content {
	float: left;
	min-width: 300px;
	max-width: 650px;
	width: 100%;
	/* width: 70%; */
}
.case_study_content_with_pictures {
	width: 50%;
}

.case_study_content a.img_link img {
	border: 0;
	margin: 10px auto;
}


/* Right-hand Images */
.case_study_images {
	float: left;
	width: 240px;
	padding: 20px;
	text-align: right;
}

.case_study_images ul {
	list-style-type: none;
}

.case_study_images ul li {
	margin-bottom: 20px;
}

.case_study_images ul li a img {
	border-width: 0;
}


/* Right hand CS nav */

.case_study_nav {
	margin-top: 0;
	padding-top: 4px;
}

.case_study_link {
	margin-top: 0.5em;
	margin-bottom: 1em;
}


table.before_after_table {
	width: 100%;
	border: 2px solid #FFFFFF;
	border-width: 1px 1px 0 0;
	margin: 20px 0;
}

	table.before_after_table th {
		text-align: left;
		border: 1px solid #FFFFFF;
		border-width: 0 0 1px 1px;
		padding: 4px;
		background-color: #CCCCCC;
		font-style: normal;
		font-weight: normal;
	}
		table.before_after_table th p {
			display: inline;
			font-size: 10pt;
		}

	table.before_after_table tr {
		margin: 0;
		padding: 0;
	}
	
	table.before_after_table td {
		border: 2px solid #FFFFFF;
		border-width: 0 0 1px 1px;
		padding: 8px;
		background-color: #EEEEEE;
		vertical-align: top;
	}
	
/*
table {
	width: 100%;
	border: 1px solid black;
	border-width: 1px 1px 0 0;
	margin: 20px 0;
}

	th {
		text-align: left;
		border: 1px solid black;
		border-width: 0 0 1px 1px;
		padding: 4px;
	}
	
	tr {
		margin: 0;
		padding: 0;
	}
	
	td {
		border: 1px solid black;
		border-width: 0 0 1px 1px;
		padding: 8px;
	}
	
	td.left_col {
		font-weight: bold;
	}
	
	td ul {
		margin-left: 20px !important;
		padding-left: 20px !important;
	}
*/

/* Inline screenshots */

.inline_screenshot {
	width: 100%;
	text-align: center;
	clear: left;
	margin: 20px 0;
}

	.inline_screenshot a {
		border: 1px dotted transparent;
	}
		.inline_screenshot a:hover {
			border-color: black;
		}
	
	.inline_screenshot img {
		border: 1px solid black;
	}
	
/* v2 */

.cs_inline_img_p {
	display: block;
	width: 100%;
	text-align: center;
}

.cs_inline_img {
	/* width: 300px;*/
	border: 1px solid black;
}

.cs_inline_img_link {
	text-align: center;
	margin: 10px 0;
}
	.cs_inline_img_link:hover {
		border-color: black;
		text-decoration: none;
	}

p,
h3 {
	clear: left;
}

