img[src*="#jit_img"] {
  width:25%;
  height:auto;
}

img[src*="#mandelbrot_img"] {
  width:100%;
  height:auto;
}

img[src*="#example_predictions"] {
  width:70%;
  height:auto;
}

img[alt="training"] {
  width:70%;
  height:auto;
}

img[alt="pis"] {
  width:40%;
  height:auto;
}

#heatmap {
  width: 90vw;
  height: 90vh;
}

img[src*="#icon"] {
  width: auto;
  height: 3em;
}

img[src*="#hwr"] {
  width: 90%;
  border: 2px solid black;
  box-sizing: border-box;
}

img[src*="#detection_example"] {
  width: 50%;
}

@import url('https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css');

/* TO DISPLAY THE MARKDOWN TABLES PROPERLY: https://community.plotly.com/t/tables-in-markdown/15823/8 */
table {
    border-collapse: collapse;
  }
  th:not(.CalendarDay),
  td:not(.CalendarDay) {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1; }
  th:first-child:not(.CalendarDay),
  td:first-child:not(.CalendarDay) {
    padding-left: 0; }
  th:last-child:not(.CalendarDay),
  td:last-child:not(.CalendarDay) {
    padding-right: 0; }