body {
    font-family: "g", sans-serif !important;
    letter-spacing: 0.6px;    
}

svg {
    background: transparent;
}

#header {
    padding: 5px;
    padding-bottom: 0px;
    justify-content: center;
    text-align: center;
}

#widget-body {
    height: 340px;
    width: 230px;
    border-radius: 25px;
}

#gauge {
    text-align: center;
}


.value-text {
    font-weight: bold;
    font-size: 55px;
    text-anchor: middle;   
    fill: #001A2E;
    text-shadow: 2px 2px 4px rgba(132, 134, 137, .75);
}

.description-text {
    font-weight: bold;
    text-anchor: middle;
    fill: #7E8B95;
    font-size: 20px;
}

.calctype-text {
    text-anchor: middle;
    fill: #7E8B95;
    font-size: 12px;
}

.date-text {
    text-anchor: middle;
    fill: #7E8B95;
    font-size: 12px;
}

.calctype-text {
    text-anchor: middle;
    fill: #7E8B95;
    font-size: 12px;
}

.neutral .arc {
    stroke-width: 2;
    stroke: rgba(255,255,255, 1);
}

.neutral .value-text {
    fill: #FFFFFF;
}

.neutral .description-text {
    fill: #FFFFFF;
}

.neutral .calctype-text {
    fill: #FFFFFF;
}

.neutral .date-text {
    fill: #FFFFFF;
}

.neutral .calctype-text {
    fill: #FFFFFF;
}

#siteloader {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background-color: #FFFFFF;   
}

#spinner {
    display: block;
    margin: auto;
    margin-top: calc((340px / 2) - 25px);   
}

#spacer {
    height: 24px;
}

#sitename {
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    padding: 0px 8px 0px 8px;
    margin: 0px;
    font-weight: bold;
    color: #FFFFFF;
}

#AQIText {
    display: block;
    font-size: 22px;
    padding: 0px;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    margin-top: 5px;
    font-weight: bold;  
    line-height: 22px;
    color: #FFFFFF;
}

.neutral #sitename, .neutral #AQIText {
    color: #333333;
}

.widget-callout-header {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-top: 8px;
}