Spaces:
Sleeping
Sleeping
File size: 528 Bytes
81fdfb6 0587641 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
.infoPoint h1 {
font-size: 30px;
text-decoration: bold;
}
a {
text-decoration: underline;
color: #1f3b54 ;
}
.finished {
color:rgb(9, 102, 169);
font-size:13px
}
table {
margin: 25px 0;
font-size: 0.9em;
font-family: sans-serif;
min-width: 400px;
max-width: 400px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
table th,
table td {
padding: 12px 15px;
}
tr {
text-align: left;
}
thead tr {
text-align: left;
}
#pw {
-webkit-text-security: disc;
}
|