@charset "UTF-8";
/* Jumpstart Theme Fixes -- All CSS here HAS been fixed in the themes */

/* Fixed at OFW */
.float-left,
.float-right {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.float-right {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}

/* Fixed at Wilbur */
p a.more-link {border-bottom:0;}

/* Fixed at Stanford Framework */
#admin-shortcuts {padding: 8px 10px 3px 10px; color: white; font-family: lucida grande;}