
/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid darkblue;
  background-color: #ffa100;
  display: flex;
  justify-content: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
	  float: left;
	  border: none;
	  outline: none;
	  cursor: pointer;
	  margin:  0px;
	  padding: 5px 60px;
	  transition: 0.3s;
	  font-size: 17px;
	  border-right: solid 1px darkblue;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f7d9a6;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}


.img-fluid{
	width: 50%;
	padding:10px;
}

.box-news .row{
	margin: 2px;
	border-bottom: 2px solid darkblue;
}
.box-news .anns{
	margin: 10px;
	border: 1px solid black;
	
	
	/*background-color: #ffa100;*/
}
