#avatar{
	border-radius: 4px;
	float:left;
	width: 30%;
  }

  .clear-float{
	clear:both;
  }

  #info{
	width: 65%;
	float: right;
	background-color: #deddc8;
	padding:.5%;
	border-radius:6px;
  }

/*mobile*/
@media screen and (max-width: 1000px) {
  #avatar{
	border-radius: 4px;
	float:left;
	width: 100%;
  }

  #parent_sites{
        display:none;
  }

  .clear-float{
	clear:both;
  }
  #foot01{
        font-size: 12px;
  }
  #university{
        display:none;
  }
  #info{
	width: 100%;
	float: left;
	background-color: #deddc8;
	padding:.5%;
	border-radius:6px;
  }
}