div#search {
    padding: 10px;
}

table#list {
    border-collapse: collapse;
    width: 100%;
}

#list th, #list td {
    border: 1px solid black;
    padding: 3px;
}

div.contion {
    margin: 0 auto 0 auto;
    width: 100%;
}

#searchpad {
    display: none;
}

div#pages, div#pagecount {
    text-align: center;
}

div#pages a.selected {
    font-size: x-large;
}
