#content-inner {
	/*make page wider*/
	padding-right: 20px !important;
}
h2 {
	border: none !important;
}
div.case-heading {
	padding-left: 20px;
	padding-bottom:20px;
}
div.case-heading-col1{
	float:left;
	width:445px;
}
div.case-heading-col2{
	float:right;
	width:240px;
}
h2.case-title {
border:1px solid pink;
	font-family: nt, Arial;
	font-size: 48px !important;
	text-transform: none !important;
	color: #0079b0 !important;
	
	/*push down so case-image will fit */
	padding: 0px 0 0 0;
	
	border: none !important;
	margin: 0 !important;
}
p.case-subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 0;
}
img.case-image {
	float: right;
	display:block;
	width: 215px;
	height: 170px;
	
	border: 1px solid #e4e4e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-pie-border-radius: 5px;
}
ul.case-social-buttons {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.case-social-buttons li {
	float: left;
	margin: 0 5px;
}
.alter-item ul > li {
	margin: 7px 0;
}
.alter-item ol > li {
	margin: 5px 0;
}
div.case-author {
	margin: 20px 0 5px;
}
div.case-facility {
	margin: 10px 0 5px;
	color:#777;
}
div.alter-item a {
    padding-left: 20px;
    
    color: #0079b2;
    text-decoration: none;
    
    background-image: url(../images/alter-link-orange.png);
    background-repeat: no-repeat;
    background-position: 5px 2px; /*lower a little for center*/
}
div.alter-item a:hover {
    color: #ff5400;
}
