/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #004455;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 30px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*----------------------------------------------*/

.week {
    font-size: 16pt;
    text-align: center;
    color: white;
    background-color: #004455;
    border: 0px;
    border-left: 6px solid #2AAEEF!important;
    border-right: 6px solid #2AAEEF!important;
}

.compact-ul {
    margin-bottom: 0pt;
}

.clicker_alert {
    top: 40%;
    left: 10%;
    width: 80%;
    position:fixed;
}

.center_fixed_text {
    top: 40%;
    left: 10%;
    width: 80%;
    position:fixed;
    text-align: center;
}

.code-review-link {
    background-color: yellow;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.prettyprint {
    background-color: white;
}

.popover{
    max-width:800px;
}

pre.example {
    background-color: white;
    padding: 8pt;
    border-left: 4px #004455;
}

div.nb_cell {
    background-color: white;
    padding: 4pt;
    border: 2px #004455;
    overflow: auto;
}

.bg-custom {
    background-color: #004455;
}

.bg-dark {
    background-color: #004455!important;
}
