* {
font-family: Arial, sans-serif;
font-size: 100%;
}
body {
max-width: 1000px;
min-width: 500px;
margin: 10px auto;
border: thick solid black;
}
a {
text-decoration: none;
color: royalblue;
padding: 1px;
}
a:hover {
color: white !important;
background: black;
}
div#inboxbody {
background: lightgrey;
padding: 10px;
}
div#msgcount {
padding: 10px 0;
font-size: 120%;
}
table {
border: thin solid black;
background: white;
width: 100%;
}
#inboxheader {
border: medium solid black;
}
th {
background: gray;
vertical-align: baseline;
color: white;
font-weight: bold;
}
td.msgattach {
font-size: 80%;
text-decoration: none;
padding: 5px 5px 5px 40px;
}
td.msgcount, td.footer, td.msgitem {
padding: 5px;
font-size: 90%;
}
td.footer {
font-size: 8pt;
text-align: right;
}
h1 {
font-size: 200%;
padding-bottom: 10px;
margin: 0;
}
div#quota {
text-align: right;
padding: 10px 0;
font-size: 90%;
}
#header, #footer {
padding: 10px;
background: black;
color: white;
margin: 0;
}
#footer {
text-align: center;
}
#footer p {
margin: 0;
}
table#headerviewer {
table-layout: fixed;
}
td.header {
text-align: right;
padding: 5px;
color: white;
background: gray;
width: 200px;
}