2017-09-26 18:13:00 +02:00
|
|
|
* {
|
|
|
|
font-family: 'Exo 2', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
cursor: inherit;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
|
|
|
|
2017-09-27 16:24:39 +02:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
2017-09-26 18:13:00 +02:00
|
|
|
}
|
2017-09-27 18:42:11 +02:00
|
|
|
|
|
|
|
video {
|
2017-09-28 19:13:29 +02:00
|
|
|
max-width: 125px;
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
font-weight: bold !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.session-form label {
|
|
|
|
font-size: 12px;
|
2017-09-27 18:42:11 +02:00
|
|
|
}
|