@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,600);
@import url('https://fonts.googleapis.com/css?family=Charm:400');

body {
    font-family: "Raleway";
    color: #222222;
    line-height: 1.4;
    font-size: 11pt;
    word-wrap: break-word;
}

.footnote {
  position: absolute;
  bottom: 2em;
  font-size: 0.6em;
  opacity: 0.75;
  margin-left: -2em;
}

.footnote a {
    color: #0288d1;
}

.footnote:before {
    content: "\2015\2015\2015";
    display: block;
}

.center {
    text-align: center !important;
}

.red {
    color: #d11a01;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.remark-container {
    background: #ddd;
}

.remark-slide-content {
    font-size: 1.4em;
    border-top: solid 5px #222222;
    padding-top: 45px;
}

.remark-slide-content h1 {
    font-weight: normal;
    font-size: 2em;
    margin: 0 0 .5em 0;
    color: #222222;
}

.remark-slide-content h2 {
    color: #d11a01;
    font-size: 1.75em;
    font-weight: normal;
    margin: 0 0 .5em 0;
}

.remark-slide-content h3 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 .5em 0;
}

.remark-slide-number {
    font-size: 0.5em;
    bottom: 2em;
}

.smaller {
    font-size: .8em;
}

blockquote {
    border-left: 5px #ccc solid;
    margin-left: 0;
    padding-left: 15px;
    color: #777;
}

.small {
    font-size: .75em;
}

a {
    color: #0288d1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

em {
    color: #0288d1;
    font-style: normal;
}

strong {
    font-style: normal;
}

.katex {
    color: #1a7082;
}

.remark-code {
    font-size: 8em;
}

ul > li, ol > li {
     margin: 0.6em 0;
}

ul > li > ul > li {
    font-size: 0.8em;
}

table {
    border-spacing: 0;
    border: 1px solid #e2e2e2;
    font-size: .8em;
    margin: auto;
    padding: 0;
}

thead {
    border: 0;
    margin: 0;
}

th {
    background: #e2e2e2;
    border: 0;
    font-weight: bold;
    margin: 0;
    padding: 7px 0;
    text-align: center;
}

tbody {
    background: white;
    font-size: .8em;
    margin: 0;
}

tr {
    margin: 0;
    padding: 0;
}

tr:nth-child(odd) {
    background: #fcfcfc;
}

td {
    margin: 0;
    padding: 5px 8px;
}

.pull-left {
    float: left;
    margin-right: 1em;
}

.pull-right {
    float: right;
    margin-left: 1em;
}

.caption {
    display: block;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}

.circle img {
    border-radius: 50%;
}

.stretch img {
    width: 100%;
    height: auto;
}

.width-10 * {
    width: 10%;
}

.width-20 * {
    width: 20%;
}

.width-30 * {
    width: 30%;
}

.width-40 * {
    width: 40%;
}

.width-50 * {
    width: 50%;
}

.width-60 * {
    width: 60%;
}

.width-70 * {
    width: 70%;
}

.width-80 * {
    width: 80%;
}

.width-90 * {
    width: 90%;
}

.width-100 * {
    width: 100%;
}

.title-slide:after {
    content: '';
    background: url("../assets/logo_ulg.png"), url("../assets/logo_wien.jpg");
    background-position: left 0px, 90px 0px;
    background-repeat: no-repeat, no-repeat;
    background-size: 60px, 68px;
    width: 180px;
    height: 82px;
    position: absolute;
    bottom: 3em;
    left: 124px;
    display: inline-block;
}

.title-slide {
    vertical-align: middle;
    padding-left: 125px;
}

.title-slide h1 {
    font-size: 1.5em;
    border-left: 3px solid #222222;
    padding-left: 25px;
}

h2 {
    color: #222222 !important;
}

h3 {
    color: #222222 !important;
}

.title-slide p {
    font-size: .9em;
}

.title-slide .remark-slide-number {
    display: none;
}

.end-slide {
    font-family: "Charm";
    background-color: #222;
    color: white;
    font-size: 2em;
    vertical-align: middle;
}

.black-slide {
    background-color: #222;
    color: white;
    border-top: solid 0px;
}

.end-slide .remark-slide-number {
    display: none;
}

.katex {
    color: #222 !important;
}
