/*
 *  Flex Layout Specifics
*/
main{
  display:flex;
  flex-direction:row;
}

body{
  background-color: black; 
  font-family:arial;
  color: white;
  font-size:.9rem;
  padding:10px;
  background-image: url('vball1.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center, center;
	-ms-overflow-style: none !important;
}
::-webkit-scrollbar {
    width: 0px;
	height: 0px;
    background: transparent;
	display: none;
	
}

.team-top {
	font-weight:bold;
	background-color:;
	height:30px;
	line-height:40px;
	padding-left:5px;
	width:120px;
	border-bottom:2px solid white;
	display:block;
	margin:0px;
	vertical-align:bottom;
	overflow: hidden;
	scrollbar-width: none;
	//text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: scroll;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	}
.team-bot {
	font-weight:bold;
	background-color:;
	height:30px;
	line-height:40px;
	padding-left:5px;
	width:120px;
	border-bottom:2px solid white;
	border-right:2px solid white;
	display:block;
	margin:0px;
	vertical-align:bottom;
	white-space: nowrap;
	overflow: hidden;
	scrollbar-width: none;
	overflow-x: scroll;
	//text-overflow: ellipsis;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}
.team-space{
	font-weight:bold;
	height:30px;
	line-height:30px;
	width:120px;
	display:block;
	margin:0px;
	text-align:top;
	border:0px solid white;
	}
.team-space-half{
	font-weight:bold;
	height:15px;
	line-height:15px;
	width:120px;
	display:block;
	margin:0px;
	text-align:top;
	border:0px solid white;
}	
.team-space-border{
	height:30px;
	line-height:15px;
	width:120px;
	font-size:.75rem;
	vertical-align:bottom;
	padding-right:5px;
	text-align:right;
	margin:0px;
	border-right:2px solid white;
	display:block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}
	
.final {
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-left:5px;
	width:120px;
	border-bottom:0px solid white;
	display:block;
	margin:0px;
	white-space: nowrap;
	vertical-align:bottom;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}	

