﻿body {
}

@font-face {
    font-family: MuseoSans100, sans-serif;
    src: local(url('/fonts/MuseoSans-100.otf'))
}

.buttonstyleorange {
    background-color: #f27221 !important;
    border-style: none !important;
}

.buttonstyledarkblue {
    background-color: #0092ba !important;
    border-style: none !important;
}

#cocolorlightblue {
    color: #00b8c8;
}

.buttonstyledarkgreen {
    background-color: #8cc63f !important;
    border-style: none !important;
}

.buttonstylegray {
    background-color: #606060 !important;
    border-style: none !important;
    color: white;
}

.buttonstylelightgray {
    background-color: lightgray !important;
    border-style: none !important;
}

.MuseoFont100 {
    font-family: MuseoSans100;
}



