section { display: table; width: 100%;}
.news {
		height:450px;
		background-color:#F0F0F0; 
    overflow-y:auto;
		float:left;
		position:relative;
		margin-left:0px;
		margin-top:0px;
		margin-bottom:0px;
}

.bio {
  line-height: 1.5;
}

.news button {
    cursor: pointer;
    border: 2px;
    outline: 1px;
    text-decoration: underline;
    background-color: #ddd;
}

.researchtopic
{
		float:left;
		position:relative;
}

.otherresearchtopic
{
		float:left;
		position:relative;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
  }
  
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  font-size: medium;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 15px;
  transition: 0.1s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #0bee;
}

/* Style the tab */
.tab_hash {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #e1f1e1;
  }
  
/* Style the buttons that are used to open the tab content */
.tab_hash button {
  background-color: inherit;
  font-size: medium;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.1s;
}

/* Change background color of buttons on hover */
.tab_hash button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_hash button.active {
  background-color: #0e9e;
}

/* Style the tab content */
.tabcontent {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
