/* CSS Document */
@font-face {
    font-family: 'PaytoneOne';
    src: url("../fonts/PaytoneOne-Regular.ttf");
}
@font-face {
    font-family: 'Subjectivity-Black';
    src: url("../fonts/Subjectivity/Subjectivity-BlackSlanted.otf");
}
.spot{ border: {
  display: table-row-group;
  height: 100%;
  border:red solid 2px;
  width:inherit;
}solid 2px black; }

.divTableRow
.divTableCol{	
  display:block;
  height: inherit;
  width:100%;
}
.divTableCell{
  width:auto;	
  display: table-cell;
  vertical-align: middle;
  padding: 1px;
}
.strechW{width:100%; margin:2px;}
.strechH{height:auto;}
.unMargin{ margin:0px;}
.unPadding{ padding:0px;}
.defCursor{ cursor:pointer;}
.floatLeft{ float:left}
.floatRight{ float:right;}

.inlineUL{padding:0px;display:inline; list-style:none;top:0;}

.inlineUL li{ display:inline;}
.btnLI{margin:5px; padding:5px; padding-left:15px; padding-right:15px; border:solid; border-radius:15px;}
.btnLI:hover{ background-color:#C1C1C1 }
#mediaContainer{
	position:absolute;
	top:40px;
	left:0px;	
}
.shellLeft{ border:solid 1px; padding:3px; border-top-left-radius:10px;border-bottom-left-radius:10px;}
.shellRight{ border:solid 1px; padding:3px; border-top-right-radius:10px;border-bottom-right-radius:10px;}
.shellRight:hover{ background-color:#C1C1C1;}
.shellDecoration{border: solid 2px black; background-color:#FFF; font-weight:bolder; color:#000 }
input{ border:#000;}
input:focus {outline:none; }
#txtURL{size:50;align-content:flex-end;}
/*  Cross pagegs */
#idStream{ font-family:"PaytoneOne"; font-size:40px; font-weight:bolder; font-style:italic;color:#001DFF; cursor:pointer; display:inline;}
#idCast{position:relative;left:-30px;top:+10px; font-family:"Subjectivity-Black"; font-size:30px; font-weight:bolder; color:#AFAAAB; display:inline;}