@charset "utf-8";
/* CSS Document */

#StudentContainer,#RandomTeamsContainer,#RaffleBalls {
	margin-left: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.Students {
	margin-left: 5px;
}
#FinalAnswer {
	font-size: 34px;
}

.btn {
	width: 200px;
}

td {
	word-wrap: normal;
	width: 200px;
	font-size: 18px;
}
#LaTeX:hover {
	height: 600px;
}
#canvas_div {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
canvas {
	border: 2px solid black;
	border-radius: 15px;
}
.row {
  display: flex;
  margin-left:-5px;
  margin-right:-5px;
}

.column {
  flex: 25%;
  padding: 5px;
  text-align: center;
}

table {
  width: 100%;
  font-size: 18px;
}
.StudentCell, .StudentXPCell {
	width: calc(100% / 3);
	height: 40px;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 15px;
}
.TeamCell {
	width: calc(100% / 2);
	font-size: 24px;
	display: inline-block;
	text-align: center;
}
.Cell {
	width: 50%;
	display: inline-block;
}
.PCell, .MCell, .GCell {
	width: 50px;
	display: inline-block;
}
.Raffle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid black;
}
.Raffle {
    transition: background-color 0.25s linear;
}