.tab {
	position: fixed;
	bottom: 0;
	right: 5%;
	z-index: 900;
}

.tab .dark {
    background-color: #000;
}
.itab {
    height: 1rem;
    position: relative;
    bottom: 0px;
    z-index: 99;
}
.itab .dark {
    background-color: #000;
}
.tab .counttab, .tab .login {
    display: block;
    position: relative;
    float: right;
    clear: right;
    width: auto;
    font-weight: bold;
    margin: 0;
    padding: 0.5rem 1.2rem;
    font-size: 12px;
    text-align: center;
    border: solid 2px #ddd;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
 }
.tab .counttab .is-countdown {
	float: left;
}
.tab .sep {
	color: #414141;
	margin: 0 10px;
}

#loginpanel {
	position: fixed;
	bottom: 0;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: 100;
}

#loginpanel .window, #loginpanel .content {
    margin: 0 auto;
    padding: 1rem 2rem;
    text-align: left;
}

#loginpanel .window form, #loginpanel .content form {
	margin: 0 0 10px 0;
}

#loginpanel label {
    color: #333;
}

#loginpanel .error {
    color: #eee;
}
#loginpanel {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s ease;
	height: 300px;
	opacity: 1;
}
#loginpanel.offscreen {
	height:0;
	opacity: 0;
}}
