.twitchdiv div {
	float: none !important;
}

.twitchdiv {
	text-shadow: 1px 1px black;
	width: 340px;
	min-height: 300px;
	overflow: visible !important;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/background.png");
	border-top: 2px solid dimgray;
	border-left: 2px solid dimgray;
	border-right: 2px solid var(--color-background-dark);
	border-bottom:  2px solid var(--color-background-dark);
}

.twitchdiv::-webkit-scrollbar-thumb {
  background: hsla(var(--colorcode-base),0.5);
}

.twitchdiv::-webkit-scrollbar {
  width: 5px;
  z-index: -1;
}

.twitchtable {
	border-collapse: collapse;
	table-layout: auto;
	font-size: 12px;
	line-height: 1;
	width: 338px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: 'trebuc';
	background-repeat: no-repeat;
	color: var(--color-base);
	font-weight: normal;
	border: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.twitchtable td {
	height: 40px;
	border: none !important;
	overflow: visible !important;
}

.twitchdiv a{
	background-image: none !important;
	width: auto !important;
	height: auto !important;
}

.TwStrmlst {
	background-image:  url("../images/menu.png");
	background-position: right center;
	background-size: 248px 48px;
	background-repeat: repeat-x;
	height: 66px;
	padding: 0;
	margin: 0;
	border: none;
}

.TwStrmlstAvatar {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border-top: 2px solid dimgray;
	border-left: 2px solid dimgray;
	border-right: 2px solid var(--color-background-dark);
	border-bottom:  2px solid var(--color-background-dark);
}

.TwStrmlstAvatar img{
	height: 40px;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	margin-left: 1px;

}

.TwStrmlstLogo {
	width: 20px;
	height: 24px;
	border: none;
}

.TwStrmlstLogo a {
	width: 100%;
	height: 100%;
}

.TwStrmlstName a:hover {
	color: var(--color-hover);
}

.TwStrmlstLogo a:hover img{
	opacity: 1;
}

.TwStrmlstLogo img{
	position: relative;
	opacity: 0.7;
	transition: all 0.3s;
	top: 34px;
	left: 2px;
}

.TwStrmlstName {
	height: 40px;
	text-align: center;
	font-family: 'Gazz';
	text-transform: uppercase;
	font-size: 20px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	transition: all 3s;
}

.TwStrmlstViewers {
	height: 40px;
	width: 52px;
	font-size: 14px;
	text-shadow: 2px 2px 3px #000;
	color: var(--color-red);
	font-family: 'trebucbd';
	text-align: center;
	padding: 0;
	margin: 0;
	padding-right: 40px;
}

.TwStrmlstTime {
	width: 10px;
	text-align: right;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.TwStrmlstTime img{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	top: 39px;
	right: 20px;
}

.TimeHr {
	position: relative;
	top: 26px;
	height: 40px;
	display: inline;
	color: var(--color-base-dark);
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.TimeHrH {
	position: relative;
	height: 40px;
	display: inline;
	color: var(--color-hover-dark);
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.TimeMin {
	position: relative;
	top: 26px;
	height: 40px;
	display: inline;
	color: var(--color-base-dark);
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.TimeMinM {
	position: relative;
	height: 40px;
	display: inline;
	color: var(--color-hover-dark);
	font-size: 9px;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 481px){
	.twitchdiv, .twitchtable {
		min-height: auto;
	}
}