@charset "utf-8";

ul.modules:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  border-style: solid;
  border-image: -webkit-linear-gradient(left,#3A2BE0 0,#5F74E2 32%,#8561C2 64%,#A82293 100%) 100% 0 100% 0/16px 0 0 0 stretch;
  border-image: linear-gradient(to right,#3A2BE0 0,#5F74E2 32%,#8561C2 64%,#A82293 100%) 100% 0 100% 0/16px 0 0 0 stretch;
}

/* Chapter colors Uppfor course */
.uppfor ul.chapters li a { color: #87888c !important; }
.uppfor ul.chapters li a[href$="203"] { color: #885ebf !important; }
.uppfor ul.chapters li a[href$="204"] { color: #a82293 !important; }
.uppfor ul.chapters li a[href$="205"] { color: #3a2bb4 !important; }
.uppfor ul.chapters li a[href$="206"] { color: #6075e2 !important; }

