    .navbar {
      margin-bottom: 1em;
      border-radius: 0;
      border-width:0;
    }
    .row.content {height: 450px;}
    .sidenav {
      padding-top: 20px;
      background-color: #1a1a1a; /*#f1f1f1*/ 
      height: 100%;
    }

    /* Set black background color, white text and some padding */
    footer {
      background-color: #1a1a1a;
      color: white;
      padding: 15px;
    }

    .myContent {
      border-radius:.25em;
      /*height:100%;*/
      background-color:#333333;
    }

    body {
      background-color:#1a1a1a;
    }

    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;}
    }

    #innerContent a, #assignmentContent a {
        text-decoration:underline;
    }
    #innerContent a:hover, #assignmentContent a:hover {
        background-color:rgba(0,0,0,.3);
    }
