.d-none {
    display: none
}

.w-100 {
    width:100% !important
}

.font-large {
    font-size: large
}

.font-larger {
    font-size: larger;
}

.font-bold {
    font-weight: bold
}

.font-xl {
    font-size: x-large;
}

.font-size-xxl {
    font-size: xx-large;
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center;
}

.bg-gray-lighter {
    background-color: #ddd
}

#areaSatelliteActivityGraph {
    height: 80px;
    width: 150px;
}