@import url('/links/styles/global.css'); /* Import global stylesheet */

/*==[ Content ]===============================================================*/

#services #content .title { /* Override default title icon for Student Services */
  background-image: url('../images/page-services.png') !important;
}

#content h4 {
  margin: 1em 0 .5em 0;
  font-size: 1em;
}

#content ul.linklist {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

#content ul.linklist li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 18px;
}

#content a.icon {
  display: inline-block;
  padding: 0 0 0 18px;
  line-height: 16px;
  text-decoration: none;
  background-image: url('../images/icon-link.png');
  background-repeat: no-repeat;
}

#content a.icon:hover {
  text-decoration: underline;
}

#content a.link {
  background-image: url('../images/icon-link.png') !important;
}

#content a.pdf {
  background-image: url('../images/icon-pdf.png') !important;
}

#content th.col_department {
  width: 215px;
}

#content th.col_phone {
  width: 165px;
}

#content th.col_email {
  width: 200px;
}

#content div.club {
  margin-bottom: 22px;
}
