@charset "UTF-8";

body  {
    background: #fff;
 }

.thumb {
    margin: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;  
	display: inline-block;
}