.fixed-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}


.border-top-radius {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.border-rounded {
 	border-radius: 10px
}