i, .nav-pills a, #edit-list-wrapper .form-type-bef-link a, .course-video-list td a {
  transition: all 200ms ease-in;
}
.four a {
  transition: color 200ms ease-in;
}
/*navigation*/
#header a, .sub-table {
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
  color: #d7d7d7
}
#header a:hover {
  color: #fff
}

/*flag*/
.flag-message {
  border-radius: 3px;
  padding: 5px;
}
/*signup*/

.signup-tip .signup-btn, .exercise-files a {
  text-shadow: 1px 1px 1px #063248;
  border-radius: 3px;
}
/*signup*/

.sub-table .sub-tip{
  text-shadow: 1px 1px 1px #ffffff;
}

/*ubercart form*/
#showcase, #showcase-course, .course-info {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#bottom, #footer {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
/*showcase*/
#showcase .container {
  position: relative
}

/* custom selection colors */
::-moz-selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #1278ab;
}

::selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #1278ab;
}
