#notifications {
    position: fixed;
    bottom: 20px;
    left: 30px;
    width: 260px;
}

#notifications div.row {
  padding: 5px;
}

#notifications div.row div.link {
  cursor: pointer;
}

div.messages div.profile-pic {
    float: left;
    padding-right: 5px;
}

div.messages div.message-date {
    float: right;
    margin-top: -15px;
}

div.messages div.row {
  padding-top: 10px;
  padding-bottom: 6px;
    border-bottom: 1px solid #CCC;
}

#smiles {
  position: relative;
  float: left;
}



/*#smiles div.dropdown-menu {*/
  /*top: -80px;*/
  /*padding: 5px;*/
  /*width: 103px;*/
/*}*/

#smiles div.dropdown-menu img {
  cursor: pointer;
}

.notification_row {
    background-color: #fff !important;
    width: 260px !important;
    padding: 15px 20px !important;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    margin-bottom: 10px !important;
    border-bottom: none !important;
    z-index: 99;
}


.notification_row  .text {
    padding: 0 0 2px 0 !important;
}

.notification_row  .date {
    padding-left: 0px;
}