body {
	background-size:cover;
	background-repeat:no-repeat;
  font-family: courier, monospace;
  font-size:14px;
  transition: background 0.5s linear;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  text-align:center;  
}

#content {
  margin:0 auto;  
  padding-top:40px;
  max-width:800px;
}

h1, p {
	margin-bottom: 50px;
}

h2 {
	margin:0 0 40px 0;
}

h3 {
	margin:0 0 20px 0;
}

form {
	margin-bottom: 50px;
}

a.btn,
a.btn:visited,
input[type="submit"] {
	background:#666;
	border:none;
	color:#fff;
	display:block;
	font-family: courier, monospace;
	font-size:20px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding:20px;
	text-decoration: none;
	transition: all 0.2s linear;
}

a.btn:hover,
a.btn:visited:hover,
input[type="submit"]:hover {
	background:#999;
	transition: all 0.2s linear;
}

.negative {
	background:#c00;
	color:#fff;
	padding:5px;
}

#streamlist {
	background:#eee;
	padding:20px;
}

table {
	border-collapse: collapse;
	width:100%;
}

td {
	border-bottom:2px solid #fff;
	height:100px;
	padding:10px;
	transition:all 0.2s linear;
	vertical-align: middle;
}

.online {
	background:green;
	color:#fff;
}

.online a {
	color:#fff;
}

.offline {
	background:gray;
}

.offline a {
	color:#333;
}

.icon {
	float:left;
	padding-right: 5%;
	width:10%;
}

.icon img {
	height:auto;
	transition:all 0.2s linear;
	max-width:100%;
}

.name {
	float:left;
	height:76px;
	line-height:76px;
	width:45%;
}

.status {
	float:left;
	height:76px;
	line-height:76px;
	width:40%;
}

.twitchStreamer {
	align-items:center;
	border-bottom: 5px solid #eee;
	display:flex;
	max-height:999px;
	opacity:1;
	text-align: left;
	transition:all 0.2s linear;
}

.hidden {
	border:none;
	max-height: 0;
	opacity:0;
	overflow:hidden;
	transition:all 0.2s linear;
}


@media only screen and (min-width: 400px) {
	
	body {
		font-size:18px;
	}
	
	a.btn,
	a.btn:visited,
	input[type="submit"] {
		display:inline-block;
	}
	
	
}
