/* @override 
	http://localhost:8888/sgc/staff/css/staff.css?m=1423762143
	http://localhost:8888/sgc/staff/css/staff.css?m=1426706500
	http://localhost:8888/sgc/staff/css/staff.css?m=1426706760
	http://localhost:8888/sgc/staff/css/staff.css?m=1426710324
	http://www.sitetest.pinkpoliceman.com/staff/css/staff.css?m=1427037216
	http://localhost:8888/mary/link/css/link.css?m=1427401863
*/

#LinkDetails h2 {
	float: left;
	width: 40%;
}

div#LinkDescription {
	width: 60%;
	float: right;
}

div#LinkDetails {
	height: auto;
	overflow: auto;
	margin-bottom: 15px;
	padding-bottom: 5px;
}



/* BREAKPOINT 960px */

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 640px) { 
#LinkDetails h2 {
	float: none;
	width: 100%;
}

div#LinkDescription {
	width: 100%;
	float: none;
}

div#LinkDetails {
	height: auto;
	overflow: auto;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
}
