@charset "UTF-8";
/* CSS Document */



 

 
.pic {
  border: 5px solid #ccc;
  border-radius: 50%;  
  float: left;
  height: 120px;
  width: 120px;
  margin: 10px;
  overflow: hidden;
   
 
}
/*FOCUS*/
.focus {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.focus:hover {
  border: 10px solid #01C0F3;
  border-radius: 50%;
}