/* table */
.phone-list-table tr.row-searched{
    border-bottom: 4px solid #ffffff;
}
.entry-content table.phone-list-table tr.row-searched:nth-child(2n) td{
    background: #e8e8f0;
}
.phone-list-table a{
    font-weight: normal;
}

/* search form */
#employees-search{
    border: 3px solid #271e61;
    padding: 5px;
    width: 100%;
    font-size: 24px;
}
.form-delete{
    width: 100%;
    text-align: right;
    color: #271e61;
    text-decoration: underline;
    padding-top: 9px; 
    font-weight: bold;
    display: none;
}
.form-delete:hover{
    text-decoration: none;
    cursor: pointer;
}
.form-enter{
    float:left;
    width: 100%;
    text-align: center;
    display: none;
    padding: 7px 0;
    font-style: italic;
}
.phonelist-info{
    width:100%;
    height: 25px;
}