
  /* 


.  class
# id
  tag
  
  */
  
.tt {
  position: relative;
  display: inline-block;
}

.tt .ttt {
  visibility: hidden;
  width: 70px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 1px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -35px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tt .ttt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tt:hover .ttt {
  visibility: visible;
  opacity: 1;
}


.imgTeams {
 width:70px;
 height:70px;
  border-width: 1px;
  border-style: solid;
  border-color: #fc5200;
	
}

.teamtable {
 vertical-align: top;
}

.teamAantalSLeft {
	background-color: #d7ffff;
	width: 570px;
}

.teamAantalS {
	background-color: #d7ffff;
	text-align: center;
}


.teamAantalT {
	background-color: #a7ffff;
	text-align: center;
	font-weight: bold;
}

.team7LoperS {
	background-color: #ffffd7;
	text-align: center;
}

.team7LoperSLeft {
	background-color: #ffffd7;
}


.team7LoperT {
	background-color: #ffffa7;
	text-align: center;
	font-weight: bold;
}

.teamT {
	background-color: #d7ffd7;
	text-align: center;
	font-weight: bold;
}

.indexTable1 {
	border: 0px;
	background-color: #F7F7FA;
	}

.indexTable2 {
	border: 2px solid #fc5200;
	background-color: #F7F7FA;
padding: 15px;
	}






