@charset "utf-8";

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	height: auto; 
	background: #061a1b;
}

table {
	border-collapse: separate;
    text-indent: initial;
    line-height: normal;
    font-weight: normal;
    font-size: large;
    font-style: normal;
    text-align: start;
    border-spacing: 2px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: white;	

}

.topcontentbar {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	}

.bottomcontentbar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
}

.table {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}


.right_column {
	float: right;
	align-content: left;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.Alarm {
	background: pink !important;
	filter: grayscale(95%) brightness(90%) drop-shadow(2px 4px 6px black) !important;
	
}

.team {
	margin: 20px;
	overflow: hidden;
	width: 350px;
	height: 150px;
	transform: skewY(-5deg);
	background: white;
	font-family: FoundersGroteskWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	filter: drop-shadow(2px 4px 6px black);
}

.teamlogo {
	position: relative;
	/* top: -70px; 
	transform: skewY(5deg); */
}

.logo {
	position: relative;
	top: -70px; 
	transform: skewY(5deg); 
}

#teamflag {
	display: inline-block;
	position: absolute;
	transform: skewY(5deg);
	top: 15px;
	left: 170px;
}

#country {
	display: inline-block;
	position: absolute;
	transform: skewY(5deg);
	top: 40px;
	left: 170px;
	font-size: 22px;
	font-style: italic;
    font-weight: bold;
}

#consumption {
	display: inline-block;
	position: absolute;
	transform: skewY(5deg);
	top: 65px;
	left: 170px;
	font-size: 22px;
  	font-style: italic;
	font-weight: bold;
}

#rank {
	display: inline-block;
	position: absolute;
	transform: skewY(5deg);
	top: 85px;
	left: 170px;
	font-size: 40px;
	font-weight: bold;
}

#timestamp {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 9px;
	font-weight: normal;
}

#aggreko {
	padding-right: 20px;
	padding-bottom: 10px;
	position: relative;
	float: right;
	clear: right;
	width: 200px;
}

#emmisions {
	padding-right: 20px;
	position: relative;
	float: right;
	clear: right;
	padding-bottom: 20px;
	width: 200px;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
  margin-top: 15px;	
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

