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 44 45 46 47
|
body {
padding: 40px 50px;
font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
margin: 15px 5px;
}
a {
color: #00C5F7;
}
canvas, img {
padding: 5px;
border: 1px solid #eee;
}
p.msg {
width: 400px;
}
#tests {
width: 100%;
margin-top: 35px;
}
table tr td:nth-child(1),
table tr td:nth-child(2),
table tr td:nth-child(3) {
width: 200px;
}
table tr td:nth-child(4) {
padding: 0 45px;
}
table tr td p {
margin: 5px 0;
}
table th {
background: white;
position: -webkit-sticky;
position: sticky;
top: 0;
}
|