

body {
    margin: 0;
}
.statusbar {
    overflow: hidden;
    border-top: 1px solid lightgrey;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: none;
    z-index: 999;
}

.statusbar p {
	color: #ffffff;
	text-align: center;
	margin:  5px;
	font-size: 120%;
	font-weight: bold; 
}

