img.usr {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: inline !important;
    vertical-align: baseline;
}

h1.usr-thumbnail {
	line-height: 1.5;
	font-size: 25px;
}

h2.usr-settings-header {
	clear: both;
}

div.usr-thumbnail {
	float: left;
	margin-right: 20px;
	height: 96px;
	width: 96px;
	padding: 9px 0 4px 0;
}

img.usr-thumbnail {
	height: 96px;
	width: 96px;
}

span.usr-byline {
	color: #78848f;
	line-height: 1.5;
	font-size: 18px;
	padding: 9px 0 4px 0;
}

a.tooltip {
    outline: none;
}
a.tooltip strong {
    line-height: 30px;
}
a.tooltip:hover {
    text-decoration: none;
}
a.tooltip span.tooltip {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -12px;
    margin-left: 28px;
    width: auto;
    line-height: 16px;
}
a.tooltip:hover span.tooltip{
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
}
img.callout {
    z-index: 20;
    position: absolute;
    top: 12px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
a.tooltip span.tooltip
{
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

table.usr {
    border: 1px solid #dadada;
    border-spacing: 0;
    border-collapse: collapse;
}
table.usr th {
    padding: 10px;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
}
table.usr td {
    padding: 5px;
    border-left: 1px solid #dadada;
}
tr.bright {
    background: #FFFFFC;
}

table.usrlist, table.usrlist th, table.usrlist td {
    border: none;
}

span.usr, div.usr {
    display: inline !important;
}

#usrFooter {
    text-align: center;
    color: #888888;
    background-color: #FFFFFC;
    padding: 5px 0;
    margin: 20px 0 0 -20px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px 0;
    /*position: fixed;
    bottom: 0;
    left: 0;
    right: 0;*/
}

#usrInfo.success {
    font-size: 12px;
    color: #3c763d;
    background-color: #dff0d8;
    padding: 12px;
    margin: 20px 0 0 0;
    border-style: solid;
    border-color: #d6e9c6;
    border-width: 1px 0;
    border-left: 4px solid #3c763d;
}