/* Sticky footer styles 
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

#content {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 22px;
  background-color: rgba(255,255,255,.65)
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th{background-color: rgba(245, 245, 245, .35);}

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

#bg_viz{
  position:fixed; 
  margin-top:50px;
  right:0;
  z-index: -1000;
/*  height: 700px;
  width: 1440px; */
}

#wrap > .container {
  padding: 0px 15px 0;
}
.container .credit {
  margin: 20px 0;
  font-size: 8px;
}

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

code {
  font-size: 80%;
}

.old_news{
	color:#999;
}

.instructor_name{
  color:#777;
}

.node {
  stroke: #fff;
  stroke-width: 1.5px;
}

.link {
  stroke: #999;
  stroke-opacity: .6;
}

/*#viz {
  margin-top:-170px; 
  margin-right:130px; 
  overflow: visible;
  height: 120px;
  z-index: 10000;
}
*/




@media (min-width: 00px) {

  #viz {
    margin-top:-250px; 
    margin-right:-150px; 
    overflow: visible;
    height: 120px;
    z-index: 10000;
  }
}

@media (max-width: 400px) {

  h1{
    margin-top: -30px;
  }

  small{
    float:left;
  }
}


@media (min-width: 768px) {

  #viz {
    margin-top:-200px; 
    margin-right:-60px; 
    overflow: visible;
    height: 120px;
    z-index: 10000;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #viz {
    margin-top:-170px; 
    margin-right:-20px; 
    overflow: visible;
    height: 120px;
    z-index: 10000;
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

  #viz {
    margin-top:-170px; 
    margin-right:140px; 
    overflow: visible;
    height: 120px;
    z-index: 10000;
  }

}