.cuda-gravatar {
position: relative;
display: block;
overflow: visible;
float: left;
}
.cuda-gravatar span {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
overflow: hidden;
padding: 4px 10px;
background: #000000;
background: rgba( 0, 0, 0, 0.7 );
border-radius: 2px;
color: #ffffff;
top: 88%;
left: -20px;
z-index: 9999;
opacity: 0;
border-right: none;
line-height: 1.4;
width: 104px;
-webkit-transition: opacity 0.3s ease, top 0.2s ease;
-moz-transition: opacity 0.3s ease, top 0.2s ease;
-ms-transition: opacity 0.3s ease, top 0.2s ease;
-o-transition: opacity 0.3s ease, top 0.2s ease;
transition: opacity 0.3s ease, top 0.2s ease;
} .cuda-gravatar span.show {
opacity: 1;
top: 100%;
}
.cuda-gravatar img {
float: left;
opacity: 1;
width: auto;
transition: .4s opacity;
-webkit-transition: .4s opacity;
-moz-transition: .4s opacity;
}
.cuda-gravatar img:hover{
opacity: .8;
}.csColumn img{ max-width: 100%; width: auto; height: auto; }
.csRow { clear: both; }
.csRow:after {
display: block;
content: '';
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
line-height: 0;
}