.saveBlock{
    position: fixed;
    bottom:2%;
    right:15%;
}
.saveBlock span,.saveBlock a,.saveBlock a:hover{
    font-weight: 300;
    color: #fff!important;
    border-radius: 0px;
}
.newContact{
  float: right;
    font-size: 14px;
    color: #566770;
    cursor: pointer;
}
.newNote{
    float: right;
    font-size: 14px;
    color: #566770;
    cursor: pointer;
}
#contactsHolder p{
  background: #E6E6E6;
    height: auto;
    color: #566770;
    padding: 2px;
}
#contactsHolder .odd{
  background: #F1F1F1;
}
.borderRed{
  border: 1px solid red!important;
}

.currentContact {
  padding: 5px 0 0 0;
}