2024-06-11 18:54:08 +00:00
|
|
|
body {
|
|
|
|
padding: 20px;
|
2024-06-14 08:32:18 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
min-height: 100vh;
|
|
|
|
margin: 0;
|
2024-06-11 18:54:08 +00:00
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
th, td {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.account-balance {
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2024-06-14 08:32:18 +00:00
|
|
|
footer {
|
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
padding: 20px;
|
|
|
|
border-top: 1px solid #e7e7e7;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
}
|
2024-08-09 17:43:23 +00:00
|
|
|
a[rel="me"] {
|
|
|
|
display: none;
|
|
|
|
}
|