.logo, nav {
  float: left;
}

.populate
{
	clear:both;
	padding:10px;
}

.user-con {
  border-radius: 5px;
  box-shadow: 0 1px 5px #888888;
  float: left;
  margin: 1%;
  padding: 1%;
  position: relative;
  width: 21%;
  cursor:pointer;
}
.user-detail {
  border-radius: 5px;
  box-shadow: 0 1px 5px #888888;
  display: block;
  margin-top: -19%;
  padding: 1%;
  position: absolute;
  right: -55%;
  width: 55%;
  z-index: 1;
   display: none;
   background-color:#fff;
}

.detail-con {
  margin: 10px 0;
}
.name-place {
  float: left;
  width: 75%;
}
.user-img-con img, .userd-img-con > img {
  border-radius: 33px;
  width: 60px;
  border:2px solid #fff;
}
.userd-img-con {
  margin-top: -36px;
  position: absolute;
  right: 37%;
}
.name {
  color: #555;
  font-size: 20px;
  padding: 5px 0;
}
.place {
  font-size: 12px;
  font-style: italic;
}
.food-img-con > img {
  width: 100%;
}
.user-detail .name-place {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.user-detail .name {
  color: red;
}
.user-detail .name-place {
  float: none;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.follow > input {
  border-radius: 12px;
  padding: 5px 10px;
    background-color: orange;
}
#user-list {
  float: left; 
  position: relative;
  width: 100%;
}
#container {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#user-detail {
  background-color: #000;
  padding: 10px;
  position: absolute;
  right: -30%;
  top: 0;
  width: 22%;
}
#user-detail .user-con {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor:default;
}
#user-detail .name {
  color: #fff;
}
#user-detail .place {
  color: #ddd;
}
#user-detail .detail-con {
  border-bottom: 1px solid #fff;
}
.desc {
  color: #ccc;
  padding: 10px 0;
}
#user-detail .user-con input {
  margin: 10px 0;
  width: 98%;
}
#user-detail textarea {
  width: 98%;
}
#user-detail .user-con input[type="submit"], #user-detail .user-con input[type="button"] {
  background-color: orange;
  border: 0 none;
  padding: 10px 20px;
  width: 63px;
}
#user-detail .user-con input[type="button"]
{
	 background-color: #ccc;
}
#collapse {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 29px;
  font-weight: bold;
  height: 83px;
  line-height: 78px;
  margin-left: -33px;
  padding: 3px 9px;
  position: absolute;
  top: 50%;
  width: 88px;
  z-index: 0;
}
.clear
{
	clear:both;
}
.user-img-con {
  float: left;
}
.follow {
  text-align: center;
}
nav a {
  padding: 0 20px;
  text-decoration: none;
  color:#fff;
}
header {
  background-color: #666;
}
nav {
  margin: 11px;
}