2020-02-14 00:01:47 -05:00
|
|
|
html {
|
2020-02-17 17:50:48 -05:00
|
|
|
box-sizing: border-box;
|
2020-02-14 00:01:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
*, *:before, *:after {
|
2020-02-17 17:50:48 -05:00
|
|
|
box-sizing: inherit;
|
2020-02-14 00:01:47 -05:00
|
|
|
}
|
|
|
|
|
2020-02-27 16:15:53 -05:00
|
|
|
a, .link { color: #104e8b; }
|
|
|
|
a:link, a:visited, a:active, .link { text-decoration: none; }
|
|
|
|
a:hover, .link:hover { text-decoration: underline; }
|
|
|
|
|
|
|
|
body {
|
2020-02-27 19:08:33 -05:00
|
|
|
margin: 0;
|
2020-02-27 16:15:53 -05:00
|
|
|
font-family: sans-serif;
|
2020-02-27 19:49:48 -05:00
|
|
|
line-height: 150%;
|
2020-02-27 16:15:53 -05:00
|
|
|
}
|
2011-10-14 01:09:30 -04:00
|
|
|
|
2020-02-14 00:43:24 -05:00
|
|
|
input {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
font-size: smaller;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2020-02-15 01:31:12 -05:00
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
2020-05-18 23:46:27 -04:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2020-02-15 01:31:12 -05:00
|
|
|
}
|
|
|
|
|
2020-02-17 17:50:48 -05:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
2020-02-26 13:03:35 -05:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
2020-02-17 17:50:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
2011-10-14 01:09:30 -04:00
|
|
|
.navbar {
|
2020-02-27 16:15:53 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 15px;
|
2020-03-02 11:48:25 -05:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
line-height: 150%;
|
2020-02-14 00:01:47 -05:00
|
|
|
border-bottom: 1px solid #ccc;
|
2020-03-02 20:01:01 -05:00
|
|
|
background-color: #f5f5f5;
|
2020-02-14 00:01:47 -05:00
|
|
|
}
|
|
|
|
|
2020-02-14 00:43:24 -05:00
|
|
|
.navbar a {
|
2020-02-27 16:15:53 -05:00
|
|
|
margin-right: 10px;
|
2020-02-14 00:43:24 -05:00
|
|
|
}
|
|
|
|
|
2020-02-27 16:15:53 -05:00
|
|
|
#container {
|
2020-02-14 00:07:25 -05:00
|
|
|
max-width: 800px;
|
2020-02-27 16:15:53 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
margin: 15px;
|
2011-10-14 01:09:30 -04:00
|
|
|
}
|