excerpts/HistoryExcerpt/css/style.css (36 lines of code) (raw):
.ua-img {
height: 100px;
}
.center {
text-align: center;
}
.header {
text-align: center;
}
.table-header {
font-size: 16px;
background-color: #e0e0e0;
}
.sysinfo-row {
background-color: #f4f4f4;
}
h1 {
font-size: 30px;
}
h3 {
font-weight: normal;
font-size: 20px;
}
table {
width: 100%;
table-layout: fixed;
word-wrap: break-word;
font-size: 10px;
margin-bottom: 40px;
border-collapse: collapse;
text-align: left;
text-indent: 5px;
}
table, tr, th, td {
border: solid 1px #929292;
}