/* 
    Document   : style_custom
    Created on : 2-gen-2014, 15.51.11
    Author     : mlongo
    Description:
        Purpose of the stylesheet follows.
*/


#university {
  background: #d5d8dd !important;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #FCFCFC 0%, #d5d8dd 100%) !important;
  /* IE10 Consumer Preview */
  background-image: -moz-linear-gradient(top, #FCFCFC 0%, #d5d8dd 100%) !important;
  /* Mozilla Firefox */
  background-image: -o-linear-gradient(top, #FCFCFC 0%, #d5d8dd 100%) !important;
  /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFC), color-stop(1, #d5d8dd)) !important;
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #d5d8dd 100%) !important;
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #FCFCFC 0%, #d5d8dd 100%) !important;
  /* W3C Markup, IE10 Release Preview */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#d5d8dd',GradientType=0 ) !important;
  /* IE6-9 */
  
  border-bottom:3px solid #cf2725;
}

.student, .student a{color: #0078cf;}