/* Homepage Images */

.college a.futurestudents {
  background-image: url("./Images/futurestudents_banner.jpg");
}

.college a.prospectivefaculty {
  background-image: url("./Images/prospectivefaculty_banner.jpg");
}

.college a.ourresearch {
  background-image: url("./Images/research_banner.jpg");
  background-position: 40% 100%;
}

.college a.partnerships {
  background-image: url("./Images/partnerships_banner.jpg");
  background-position: 60% 100%;

}

.college a.alums {
  background-image: url("./Images/alums_banner.jpg");
  background-position: 60% 100%;
}


.college a.currentstudents {
  background-image: url("./Images/currentstudents_banner.jpg");
}


/* Local CSS definitions Information */

#menu-box {
  width: 220px;
}

#homepage-layout {
  top: 170px;
}

#feature #feature-image-container {
  background-color: transparent;
}

table {
  border-collapse: collapse;
}
 
table.table2 {
  width: 700px;
 }
 
table.table3 {
  text-align: left;
  border: 0px; 
  padding: 0px; 
  border-spacing: 2px; 
  width: 100%;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.divclass {
  min-width: 200px;
}

table.selectives td, th{
  border-left: none;
  border-right: none;
  text-align: center;
  padding: 5px;
  border-spacing: 1px;
}

table.selectives2 td, th{
  text-align: center;
  padding: 5px;
  border-spacing: 1px;
}

/*** "New!" flags on Graduate job postings ***/

.event-list-new {
  background-color: #ce4844;
  border-radius: 50%;
  padding: 6px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: .25em;
  width: 3.25em;
}