.tips_list.student_tips {
  width: 190px;
  margin: 15px 0 0 20px;
  padding: 0;
  list-style-type: none;
  border: 1px solid #3e7aab;
}
.tips_list.student_tips li {
  padding: 10px;
  border-top: 1px solid #3e7aab;
  font-size: 10px;
  color: rgba(28, 28, 28, 0.5);
}
.tips_list.student_tips li.title {
  padding: 8px 10px;
  border-top: none;
  background: #3e7aab;
  font-size: 13px;
  color: #fff;
}
.tips_list.student_tips li.title .glyphicon {
  margin-right: 5px;
}
.tips_list.student_tips li h5 {
  margin: 0 0 3px 0;
  color: #3e7aab;
  font-size: 12px;
}
