body {
  background: #3e3e3e;
}
body a {
  color: #0877bb;
}
body a:active {
  color: #06588a;
}
#full_container {
  background: #ebe8e3;
  /* padding-top: 10px; */
  /* padding-left: 80px; */
  /* padding-right: 80px; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#flowboard_list_block ul li.flowboard {
  background: #fff;
}
#flowboard_list_block ul li.flowboard .image_section img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#flowboard_list_block ul li.flowboard div.links,
#flowboard_list_block ul li.flowboard div.social {
  background: #fff;
  border-top: 1px solid #aaa;
  height: 55px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#flowboard_list_block ul li.flowboard div.social img {
  height: 25px;
  width: 25px;
}
#flowboard_list_block div.social {
  margin: auto;
  width: 190px;
}

.flowboard_tile_view {
  padding-bottom: 60px;
}
#profile_container {
  width: 1080px;
  min-height: 240px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding-left: 240px;
  padding-top: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  border-bottom: 2px solid #c8c7c3;
}
#profile_container p {
  margin: 0px;
  padding: 0px;
  color: #4c4c4c;
}
#profile_container .profile_image {
  position: absolute;
  top: 20px;
  left: 20px;
}
#profile_container .profile_image:hover .edit_profile_image {
  display: block;
}
#profile_container .profile_image .edit_profile_image {
  display: none;
  height: 30px;
  width: 30px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 40px;
  border: 3px solid #1e72ac;
  right: 25px;
  bottom: 5px;
  text-align: center;
}
#profile_container .profile_image .edit_profile_image:hover {
  border: 3px solid #165581;
}
#profile_container .profile_image .edit_profile_image:hover i {
  color: #165581;
}
#profile_container .profile_image .edit_profile_image a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 30px;
}
#profile_container .profile_image .edit_profile_image i {
  font-size: 20px;
  line-height: 31px;
  color: #1e72ac;
}
#profile_container .profile_image img {
  width: 180px;
  height: 180px;
  border-radius: 180px;
}
#profile_container p.block {
  display: block;
  width: 100%;
  border-top: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#profile_container .user_info {
  overflow: hidden;
  width: 100%;
}
#profile_container .user_info .name_and_social {
  overflow: hidden;
}
#profile_container .user_info .name_and_social p {
  float: left;
}
#profile_container .user_info .name_and_social div#social_buttons {
  overflow: hidden;
  float: right;
}
#profile_container .user_info .name_and_social div#social_buttons p {
  font-size: 15px;
  line-height: 37px;
  font-weight: 100;
}
#profile_container .user_info .name_and_social div#social_buttons div.button {
  height: 40px;
  width: 40px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 39px;
  border-radius: 40px;
  margin-left: 10px;
}
#profile_container .user_info .name_and_social div#social_buttons div.button a {
  text-decoration: none;
  display: block;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.add {
  background: transparent;
  margin-right: -10px;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.facebook {
  background: #3a5a99;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.facebook:hover {
  background: #2c4474;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.twitter {
  background: #01adec;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.twitter:hover {
  background: #0188b9;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.envelope {
  background: #fdae02;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.envelope:hover {
  background: #ca8b02;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.google-plus {
  background: #ee3a35;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.google-plus:hover {
  background: #dd1813;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.linkedin {
  background: #1b6ba4;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button.linkedin:hover {
  background: #144e78;
}
#profile_container .user_info .name_and_social div#social_buttons div.button i {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button
  i.icon-plus {
  color: #2c7bb2;
}
#profile_container
  .user_info
  .name_and_social
  div#social_buttons
  div.button
  i.icon-plus:hover {
  color: #184260;
}
#profile_container .user_info p span {
  font-weight: bold;
  margin-right: 15px;
  color: #ababab;
}
#profile_container .user_info p.site {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  margin-right: 10px;
}
#profile_container .user_info .top {
  margin-bottom: 10px;
}
#profile_container .user_info .top p.display_name {
  font-size: 29px;
  text-transform: capitalize;
  font-weight: bold;
}
#profile_container .user_info .top p.location {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 100;
}
#profile_container .user_info .top p.location i {
  color: #0071ab;
}
#profile_container .user_info .bottom {
  overflow: hidden;
}
#profile_container .user_info .bottom a {
  color: #0071ab;
}
#profile_container .user_info .bottom p {
  font-size: 14px;
  margin-bottom: 20px;
}
#profile_container .user_info .bottom p.block,
#profile_container .user_info .bottom p i {
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}
#profile_container .user_info .bottom p i {
  margin: 5px;
}
#profile_container .user_info .bottom .left,
#profile_container .user_info .bottom .right {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#profile_container .user_info .bottom .right {
  width: 70%;
}
#profile_container .user_info .bottom .left {
  width: 30%;
}
#profile_container .user_info .bottom .edit {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  margin-bottom: 8px;
  position: absolute;
  right: 20px;
  bottom: 5px;
}
#profile_container .user_info .bottom .edit a {
  font-size: 10px;
}
@media screen and (max-width: 1080px) {
  #profile_container {
    width: 810px;
  }
}
@media screen and (max-width: 810px) {
  #profile_container {
    width: 540px;
    padding-left: 0px;
    padding: 20px;
    height: auto;
  }
  #profile_container img {
    height: 50px;
    width: auto;
    position: initial;
    display: none;
  }
  #profile_container .user_info .bottom .left,
  #profile_container .user_info .bottom .right {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #profile_container {
    width: 270px;
  }
}
