.tibiaFont {
  font-family: martelregular, sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  /* color: #5a2800; */
}

  /* font-weight: 400; */
  /* font-size: 13px; */

.streamViewers{
	float:right;
	color:#ccc;
	font-size:20px;
	text-align:right;
}

#streamAll{
	width:100%;
	height:50px;
	background-color:#161616;
	border-top:solid 2px #060606;
}

#streamAllButton{
	height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 5px 8px 4px 8px;
    box-sizing: content-box;
	background-color:rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
	border-right-width:2px;
	border-bottom-width:2px;
    color: #bbb;
    font-size: 11px;
    cursor: pointer;
}
#streamAllButton:hover{
	background-color:rgba(255,255,255,0.1);
}

#streamAdd{
	width:598px;
	margin-left:10px;
	padding:30px;
	border:solid 1px #000;
	border-bottom:solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

#streamAddImage{
	width:96px;
	height:96px;
	float:left;
	background-image:url(/layout/images/twitch_white_icon.png);
	background-size:96px 96px;
}

#streamAddInfo{
	width:480px;
	height:96px;
	margin-top: -12px;
	float:right;
	display:flex;
	flex-direction:column;
	align-items:center;
}

#streamAddInfoTitle{
	width:480px;
	text-align:right;
	font-size:24px;
}

#streamAddInfoText{
	width:480px;
	text-align:right;
	font-size:14px;
	padding-top: 28px;
}

.streamWidgetViewers{
	float:right;
	color:#ccc;
	font-size:18px;
	text-align:right;
}

#streamWidgetAll{
	width:100%;
	height:50px;
	background-color:#161616;
	border-top:solid 2px #060606;
}

#streamWidgetAllButton{
	height: 16px;
    display: inline-block;
    margin-top: 11px;
    padding: 7px 8px 2px 8px;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.07);
    border: solid 1px rgba(0,0,0,1);
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}

#streamWidgetAllButton:hover{
	background-color:rgba(255,255,255,0.1);
}

#streamContent{
	width:680px;
	margin:10px;
}

#streamLoad{
	width:100%;
	height:200px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

#streamLoadText{
	width:680px;
	margin-top:20px;
	text-align:center;
	font-size:20px;
}

#streamSummary{
	width:634px;
	padding:10px 12px 6px 12px;
	margin-left:10px;
	box-sizing:content-box;
	margin-bottom:20px;
	font-size:20px;
	border:solid 1px #000;
	border-bottom:solid 2px #000;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.05) 100%);
}

.streamEmpty{
	width:100%;
	margin:40px 0;
	text-align:center;
	font-size:24px;
}

.streamContainer{
	width:320px;
	height:240px;
	margin:0 10px;
	cursor:pointer;
	float:left;
}

.streamThumb{
	width:320px;
	height:180px;
	position:relative;
	background-size: 320px 180px;
	background-repeat:no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.streamInfo{
	width:296px;
	padding:10px 12px 6px 12px;
	box-sizing:content-box;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.08) 100%);
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 2px #000;
	border-bottom:solid 5px rgba(142,36,170,0.35);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.streamContainer:hover .streamInfo{
	border-bottom:solid 6px rgba(142,36,170,0.75);
	transition:0.25s;
}

.streamName{
	width:calc(100% - 63px);
	float:left;
	font-size:20px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streamLive{
	width:12px;
	height:12px;
	margin-top:1px;
	border:solid 1px #000;	
	float:right;
	margin-right:8px;
	background-color:rgba(0,0,0,0.3);
	border-radius:50%;
}

.streamLive_dot{
	width: 8px;
	height: 8px;
	margin: 2px;
	background-color: #ff0000;
	border-radius: 50%;
	opacity: 1;
    animation: fade 2s linear infinite;
}

#streamWidget{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
}

.streamWidgetContainer{
	width:188px;
	margin:10px 0;
	cursor:pointer;
}

.streamWidgetEmpty{
	width:188px;
	margin:10px 0;
	padding:10px 0 8px 0;
	font-size:18px;
	text-align:center;
}

.streamWidgetThumb{
	width:172px;
	height:96px;
	margin-left:8px;
	position:relative;
	background-size: 172px 96px;
	background-repeat:no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.streamWidgetInfo{
	width:156px;
	padding:8px 8px 6px 8px;
	box-sizing:content-box;
	margin-left:7px;
	background: rgba(255,255,255,0.05);
	background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.08) 100%);
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 2px #000;
	border-bottom:solid 3px rgba(142,36,170,0.35);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.streamWidgetContainer:hover .streamWidgetInfo{
	border-bottom:solid 3px rgba(142,36,170,0.75);
	transition:0.25s;
}

.streamWidgetName{
	width:calc(100% - 63px);
	color:#ccc;
	float:left;
	font-size:18px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streamWidgetLive{
	width:12px;
	height:12px;
	border:solid 1px #000;	
	float:right;
	margin-right:8px;
	background-color:rgba(0,0,0,0.3);
	border-radius:50%;
}

.streamWidgetLive_dot{
	width:8px;
	height:8px;
	margin:2px;
	background-color:#ff0000;
	border-radius:50%;
	opacity: 1;
    animation: fade 2s linear infinite;
}

.box-face {
  margin-top: 10px;
}

.box-side-wrapper {
  width: 180px;
  margin: 0 auto;
  position: relative;
  left: -41px;
}

.box-side-header {
  width: 168px;
  height: 15px;
  margin: 0 auto;
  background: url("../images/top-header-bg.png");
}

.box-side-middle {
  box-sizing: border-box;
  width: 168px;
  background: url("../images/box-side-middle.png") repeat-y;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  margin-top: -9px;
}

.box-side-footer {
  width: 179px;
  height: 28px;
  background: url("../images/top-header-footer.png");
  margin: 0 auto;
}

.livecasts-wrapper-header {
  width: 180px;
  height: 31px;
  background: url("../images/top_livecasts.png");
  margin: 0 auto;
  position: relative;
  left: -3px;
}

.referral {
  width: 180px;
  height: 31px;
  background: url("../images/PromiseReferral.webm");
  margin: 0 auto;
  position: relative;
  left: -3px;
}

.powergamers-wrapper-header {
  width: 180px;
  height: 31px;
  background: url("../images/top_powergamers.png");
  margin: 0 auto;
  position: relative;
  left: -3px;
}

.streamerBox {
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}