* {

}
body {
	background: #333333;
	margin: 0;
	padding: 0;
	font: 16px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
a {
    color: #E5DFC5;
		background-color: transparent;
}
a:visited {
    color: #E5DFC5;
}
a:hover {
	color: #E5DFC5;
}
a:hover:visited {
	color: #E5DFC5;
}
table {
  border-collapse: collapse;
	height: auto;
	width: auto;
	text-decoration: none;
}
td:hover, th:hover, table:hover {
	text-decoration: none;
}
textarea {
	color: white;
	height: auto;
	min-height: 8em;
	width: 100%;
	display: inline;
	overflow: auto;
	color: black;
}
input {
	color: black;
	width: auto;
	margin-right: 0.5em;
}
td, th {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
	word-wrap:break-word;
	height: auto;
	width: auto;
}
header, footer, #header, #footer {
	border: 0.1em solid #040404;

	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 0 0.5em;
	background-color: #3F3F3F;
	font-size: 16px;
	line-height: 2em;
	height: 60px;
	color: #fff;
	padding-left: 2em;
}
header, #header {
	font-weight: bold;
	z-index: 999;
	height: auto;
	width: auto;
}
header, #header > a:last-child {
	float: right;
	color: #fff;
	font-weight: normal;
}
footer, #footer {
	top: auto;
	height: auto;
	width: auto;
	bottom: 0;
}
input {
	height: 1.5em;
	font-size: 14px;
}
select {
	color: #fff;
	background: #09001c;
	width: 80%;
}
#splash {
	color: #FFFF00;
	font-size: 12px;
	background-color: transparent;
}
.hidden { display: none; }
.status_popup {
	position: fixed !important;
	position: absolute;
	background-color: transparent;
	z-index: 999;
	float: right;
	font-size: 30px;
	margin-left: 1em;
}
.channellist {
	list-style: none;
	display:block;
	margin: 1em;
	width:auto;
	max-width: 60em;
}
.channelli {
	display: inline-block;
	padding: 0.5em;
	width:auto;
	min-width: 10em;
}
.navbar {
	margin-top: 4.6em;
	font-size: 16px;
	float: top;
}

.bingo_table {
	color: white;
	text-align: center;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

.bingo_row_num {
	height: 15;
	background-color: black;
	text-align: center;
}

.bingo_col_num {
	height: 25;
	background-color: black;
	text-align: center;
}

.bingo_td_black, .bingo_td_green, .bingo_td_red {
	width: 125px;
	height: 125px;
	text-align: center;
}

.bingo_td_black {
	background-color: black;
}

.bingo_td_green {
	background-color: green;
}

.bingo_td_red {
	background-color: red;
}

.bingo_tr {

}

#canvas {
	margin-top: 10em;
	margin-left: 5em;
}

 #savetopngbutton, #saveimg {
	 margin-top: 1em;
	 margin-left: 5em;
 }

.content {
	background:#333333;
	max-width:100%;
	max-height:100%;
	height: auto;
	width: auto;
	position:relative;
	margin-top: 10em;
	overflow: auto;
	margin-left: 2em;
	margin-bottom: 10em;
	margin-right: 15em;
}
.size_dropdown {
	display: inline;
}

.remove_button {
	height: 2.5em;
  background: #09001c;
  -background-image: -webkit-linear-gradient(top, #09001, #000000);
  -background-image: -moz-linear-gradient(top, #09001, #000000);
  -background-image: -ms-linear-gradient(top, #09001, #000000);
  -background-image: -o-linear-gradient(top, #09001, #000000);
  -background-image: linear-gradient(to bottom, #09001, #000000);
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	text-align:center;
}

.remove_button:hover {
  background: #18004d;
  -background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
  -background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
  -background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
  -background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
  -background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
  text-decoration: none;
}

.login_button {
	position:auto;
	max-width: 7.5em;
	max-height: 3em;
	background-color: transparent;
	width: auto;
	height: auto;
}

#channelimg {
	position:auto;
	max-width: 7.5em;
	max-height: 3em;
	background-color: transparent;
	width: auto;
	height: auto;
}

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #000;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #111;
}


@media (max-width: 768px) {
	header {
		display: none;
	}
	.content {
		margin-left: 0em;
		margin-top: 3em;
		margin-right: 0em;
	}
	.navbar-fixed-top
	{
		position: static;
		top: auto;
	}

	#desktopnavigation {
		display: none;
	}
	#donate_display {
		display: none;
	}
}
@media (max-height: 800px) {
	header {

	}
	.content {
	}
}
