@font-face {
	font-family: 'Varela Round';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Varela Round Regular'), local('VarelaRound-Regular'), url(VarelaRound-Regular.woff2) format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.left{
	float:left;
}

.clear{
	clear:both;
}

.cleft{
	clear:left;    
}

.acenter{
	text-align:center;
}

.added_input {
	margin: 10px auto;
}


body, html
{
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

p
{
	margin: 5px;
	padding: 0;
}

.field
{
	padding-bottom: 15px;
}

#allOptions 
{
	padding-bottom: 10px;
}
#allOptions p
{
	margin-left: 20%;
	padding-bottom: 10px;
}

h1
{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	display: block;
	margin: 20px;
}

#defaultFolder {
	padding: 8px 8px;
	border-radius: 5px;
	border: 2px solid #BCBDBC;
	transition: all 0.5s;
	margin: 10px 15px;
	width: 50%;
}


#modify {
	border: none;
	background: none;
	cursor: pointer;
	font-size: 15px;
	transition: all 0.5s;
}

#blList_ {
	margin-left: 110px;
}

#modify:hover {
	color: #E83F6F;
	transition: all 0.5s;

}


#defaultFolder:focus {
	border-color: #57A689;
	transition: all 0.5s;
}

#blacklist {
	padding: 10px;
	width: 500px;
	margin: 20px auto;
}

#blacklist h2 {
	text-align: center;
	font-size: 23px;
}

#blacklist h3 {
	margin: 20px 0 20px 70px;
}

.bl_mgleft {
	margin: 0 5px 0 110px;
}

#blacklist input {
	padding: 6px 12px;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
}

#path {
	border: #A3A3A3;
}

#path:focus {
	border-color: #57A689;
	transition: all 0.5s;
}

#add_list {
	border: #57A689;
	background: #57A689;
	color: white;
}

#remove_btn {
	border: #FF8360;
	background: #FF8360;
	color: white;
}

#remove_all {
	background: #DB2B39;
	border: #DB2B39;
	color: white;
}

#wrapper
{
	display: inline-block;
	margin: 2em auto;
	padding: 1em 3em;
	border: 2px solid #57A689;
	-webkit-border-radius: 1em 1em;
	text-align: left;
	width: 800px;
}


.heading
{
	font-size: 15px; font-weight: bold; display: block;
}

#notification
{
	display:none;
	margin: 20px;
	font-size: 20px;
	color: red;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#555fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	padding: 0;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.button:active {
	position:relative;
	top:1px;
}

.buttons-div {
	text-align:center;
	margin-bottom:30px;
}

.share-div {
	text-align:center;
	height: auto;
}

.small span {
	font-size:11px;
}

input:focus {
	outline: none;
}

input[type="submit"] {
	cursor: pointer;
}

* {
	font-family: 'Varela Round', sans-serif;
}

#notice {
	text-align: center;
	font-size: 13px;
}

#allowFileAccess {
	display:none;
}