@import url("../fonts.css");
body {
    margin: 0px;
	background-color: black;
    background-repeat: no-repeat;
    background-size: 700px 394px;
}
#more {
    width: 668px;
    height: 750px;
	padding-left: 16px;
	padding-right: 16px;
    display: none;
    position: absolute;
    color: white;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    z-index: 9999;
    font-family: 'sf_ui_displaymedium';
	font-size: 17px;
    align-items: center;
    justify-content: center;
}
#more .close {
    width: 52px;
    height: 52px;
    display: block;
	bottom: 32px;
    position: absolute;
	background-image:url("close.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.top_shelf {
    width: 700px;
    height: 394px;
    display: flex;
    position: fixed;
    border-radius: 45px 45px 0px 0px;
    left: 0px;
	z-index: 999;
	justify-content: center;
	align-items: baseline;
}
.top_shelf .content {
    width: 668px;
    height: auto;
    display: inline-block;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 0px;
    align-self: flex-end;
    justify-content: center;
	margin-bottom: 50px;
}
.top_shelf .content .logo {
	width: 200px;
	height: 77.5px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: contain;
}
.top_shelf .content .description {
    width: 668px;
    height: auto;
    display: block;
	position: relative;
    text-align: justify;
    font-size: 15px;
    font-family: 'sf_ui_textregular';
    color: #FFFFFF;
    overflow: hidden;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	padding-bottom: 3px;
}
.top_shelf .content .description .more {
    font-family: 'sf_ui_textsemibold';
    background-color: rgba(28,28,30,0.75);
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    border-radius: 12px;
    margin-left: 3px;	
}
.links {
	width: 186px;
	height: 52px;
	padding: 8px 3px 8px 3px;
	display: block;
	position: absolute;
	background-color: #1C1C1C;
	border-radius: 34px;
	top: 360px;
	left: 257px;
	z-index: 1000;
}
.links .imdb {
    width: 52px;
    height: 52px;
    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: 5px;
	margin-right: 5px;
	float: left;
}
.links .tmdb {
    width: 34px;
    height: 34px;
    display: none;
    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;
}
.links .tvtime {
	width: 52px;
	height: 52px;
	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: 5px;
	margin-right: 5px;
	float: left;
}
.links .wikipedia {
	width: 52px;
	height: 52px;
	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: 5px;
	margin-right: 5px;
	float: left;
}
.TextField {
    width: 668px;
    height: 52px;
    display: block;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(235,235,245,0.30);
	top: 460px;
	left: 16px;
	margin-bottom: 32px;
}	
.TextField .inner {
    width: 543px;
    height: 52px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	text-align: left;
	text-indent: 16px;
    font-family: 'sf_ui_textregular';
    color: #FFFFFF;
	text-decoration: none;
    border-radius: 26px;
	background-color: rgba(28,28,30,1.00);
}	
.TextField .copy {
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    background-image: url(clipboard1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0px;
    right: 62px;
    font-family: 'sf_ui_textregular';
    z-index: 1;
	border-radius: 26px;
}	
.TextField .dsload {
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    background-image: url(dsload1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0px;
    right: 0px;
    font-family: 'sf_ui_textregular';
    z-index: 1;
	border-radius: 26px;
}	
.TableView {
    width: 668px;
    height: inherit;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
	top: 451px;
	left: 16px;
}
.TableView .Header {
    width: 668px;
    height: 42px;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'sf_ui_textsemibold';
	font-size: 17px;
	line-height: 42px;
	color: rgba(235, 235, 245, 0.60);
}
.TableView .overlay {
    width: 668px;
    height: 52px;
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 52px;
    font-family: 'sf_ui_textregular';
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(28,28,30,1.00);
    -webkit-tap-highlight-color: rgba(0,0,0,0.0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: hidden;
	border-radius: 26px;
}	
.TableView .overlay .episode {
    width: 668px;
    height: 52px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	text-indent: 16px;
    font-family: 'sf_ui_textregular';
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(28,28,30,1.00);
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);
}	
.TableView .overlay .episode .inner {
    width: 668px;
    height: 52px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
    font-family: 'sf_ui_textregular';
	color: #FFFFFF;
	text-decoration: none;
}	
.TableView .overlay .episode:hover {
	background-color: rgba(28,28,30,1.00);
}	
.TableView .overlay .watched {
	display: none;
}
@media screen and (device-width:402px) and (device-height:874px){
body {
    margin: 0px;
	background-color: black;
    background-repeat: no-repeat;
    background-size: 402px 591px;
}
#more {
    width: 370px;
    height: 874px;
	padding-left: 16px;
	padding-right: 16px;
    display: none;
    position: absolute;
    color: white;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    z-index: 9999;
    font-family: 'sf_ui_displaymedium';
	font-size: 17px;
    align-items: center;
    justify-content: center;
}
#more .close {
    width: 52px;
    height: 52px;
    display: block;
	bottom: 32px;
    position: absolute;
	background-image:url("close.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.top_shelf {
    width: 402px;
    height: 591px;
    display: flex;
    position: fixed;
    border-radius: 45px 45px 0px 0px;
    left: 0px;
	z-index: 999;
	justify-content: center;
	align-items: baseline;
}
.top_shelf .content {
    width: 370px;
    height: auto;
    display: inline-block;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 0px;
    align-self: flex-end;
    justify-content: center;
	margin-bottom: 50px;
}
.top_shelf .content .logo {
	width: 200px;
	height: 77.5px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: contain;
}
.top_shelf .content .description {
    width: 370px;
    height: auto;
    display: block;
	position: relative;
    text-align: justify;
    font-size: 15px;
    font-family: 'sf_ui_textregular';
    color: #FFFFFF;
    overflow: hidden;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	padding-bottom: 3px;
}
.top_shelf .content .description .more {
    font-family: 'sf_ui_textsemibold';
    background-color: rgba(28,28,30,0.75);
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    border-radius: 12px;
    margin-left: 3px;	
}
.links {
	width: 186px;
	height: 52px;
	padding: 8px 3px 8px 3px;
	display: block;
	position: absolute;
	background-color: #1C1C1C;
	border-radius: 34px;
	top: 557px;
	left: 105px;
	z-index: 1000;
}
.links .imdb {
    width: 52px;
    height: 52px;
    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: 5px;
	margin-right: 5px;
	float: left;
}
.links .tmdb {
    width: 34px;
    height: 34px;
    display: none;
    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;
}
.links .tvtime {
	width: 52px;
	height: 52px;
	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: 5px;
	margin-right: 5px;
	float: left;
}
.links .wikipedia {
	width: 52px;
	height: 52px;
	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: 5px;
	margin-right: 5px;
	float: left;
}
.TextField {
    width: 370px;
    height: 52px;
    display: block;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(235,235,245,0.30);
	top: 641px;
	left: 16px;
	margin-bottom: 32px;
}	
.TextField .inner {
    width: 246px;
    height: 52px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	text-align: left;
	text-indent: 16px;
    font-family: 'sf_ui_textregular';
    color: #FFFFFF;
	text-decoration: none;
    border-radius: 26px;
	background-color: rgba(28,28,30,1.00);
}	
.TextField .copy {
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    background-image: url(clipboard1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0px;
    right: 62px;
    font-family: 'sf_ui_textregular';
    z-index: 1;
	border-radius: 26px;
}	
.TextField .dsload {
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    background-image: url(dsload1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0px;
    right: 0px;
    font-family: 'sf_ui_textregular';
    z-index: 1;
	border-radius: 26px;
}	
.TableView {
    width: 370px;
    height: inherit;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
	top: 632px;
	left: 16px;
}
.TableView .Header {
    width: 370px;
    height: 42px;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'sf_ui_textsemibold';
	font-size: 17px;
	line-height: 42px;
	color: rgba(235, 235, 245, 0.60);
}
.TableView .overlay {
    width: 370px;
    height: 52px;
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 52px;
    font-family: 'sf_ui_textregular';
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(28,28,30,1.00);
    -webkit-tap-highlight-color: rgba(0,0,0,0.0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: hidden;
	border-radius: 26px;
}	
.TableView .overlay .episode {
    width: 370px;
    height: 52px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
	text-indent: 16px;
    font-family: 'sf_ui_textregular';
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(28,28,30,1.00);
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);
}	
.TableView .overlay .episode .inner {
    width: 370px;
    height: 52px;
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 52px;
    font-family: 'sf_ui_textregular';
	color: #FFFFFF;
	text-decoration: none;
}	
.TableView .overlay .episode:hover {
	background-color: rgba(28,28,30,1.00);
}	
.TableView .overlay .watched {
	display: none;
}
}