.hls-analyzer-box {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  width: 60%;
}
.hls-analyzer-box:hover {
  box-shadow: 0 0 15px rgba(33,33,33,.2);
  transition: box-shadow 0.3s ease-in-out;

}
.notification-section {
  padding-top: 15px;
  text-align: center;
  line-height: 4em;
  width: 175px;

}
