body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

ul.a {list-style-type: circle;}
ul.b {list-style-type: square;}
ol.c {list-style-type: upper-roman;}
ol.d {list-style-type: lower-alpha;}

#header {
  width: 100%;
  padding: 20px 0;
  overflow:auto;
}
#teaser {
  height: 400;
  padding: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: black;
  font-size: 16px;
  text-align: center;
}

haha {
  text-indent: 400px; 
  font-size: 14px;
  font-weight: 300;
  color: gray;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
h2 {
  font-size: 25px;
  font-weight: 300;
}

.lhead {
  font-weight: normal;
  margin-top: 5px;
}
.litem {
  margin-top: 5px;
}
#footer {
  height: 250px;
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.instructorphoto img {
  width: 120px;
  border-radius: 120px;
  margin-bottom: 10px;
}
.instructor {
  display: inline-block;
  width: 120px;
  text-align: center;
  margin-right: 20px;
}
.sec {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.tt {
  color: #060;
  display: inline-block;
}

#inputlayer {
  width: 65px;
}
.layer {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 5px;
}
.actmap {
  display: block;
  border: 2px solid #FFF;
}
#convnetvis {
  text-align: center;
}
#probsdiv {
  
}
.pp {
  color: white;
  text-align: left;
  padding: 5px;
  height: 32px;
  margin: 2px;
  background-color: rgb(85,187,85);
  overflow: visible !important;
}

#convask {
  position: absolute;
  display: block;
  padding: 10px;
  border: 2px solid #FFF;
  background-color: #ccc;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
}

#convask.hover{
  background-color: #999;
}

#explain {
  display: none;
  background-color: #FFF7E5;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

#explain h2 {
  text-align: center;
}
.qq {
  color: #060;
}
.qa {
  font-style: italic;
}
.qqa {
  margin-bottom: 20px;
}
.spanh {
  font-weight: normal;
}
.sechighlight {
  background-color: #f7f6f1;
}
#coursedesc {
  text-align: justify;
}
#footermsg {
  color: #333;
  margin: 20px;
}
#classicons {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.demo-container {
  box-sizing: border-box;
  float: left;
  padding: 5px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.demo-placeholder {
  width: 200px;
  height: 127px;
  float:left;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
}

.demo-block {
  margin: 0 5px;
  float: left;
} 

.demo-block canvas {
  border: 3px solid #eee;  
}

#convactmap {
  border-radius: 10px;
  background-color: #eee;
  overflow: auto;
  float: left;
}

.clear {
  clear: both;
}