html, body {
   width: 100%;
   margin: 0;
   padding: 0;
}
body{

		font-family: 'Sentinel A', 'Sentinel B';
	    font-family: 'Tungsten A', 'Tungsten B';
	    font-family: 'Whitney SSm A', 'Whitney SSm B';
	    
	}

h1{
	font-size:6.0vw;
	font-family: 'Tungsten A', 'Tungsten B';
	font-weight: 600;
	margin: 0px
}
#canvas {
	font-size:.9em;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


.lead{
	font-size: 1.4em;
	font-family: 'Sentinel A', 'Sentinel B';
}
#map {
	background-color:#000;
	height:350px;
	border:1px solid hsla(0,0%,50%,0.2);
	margin: 10px 0px
}

.leaflet-div-icon {
	background:transparent;
	border:none;
}

.leaflet-marker-icon .number {
	position:relative;
	top:0;
	font-size:1.3em;
	font-weight: 900;
	color:#fff;
	width:1px;
	text-align:center;
}

.leaflet-popup-content-wrapper {
	min-width:400px;

}


#tablecontainer{

/* 	max-height:100%; */
/* 	overflow-y: scroll; */
}
thead {
	font-weight: 700;
	background: #BCD1E3;

}
td {
 font-size: 0.9em;
 

}
td:first-child{
	width:7.0em;
	min-width:4.0em;
}
td:nth-child(3), td:nth-child(5){
	width:5.0em;
	min-width:1.0em;
}
td,th {
	padding:3px 5px;
}
.team-logo{
	width:3em;

}

table tbody tr:hover {
    background-color: rgba(255,167,0,0.53);
    cursor: pointer;
}

.selected {
    background-color: orange;
}

.fa{
	color:#d60000;
	text-align: center;
}
#twitterFeed{
	margin:0;
	padding:0px 8px 0px 0px;
	width:50%;
	height:10%;


}
