#logReg{
  background:#EFEFEF;
  width:100%;
  height:60px;
  padding:10px;
}
#logReg a{
  margin-left:50px;
  display:inline-block;
  height:40px;
  width:80px;
  background: #C4C9FF;
  color:white;
  border-radius:5px;
  text-align: center;
  line-height:40px;
}
.content{
  margin-bottom:100px;
}
.active{
  font-size:1.2em;
  color: #4F4FFF;
  border-bottom:3px #4F4FFF solid;
}
.recommend-toggle{
  padding-bottom:10px;
  border-bottom:3px black solid;
}