body
{
	font-family:Arial,sans-serif;
	width:100%;
	background: #2C2F33;
	margin: 0;
	color: #b2b2b2;
}
#name
{
	max-width:280px;
	text-transform:capitalize
}
.pld
{
    /*float: left;*/
    width:600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	/*margin-right:5px;*/
}
.form-control {
    text-align: center;
}
/*.pld2
{
    float:left;
    width:280px;
    margin:auto;
	margin-right:5px;
}
.pld3
{
    float:left;
    width:280px;
    margin:auto;
	margin-right:5px;
}
.pld4
{
    float:left;
    width:280px;
    margin:auto;
	margin-right:5px;
}*/
.clog_settings
{
	font-weight:bold;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#bal
{
	float:left;
	margin-left:36%;
}
#jobb
{
	float:right;
	margin-right:35%;
}
.clearfix:after
{
    content:" ";
    visibility:hidden;
    display:block;
    height:0;
    clear:both;
}
.output
{
	line-height:0;
	-webkit-font-smoothing:none!important;
	font-weight:700;
	color:#fff;
	text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
	letter-spacing:0;
	font-size:15px;
    margin-bottom: 20px;
}

#input {
    text-align: left;
}
.generated
{
	background-color: #000;
	/*display: inline-block;*/
	padding: 8px 5px;
}
.me
{
	color:#c2a2da;
}
.do
{
	color:#ff2850;
}
.ame
{
	color:#956cb4;
}
.yellow
{
	color:#ff0;
}
.paleyellow
{
	color:#ffec8b;
}
.grey
{
	color:#bbb;
}
.lightgrey
{
	color:#e2e2e2;
}
.hide
{
	display:none;
}
.green
{
	color:#3a3;
}
.white
{
	color:#00b3ff;
}
.radio
{
	color:#05db0f !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
.megafon
{
	color:#e7e700;
    margin-top: 0px;
    margin-bottom: 0px;
}
.tavol
{
	color:#999999;
    margin-top: 0px;
    margin-bottom: 0px;
}
.borton
{
	color:#fc6246;
    margin-top: 0px;
    margin-bottom: 0px;
}

textarea
{
	margin-top:20px;
}
pre.pre-scrollable
{
	max-height:100px;
}
.fontsize
{
	margin-bottom:20px;
}
.sp-replacer
{
	display:block;
	width:50px;
}
.button {
    width: 600px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
	display: block;
	margin: auto;
}

.button:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.button:active {
    color: #000;
}

.button:active:after {
    background: transparent;
}

.button:hover:before {
    opacity: 1;
}

.button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}