/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body.buddypress-upload-avatar-reminder
{
  padding-top: 50px !important;
}
div.buddypress-upload-avatar-reminder
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 9999999;
  background-color: #ec155a;
  text-align: center;
  color:#fff;
}
div.buddypress-upload-avatar-reminder a
{
  font-weight: bold;
  color:#fff;
}
