p{
    font-size: 24px;
    text-align: center;
    color: #1a1a1a;
    font-family: 'Verdana', sans-serif;
}

.circus1{
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    width: 100%;
    height: 100%;
    color: lightblue;
}

.circus{
	display: flex;
    overflow:auto;
    width:80%;
    margin:auto;
	word-wrap: break-word;
    text-align: center;
    border: 3px solid darkolivegreen;
    border-radius: 3px;
    background: #e6ffe6;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #1a1a1a;
    font-family: 'Verdana', sans-serif;
}

.label{
	flex: 50%;
    text-align: left;
    font-size: 14px;
}

.value{    
	flex: 25%;
    text-align: right;
}

.unit {
	flex: 25%;
    text-align: left;
    font-family: 'Verdana', sans-serif;
}

.location{
    margin-top:20px;
    font-size: 14px;
    text-align: center;
    color: #4d4d4d;
    font-family: 'Verdana', sans-serif;
}

.loclabel {
    clear:both;
    float:left;
    margin-left:5px;
    margin-bottom:5px;
}

.locelement{
    float: right;
    font-size: 14px;
    text-align: center;
    color: #1a1a1a;
    font-family: 'Verdana', sans-serif;
    margin-right:5px;
    margin-bottom:5px;
}