@charset "UTF-8";
/* CSS Document */
.social {
    text-align:right;
    padding:5px;
    padding-top:15px;
    display:inline-block;
    }
.social img{
    
    width:40px;
    height:auto;
    }
    
.social_h3{
      border-bottom:#C6C6C6 1px solid;
      font-size:16px;
      font-weight:normal;
      }
	  


/*  example.html CSS */
.ex_h3{
	background-color: #555f69;
color: #fff;
font-weight: bold;
padding: 15px;
letter-spacing: 2px;
}
.example-photo{
	width:100%;
	max-width:100%;
	height:auto;
	padding-top:10px;
}

.post img{
	width:100%;
	max-width:640px;
	height:auto;
}