a { cursor: pointer; color: #F00; font-weight: bold; } a:hover { color: rgb(168, 0, 0); } h1 { text-align: center; } #hostlist .list li { clear: both; list-style-type: none; margin-bottom: 50px; } #hostlist .logo img { padding-top: 15px; width: 50px; } .thumbnail { padding: 10px; } .thumbnail:hover { border-color: #999; } #hostlist .list li a { vertical-align: middle; } #hostlist .list li a:hover { background-color: #CCC; color: #000; text-decoration: none; } #hostlist .list .selected { border-color: rgba(82,168,236,0.8); outline: 0; outline: thin dotted 9; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6); } #hostlist .ips { margin: 0px; } #hostlist .ips li { display: inline; color: #999; } td.centering, p.centering { text-align: center; } .searchbox { margin-top: 2em; margin-bottom: 1em; } table.tablesorter .header:after { content: ""; float: right; margin-top: 7px; border-width: 0 4px 4px; border-style: solid; border-color: #000000 transparent; visibility: hidden; } table.tablesorter .headerSortUp, table .headerSortDown { background-color: #f7f7f9; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); } table.tablesorter .header:hover:after { visibility: visible; } table.tablesorter .headerSortDown:after, table .headerSortDown:hover:after { visibility: visible; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } table.tablesorter .headerSortUp:after { border-bottom: none; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000000; visibility: visible; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }