/* Enter Your Custom CSS Here */
.main-navigation a{
  color:#FFF;
  border-right:none; 
}
.main-navigation{
  background:#1c7698
}

.main-navigation li{
  background:#1c7698
}

li.current-menu-item {
background: #2d6275; 
color:#fff;
}

#primary-menu > li:first-child a {
border-left:none;
}

.myoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow: scroll;
}
.myoverlay:target {
  visibility: visible;
  opacity: 1;
}

.mypopup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.mypopup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.mypopup .myclose {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.mypopup .myclose:hover {
  color: #06D85F;
}
.mypopup .mycontent {
  max-height: 40%;
  overflow: auto;
}

.uob-logo-wrapper{
background-image: url("../files/2018/08/Research-Group-VOTED_FINAL_HORIZANTAL-2kzleam.png");
background-size: 270px;
background-repeat: no-repeat;
background-position: center;
background-position-y:110px;
background-position-x:-9px;
align-items: baseline;

}

.collabtable td{
padding: 10px;
      text-align: center; 
    vertical-align: middle;
  
}
