@import url("../fonts.css");
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 37px;
	padding-top: 0px;
	background-color: black;
}
.top_shelf {
    width: 700px;
    height: 394px;
	display: block;
	position: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9999;
}
.top_shelf #more {
    width: 668px;
    padding-top: 98px;
    padding-right: 16px;
    padding-left: 16px;
    height: 296px;
    display: none;
    position: absolute;
    color: white;
    background-color: rgba(0,0,0,0.75);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    z-index: 9999;
    font-family: 'sf_ui_displaymedium';
}
.top_shelf #more .close {
    width: 32px;
    height: 32px;
    display: block;
	bottom: 20px;
	left: 334px;
    position: absolute;
	background-image:url("close.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.top_shelf .logo {
	width: 200px;
	height: 77.5px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 250px;
}
.top_shelf .description {
    width: 668px;
    height: auto;
    display: block;
    position: relative;
    padding: 0px 16px 16px 16px;
    text-align: justify;
    font-size: 17px;
    font-family: 'sf_ui_textregular';
    color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: scroll;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}
.top_shelf .description .more {
    font-family: 'sf_ui_textsemibold';
	
}
.top_shelf .links {
	width: 200px;
	height: 32px;
	display: block;
	position: relative;
    margin-bottom: 16px;
	margin-left: 293px;
}
.top_shelf .links .imdb {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    background-image: url(https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/b4/c1/60/b4c160e6-85b2-a302-b91d-c500248ff2ad/AppIcon-0-0-1x_U007emarketing-0-7-0-85-220.png/460x0w.png);
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.top_shelf .links .tmdb {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    background-image: url(tmdb.png);
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.top_shelf .links .tvtime {
	width: 44px;
	height: 44px;
	display: block;
	position: relative;
	background-image: url(https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/d6/89/80/d68980d0-da47-fbe5-de96-9608d098a928/AppIcon-0-0-1x_U007epad-0-1-85-220.png/460x0w.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.top_shelf .links .wikipedia {
	width: 44px;
	height: 44px;
	display: block;
	position: relative;
	background-image: url(https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/8f/49/27/8f492749-bb04-5f6a-7b99-78022d98ff70/AppIcon-0-1x_U007emarketing-0-0-0-8-0-0-sRGB-85-220-0.png/460x0w.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.TableView {
    width: 668px;
    height: inherit;
    display: block;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
	top: 410px;
	left: 16px;
}
.TableView .textbox {
    width: 668px;
    height: 52px;
    display: block;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(28,28,30,1.00);
    -webkit-tap-highlight-color: rgba(235,0,0,0.30);
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
}	
.TableView .textbox .inner {
    width: 636px;
    height: 51.5px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	text-align: left;
	left: 16px;
    font-family: 'sf_ui_textregular';
	color: rgba(235,235,245,0.30);
	text-decoration: none;
	border-bottom: 0.5px solid rgba(84,84,88,0.65);
}	
.TableView .textbox .copy {
    width: 58px;
    height: 34px;
	display: block;
	position: absolute;
	background-image: url(clipboard.svg);
	background-repeat: no-repeat;
	background-size: 13px 21px;
	background-position: center center;
	top: 9px;
	right: 16px;
    font-family: 'sf_ui_textregular';
	z-index: 1;
	background-color: #0091FF;
	border-radius: 17px;
}	
.TableView .episode {
    width: 668px;
    height: 52px;
	display: block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(28,28,30,1.00);
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);
}	
.TableView .episode:first-child {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}	
.TableView .episode:only-child {
    border-radius: 26px;
}	
.TableView .episode:last-child {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}	
.TableView .episode .inner {
    width: 636px;
    height: 51.5px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	left: 16px;
    font-family: 'sf_ui_textregular';
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0.5px solid rgba(84,84,88,0.65);
}	
.TableView .episode .inner-off {
    width: 636px;
    height: 52px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	left: 16px;
    font-family: 'sf_ui_textregular';
	color: #FFFFFF;
	text-decoration: none;
}	
.TableView .episode:hover {
	background-color: rgba(28,28,30,1.00);
}	
.TableView .watched {
	display: none;
	pointer-events: none;
}	
.TableView .watched:first-child {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}	
.TableView .watched:only-child {
    border-radius: 26px;
}	
.TableView .watched:last-child {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}	
@media screen and (device-width:402px) and (device-height:874px){
body {padding-top: 0px}
.top_shelf {
    width: 402px;
    height: 591px;
    display: block;
    position: fixed;
    border-radius: 45px 45px 0px 0px;
    margin-bottom: 16px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
	z-index: 999;
}
.top_shelf #more {
    width: 370px;
    padding-top: 98px;
    padding-right: 16px;
    padding-left: 16px;
    height: 491px;
    display: none;
    position: absolute;
    color: white;
    background-color: rgba(0,0,0,0.75);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    z-index: 9999;
    font-family: 'sf_ui_textregular';
}
.top_shelf #more .close {
    width: 32px;
    height: 32px;
    display: block;
	bottom: 20px;
	left: 180.5px;
    position: absolute;
	background-image:url("close.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.top_shelf .logo {
	width: 200px;
	height: 77.5px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 101px;
}
.top_shelf .description {
    width: 370px;
    height: auto;
    display: block;
    position: relative;
    padding: 0px 16px 16px 16px;
    text-align: justify;
    font-size: 15px;
    font-family: 'sf_ui_textregular';
    color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: scroll;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
.top_shelf .links {
	margin-left: 130px;
}
.TableView {
    width: 370px;
    height: inherit;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
	top: 607px;
	left: 16px;
	border-radius: 26px;
}
.TableView .textbox {
    width: 370px;
    height: 52px;
    display: block;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(28,28,30,1.00);
    -webkit-tap-highlight-color: rgba(235,235,245,0.30);
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
}	
.TableView .textbox .inner {
    width: 338px;
    height: 51.5px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	text-align: left;
    font-family: 'sf_ui_textregular';
	color: rgba(235,235,245,0.30);
	text-decoration: none;
	border-bottom: 0.5px solid rgba(84,84,88,0.65);
}	
.TableView .episode {
    width: 370px;
    height: 52px;
	display: block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(28,28,30,1.00);
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);
}	
.TableView .episode .inner {
    width: 338px;
    height: 51.5px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	left: 16px;
    font-family: 'sf_ui_textregular';
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0.5px solid rgba(84,84,88,0.65);
}	
.TableView .episode .inner-off {
    width: 338px;
    height: 52px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	left: 16px;
    font-family: 'sf_ui_textregular';
	color: #FFFFFF;
	text-decoration: none;
}	
.TableView .episode:hover {
	background-color: rgba(28,28,30,1.00);
}	
.TableView .watched {
	display: none;
}
}
.top_shelf .links .tmdb {
    display: none;
}