@media print,screen and (min-width:641px) {
    #global-nav li:last-child {
        width:320px;
    }
    #global-nav li:last-child form select[name^="search_type"]{
        height:21px;
    }
    #global-nav li:last-child form input[name^="word"]{
        width:100px;
    }
}        

body{
    line-height: 170%
}
nav#global-nav{
    line-height: 110%;
}
ul#bread-crumbs{
    line-height: 100%;
}
#container table.list td, #container table.list th {
    word-break: normal;
}
