/*
	Name: Peanut Labs Media
	Version: 1.0
	Author: Shahzad Khan
	Author URL: http://www.ckcpark.net/
	Company: Peanut Labs
	Company URL: http://www.peanutlabs.com/
	
	File purpose: This file adds the formatting for Case Studies page.
	
*/

.case_logo {
	padding:15px 10px 0 0;
}

table {
	width:550px;
	font-size:12px;
}

	table th {
		background:#454545;
		color:#fff;
		padding:5px;
		text-align:left;
		font-weight:bold;
	}
	
		table th.topic {
			width:200px;
		}
		
		table th.wopl,
		table th.wpl{
			width:175px;
		}
		
		table td {
			padding:10px 5px;
		}
		
		table tr.alt {
			background:#ffdeb2;
		}