@charset "utf-8";
/* CSS Document */

.important {color:#A50000 !important}

/*  home page  */
ul.lined-hm, ol.lined-hm { list-style-type: none; margin-bottom: 1.5rem; padding: 0; }
.lined-hm li {  font-size: 0.9em; color: #000; border-bottom:2px #fff solid} 
.lined-hm li a { display: block; padding: 5px 0; color: #000; }
.lined-hm li a:link, .lined-hm li a:visited { text-decoration: none; }
.lined-hm li a:hover { text-decoration: underline; }

/* faculty page */
@media only screen and (min-width: 31.26em) { /*medium - xx-large*/
	.people img { display:block; float:left; margin-top:5px; margin-bottom:15px; margin-left:0 !important; width:120px !important; height:auto !important; padding:0 !important}
	.people p { margin-left:150px !important; }
}

/*  personal page  */
.people-personal img { display: none; }
@media only screen and (min-width: 31.26em) { /*medium - xx-large*/
	.people-personal img { display: block; float:left; margin-top:5px; margin-bottom:10px; width:150px !important; height:auto !important; padding:0 !important}
	.people-personal p { margin-left: 180px !important; }
}

/* computing services */
table#servicepersonnel {border:none; margin:0; padding:0; border-collapse:collapse; width:100%}
table#servicepersonnel tr, td {margin:0; padding:0; background-color:#FFF}
table#servicepersonnel p {line-height:0.9rem; font-size: 0.9rem; margin-top:0; margin-bottom:0}
ol.pdflist { list-style:none }
ol.pdflist li { line-height:1rem; font-size: 0.8rem; margin-top:0; margin-bottom:0 } 

/*  seminar page */
table.noborder { border:1rem #f2f2f2 solid }
table.noborder p {line-height:0.9rem; font-size: 0.9rem; margin-top:0; margin-bottom:0}
table.noborder tbody tr th, table.noborder tbody tr td { padding: 0.1rem; background-color:#F2F2F2}
table td.cell1 { width: 18% }
table td.cell2 { width: 82% }
table.noborder td a {color:#10239D}
.uppercase {text-transform: uppercase}
.fontsize50 { font-size:1rem}