html * {
    padding: 0;
	border: 0;
	margin: 0;
	-moz-border-radius: 5px 5px 5px 5px;
	
}

html {
    /*background: url(bg.jpg);*/
	/*background:url(/encoder/assets/img/yehg-bg.jpg);background-attachment:fixed;*/
}

a {
    color: #eee;
	font-style: italic;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #000;
	color: #eee;
	font-family: sans-serif;
	font-size: 13px;
    margin: 1% 1% 1% 1%;
	
	opacity: 0.9;
    min-width: 95%;
	

}

h1 {
    color: #e3b021;
	font-size: 3em;
}

h1 span.red, 
p.important, 
strong span {
    color: #bd370d;
}

h1 a,
h1 a:hover, 
h1 a:after {
    content: "";
	text-decoration: none;
	font-style:  normal;
}

h1 span.small {
    font-size: .5em;
	color: #eee;
}

code {
    display: block;
	padding: 10px;
	margin-top: 10px;
	background: #eee;
	color: blue;
}

div{
    padding: 20px;
	border: 2px solid #111;
	margin-top: 10px;
}

dl {
    margin: 20px;
}

dt {
    font-weight: bold;
}

dd {
    text-indent: 120px;
	margin-bottom: 10px;
	margin-top: -1em;
}

p {
	background: #111;
	margin-bottom: 10px;
	padding: 10px;
}

textarea {
    font-size: 1.4em;
	width: 50%;
	margin: 5px;
	padding: 0 5px 0 5px;
}

input[type=checkbox]{
	width: 2%!important;	
	cursor:pointer;
}
label{	
	position:relative;top:0!important;
}

select {
    color: white;
	border: 2px solid white;
    background: #282936;
    margin: 10px 0;
}
select[id=encdec]{
    color:white;
	border: 2px solid;
    background: #282936;
    margin: 10px 0;
    width:150px;
}



label {
    position: relative;
    top: -10px;
}

textarea {
    font-family: "Courier New", Courier monospace;
    font-size: 1.5em;
    height: 250px;
    width: 99%;
    position: relative;
    left: -5px;
}

li {
    margin-left: 30px;
}
.underline{text-decoration:underline!important;}


button {
    
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
button.expand-more {
    width: 12rem;
    height: auto;
    
}
button.expand-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}
button.expand-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
button.expand-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
button.expand-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
button.expand-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color:white;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
button:hover .circle {
    width: 100%;
}
button:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}
button:hover .button-text {
    color: #fff;
}
