/*
    * Main CSS file for the application
    * This file is used to override the default bootstrap styles
    * and to add custom styles.
*/
body {
    font-family: "tahoma",sans-serif !important;
}
.bg-lightgreen {
    background-color: lightgreen !important;
}
.bg-lightred {
    background-color: lightcoral !important;
}
.bg-telia {
    background-color: #990ae3 !important;
}
.text-telia {
    color: #990ae3 !important;
}

.bg-gray {
    background-color: #d9d9d9 !important;
}