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


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