a, a > code {
  color: #5b8ed4;
  text-decoration: none;
}
.footnote {
  position: absolute;
  bottom: 0.5em;
  left: 3em;
  font-size: 66%;
}
.remark-code-line-highlighted     { background-color: #ffff88; }

.inverse {
  background-color: #272822;
  color: #d6d6d6;
  text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2, .inverse h3 {
  color: #f3f3f3;
}

/* Two-column layout */
.left-column {
  color: #777;
  width: 20%;
  height: 92%;
  float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #000;
}
.right-column {
  width: 75%;
  float: right;
  padding-top: 1em;
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right ~ * {
  clear: both;
}
img, video, iframe {
  max-width: 100%;
}
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}
.remark-slide table {
   # border-top: 2px solid #0f417a;
   # border-bottom: 2px solid #0f417a;
   # box-shadow: 6px 6px 8px rgba(0,0,0,0.2), -2px -2px 5px rgba(0,0,0,0.2);
  color #00f;
    margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
	border-spacing: 16px 1px;
}
.remark-slide table  tbody tr:first-child td {
    padding-top: 0.2em; 
}

.remark-slide table thead th { border-bottom: 2px solid #0f417a; empty-cells: hide;}
th, td { padding: 0px 20px; border-bottom: 1px solid #00000010; }
# .remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) {background: #eee }
# .remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #999 }

.remark-slide table tr:hover {
  background-color: #ddd;
  # font-weight: bold;
  color: #e4003a;
}

.inverse_sommaire table {
   border-top: transparent;
   border-bottom: transparent;

  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 10px 1px;
}
.inverse_sommaire table thead th { border-bottom: 2px solid #0f417a;}
th, td { padding: 0px 5px; border-bottom: transparent; }
@page { margin: 0; }

.inverse_sommaire table tr:hover {
  background-color: transparent;
  # font-weight: bold;
  color: #ddd;
}

@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.hljs-github .hljs {
    background: #eeeeee;
    box-shadow: 5px 5px 5px lightgray;;
}
.hljs-github .hljs {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  /*! border-left: solid 10px #0f417a; */
  /*! border-top: solid 1px #0f417a; */
  /*! border-bottom: solid 1px #0f417a; */
  /*! border-right: solid 10px #0f417a; */
  /*! box-shadow: 0 0 6px rgba(0,0,0,0.5); */
  background-color: #efefef; */
  color: #e64626;
  padding: 0.5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}  


/**************
 *
 * Font size and colours
 *
 **************/


.Large { font-size: 144% }
.large { font-size: 120% }
.small { font-size: 90% }
.footnotesize { font-size: 80% }
.scriptsize { font-size: 70% }
.tiny { font-size: 60% }

.black { color: black; }
.red { color: red; }
.blue { color: blue; }
.green { color: green; }
.yellow { color: yellow; }
.orange { color: orange; }
.purple { color: purple; }
.gray { color: gray; }
.grey { color: gray; }

.bold { font-weight: bold; }
.bolder { font-weight: 800; }


/******************
 * 
 * Coloured content boxes
 *
 ****************/


.content-box { 
    box-sizing: content-box;
    	background-color: #e2e2e2;
  /* Total width: 160px + (2 * 20px) + (2 * 8px) = 216px
     Total height: 80px + (2 * 20px) + (2 * 8px) = 136px
     Content box width: 160px
     Content box height: 80px */
}


.content-box-blue,
.content-box-gray,
.content-box-grey,
.content-box-army,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    border-radius: 10px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}

.content-box-blue {
    background-color: #F0F8FF;

}

.content-box-gray {
    background-color: #e2e2e2;
}

.content-box-grey {
	background-color: #F5F5F5;
}

.content-box-army {
	background-color: #737a36;
}

.content-box-green {
	background-color: #e2faec;
    border: solid 2px #1ca459;
	box-shadow: 5px 5px 5px #aaa;
}

.content-box-purple {
	background-color: #e2e2f9;
}

.content-box-red {
	background-color: #ffe1e9;
    border: solid 2px #e4003a;
	box-shadow: 5px 5px 5px #aaa;
}

.content-box-yellow {
	background-color: #fdf0c9;
    border: solid 2px #fdc218;
	box-shadow: 5px 5px 5px #aaa;	
}


.full-width {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
}



/***********
 *
 * Changed CSS
 *
 **************/

.opacity{
    opacity: 0.5;
}



.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(10px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}


.grayscale img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


/**************
 *
 * Fancy stuff
 *
 **************/


.rotate-left {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg); 
}

.rotate-right {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);     
}



/********** 
 * 
 * Image stuff
 *
 ************/


.polaroid img {
    border: 10px solid #fff;
    border-bottom: 45px solid #fff;
    -webkit-box-shadow: 3px 3px 3px #111;
    -moz-box-shadow: 3px 3px 3px #111;
    box-shadow: 3px 3px 3px #111;
}



.shadow {
    -moz-border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #aaa;
    -webkit-box-shadow: 5px 5px 5px #aaa;
    box-shadow: 5px 5px 5px #aaa;
    border-radius: 2px;  
}



.panelset .panel-tabs .panel-tab {
	font-size: 16pt;	
	padding: 0em 0.5em;
	min-height: 24pt;

}

/* USYD blockquote */
blockquote, .blockquote {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  border-left: solid 10px #AD1638;
  border-top: solid 2px #AD1638;
  border-bottom: solid 2px #AD1638;
  border-right: solid 2px #AD1638;
  box-shadow: 0 0 6px rgba(0,0,0,0.5);
  background-color: #eeeeee; */
  color: #e64626;
  padding: 0.5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.blockquote p {
  margin-top: 0px;
  margin-bottom: 5px;
}
.blockquote > h1:first-of-type {
  margin-top: 0px;
  margin-bottom: 5px;
}
.blockquote > h2:first-of-type {
  margin-top: 0px;
  margin-bottom: 5px;
}
.blockquote > h3:first-of-type {
  margin-top: 0px;
  margin-bottom: 5px;
}
.blockquote > h4:first-of-type {
  margin-top: 0px;
  margin-bottom: 5px;
}

.panelset {
    --panel-tabs-border-bottom: #ddd;
    --panel-tabs-sideways-max-width: 25%;
    --panel-tab-foreground: currentColor;
    --panel-tab-background: unset;
    --panel-tab-active-foreground: currentColor;
    --panel-tab-active-background: #eee;
    --panel-tab-hover-foreground: currentColor;
    --panel-tab-hover-background: #ccc;
    --panel-tab-active-border-color: #0f417a;
    --panel-tab-hover-border-color: #0f417a;
    --panel-tab-inactive-opacity: 0.5;
    --panel-tab-font-family: inherit;
}
