.bur-login {
 font-size: 22px;
 padding: 8px;
 border: 1px solid;
 text-align: center;
 width: 200px;
}

.jarlie-text {
 font-size: 20px;
 padding: 8px;
 border: 1px solid;
 text-align: center;
 width: 300px;
}


.bur-button2 {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.bur-button2:hover {
	cursor: pointer;
}
 
.bur-box {
border: 1px; border-style: solid; background-color: #ECF1EF; font-family: Arial; font-size: 16px;
}

.jarlie-sub {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.jarlie-relay {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 40px;
    background-color: #4CAF50;
    border: none;
    z-index: 1000;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 40px;
    background-color: #4CAF50;
    border: none;
}

.jarlie-wrap {
	position: relative;
}
.jarlie-number {
	position: absolute;
	top: 0;
	left: 45;

}




