table.utveksling tbody > tr td {
  padding: 8px;
  vertical-align: middle;
}
.visalle {
  display: inline-block;
  background-color: #a7e2de;
  height: 30px;
  overflow: hidden;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 110px;
}
.visalle_url {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
  margin-top: 7px;
  margin-left: 3px;
}
.leftside {
  float: left;
  width: 55%;
}
.rightside {
  background-color: #a7e2de;
  width: 43%;
  float: left;
  padding: 5px;
}
.bottom {
  clear: both;
}
.universitet {
  background-color: #efefee;
}
.universitet:hover {
  background-color: #a7e2de;
}
.universitet2 {
  background-color: #fff;
}
.universitet2:hover {
  background-color: #a7e2de;
}
.treff_url {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  display: block;
}
.treff_url span {
  font-size: 0.777em;
  font-weight: 400;
}
