#phonebook {
  overflow-x: auto;
}

#phonebook table {
    border-collapse: collapse;
    width: 100%;
}

#phonebook tr.row1 {
    background: #FFFFFF;
}

#phonebook tr.row2 {
    background: #F3F3F3;
}

#phonebook td.thick {
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    height: 110px;
}

#phonebook td.thin {
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    height: 30px;
}

#phonebook td.name td.picture td.phone {
    width: 50px;
}


#phonebook td.email {
    width: 10px;
}

#phonebook th {
    font-weight: bold;
    font-size: 1.1em;
    overflow: hidden;
    height: 10px;
    background: #0F4D92;
    color: white;
    padding: 5px;
    align: center;
}

#phonebook img {
    width: 100px;
    height: 100px;
}
