.sod{
	float:left;
	width:99%;

}
.sod .no-display{
	display: none;
}
.sod input, .sod textarea{
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	
}
.sod input, .sod textarea, .sod select{
	display: inline-block;
	font-size: 13px;
	border-image: initial;
}
.sod h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
	margin:0;
}

.sod .zebra-striped tbody tr:nth-child(odd) td, .sod .zebra-striped tbody tr:nth-child(odd) th {
	background-color: #F9F9F9;
}
.sod table{
	border: 1px solid #DDD;
	
}
.sod table td {
	vertical-align: top;
	border-top: 1px solid #DDD;
}

.sod table th, .sod table td {
	padding: 10px 10px 9px;
	line-height: 18px;
	text-align: left;
		vertical-align: top;
	border-top: 1px solid #DDD;

}
.sod #sidebar {
	width: 200px;
	float: left;
}
.sod #content{ 
	overflow: hidden;
	padding: 0 20px;
	display: block;
	float:left;
	width:auto;
}
.sod-donation {
	float:left;
}
.sod-donation .one-third{
	width:33%;
}