    /*
    Theme Name: Required Child Theme
    Theme URI: http: //quickmooc.com/
    Description: This is a custom child theme I have created.
    Author: Marc Crompton
    Author URI: http: //mysite.com/
    Template: required
    Version: 0.1
    */

@import url("../required/style.css");

#sidebar {
  background-color: #f1f1f1;
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  padding: 80px 40px 0;
}

#main {
  width: 960px;
  background: #fff;
  margin-left: 300px;
  padding-top: 80px;
}

.bio-pic {
display: none;
}