2016-11-22 17:03:29 +01:00
|
|
|
@import "normalize";
|
|
|
|
|
2016-11-21 13:31:06 +01:00
|
|
|
body {
|
|
|
|
font-family: Arial, Verdana, sans-serif;
|
|
|
|
font-size: 14px;
|
2016-11-21 16:01:14 +01:00
|
|
|
color: #333;
|
2016-11-22 17:03:29 +01:00
|
|
|
background: #f5f5f5;
|
2016-11-21 16:01:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
color: #111;
|
2016-11-21 13:31:06 +01:00
|
|
|
}
|
|
|
|
|
2016-11-22 17:13:37 +01:00
|
|
|
|
2016-11-21 16:01:14 +01:00
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
|
|
|
th, td {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
padding: 4px 8px;
|
|
|
|
}
|
|
|
|
}
|
2016-11-21 17:36:25 +01:00
|
|
|
|
2016-11-22 17:13:37 +01:00
|
|
|
a {
|
|
|
|
color: #09f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
max-width: 1020px;
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
|
|
|
|
2016-11-22 17:03:29 +01:00
|
|
|
.block {
|
|
|
|
width: auto;
|
|
|
|
background: white;
|
|
|
|
padding: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2016-11-21 17:36:25 +01:00
|
|
|
|
|
|
|
.count {
|
2016-11-22 17:13:37 +01:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 120%;
|
2016-11-21 17:36:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
}
|