body {
  font-size: 1.1em;
  margin: 20px;
  text-align: center;
  font-family: "Ubuntu";
  background-image: url(bingo_bg.jpg);
  margin: 0;
}

.bodywrap {
  width: 70%;
  padding: 20px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: white;
}

h1 {
  font-family: "Oswald";
}

#reason {
  color: red;
  font-size: 0.8rem;
}

table, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 1.1rem;
  margin: 0 auto;
  padding-top
}

td {
  padding: 15px;
}

#xtra {
  text-align: center;
}

button {
  font-size: 1.1rem;
  border-radius: 10%;
}

#numbers_already_shown {
  font-size: 2em;
  border: 2px solid black;
  max-width: 40%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 10px;
}

#output-div {
  font-size: 7rem;
  border: 5px solid black;
  border-radius: 50%;
  background-color: red;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.languagepicker {
	background-color: #a5a5a5;
	display: inline-block;
	padding: 0;
	height: 40px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 0 50px 10px 0;
	vertical-align: top;
  position: absolute;
  top: 25px;
  right: 15%;
  z-index: 1000;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 121px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #a5a5a5 !important;
}

.languagepicker li img {
	margin-right: 5px;
  width: 20px;
  height: 20px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/*
	don't forget the 1px border!
	The first language is 40px heigh,
	the others are 41px
	*/
	height: 245px;
}
