* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html,body {
	width: 100%;
	height: 100%;
}

.modal label {
	cursor: pointer;
	margin-bottom: 0;
}

.modal label img {
	border-radius: 150px;
	display: block;
	max-width: 300px;
}

.modal .modal-state {
	display: none;
}

.modal .modal-trigger {
	background-color: #21b4f0;
	border-radius: 3px;
	border: 0;
	color: #333333;
	display: inline-block;
	font-size: inherit;
	font-weight: bold;
	padding: 7px 18px;
	text-decoration: none;
	background-clip: padding-box;
	padding: 0.8em 1em;
}

.modal
 
.modal-trigger
:hover
:not
 
(
:disabled
 
)
{
background-color
:
 
#35bef6
;

	
cursor
:
 
pointer
;


}
.modal
 
.modal-trigger
:active
:not
 
(
:disabled
 
),
.modal
 
.modal-trigger
:focus
:not

	
(
:disabled
 
)
{
background-color
:
 
#15a7e3
;

	
cursor
:
 
pointer
;


}
.modal .modal-trigger:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.modal .modal-fade-screen {
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	padding-top: 0.6em;
	text-align: left;
	visibility: hidden;
	z-index: 99999;
}

@media screen and (min-width: 60em) {
	.modal .modal-fade-screen {
		padding-top: 10em;
	}
}

.modal .modal-fade-screen .modal-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}

.modal .modal-close {
	position: absolute;
	top: 0.75em;
	right: 0.75em;
	height: 1.5em;
	width: 1.5em;
	background: transparent;
	cursor: pointer;
}

.modal .modal-close:after,.modal .modal-close:before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 0;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 1.5em;
	width: 0.15em;
	background: #dfe3e7;
	content: '';
	display: block;
	margin: -3px 0 0 -1px;
}

.modal .modal-close:hover:after,.modal .modal-close:hover:before {
	background: #c2cad1;
}

.modal .modal-close:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal .modal-inner {
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	border-radius: 5px;
	padding: 1.5em;
	position: relative;
	display: table;
	margin: auto;
}

.modal .modal-inner a.cta {
	color: white;
	display: inline-block;
	margin-right: 0.5em;
	margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
	padding: 0 2em;
}

.modal .modal-state:checked+.modal-fade-screen,.modal .modal-fade-screen.visible
	{
	opacity: 1;
	visibility: visible;
}

.modal .modal-state:checked+.modal-fade-screen .modal-inner,.modal .modal-fade-screen.visible .modal-inner
	{
	top: 0.5em;
}

.modal-open {
	overflow: hidden;
}

.modal dialog {
	width: 25em;
	float: left;
	margin-right: 12px;
}

.modal dialog:last-child {
	margin-right: auto;
}

dialog {
	display: block;
	position: fixed;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	top: 10%;
	left: calc(50% - 200px);
}

dialog h2 {
	text-align: center;
	margin: 1.5em 0 0.375em 0;
}

dialog section {
	background-color: #3f5975;
	color: #fff;
	padding: 1.5em;
}

dialog section:last-child {
	background-color: #fff;
	padding: 1.5em;
	color: #58595b;
}

dialog button {
	display: inline-block;
	line-height: normal;
	width: 100%;
	padding: 0.375em;
	/*
        Needed so that all buttons are the same height
        as text inputs
    */
	border: 1px solid;
}

dialog.with-icon section:first-child {
	/* Add a border equal to the number of featured extensions - 1 */
	border-top: 2px solid #3f5975;
	position: relative;
	padding-top: 6.75em;
}

dialog.with-icon section:first-child:before {
	background-color: #21b4f0;
	color: #fff;
	top: 0.75em;
}

.extension-file.with-icon section:first-child:before {
	content: "";
	font-family: "ScratchX";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 3em;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0.75em;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	left: 50%;
	margin-left: -0.75em;
	background-color: #18ba37;
}

.extension-file button {
	background-color: #18ba37;
	color: #fff;
}

.extension-url.with-icon section:first-child:before {
	content: "";
	font-family: "ScratchX";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 3em;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0.75em;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	left: 50%;
	margin-left: -0.75em;
}

.extension-warning.with-icon section:first-child:before {
	content: "";
	font-family: "ScratchX";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 3em;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0.75em;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	left: 50%;
	margin-left: -0.75em;
	background-color: #fff447;
	color: #58595b;
}

.extension-warning button {
	width: 49%;
	display: inline-block;
	margin-top: 0.75em;
}

.extension-feature section:first-child h2 {
	margin-top: 0.375em;
}

.extension-feature section:last-child {
	padding: 0px;
}

.extension-feature ul li {
	border-bottom: 1px solid #dfe3e7;
	padding: 0.75em;
}

.extension-feature ul li a {
	position: relative;
	display: block;
	padding-right: 25px;
}

.extension-feature ul li a:before {
	content: "";
	font-family: "ScratchX";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #21b4f0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.5em;
	font-size: 1.5em;
}

.extension-feature ul li h3 {
	font-size: 1.125em;
	font-weight: 600;
	margin-bottom: 0.375em;
}

.extension-feature ul li p {
	text-align: left;
	margin: 0;
	color: #58595b;
	font-weight: normal;
}