﻿.VovioBackground-Blue {
    background-color: #CCF !important;
    color: black !important;
}

.VovioBackground-Yellow {
    background-color: #FF0 !important;
    color: black !important;
}

.VovioBackground-Gold {
    background-color: gold !important;
    color: black !important;
}

.VovioBackground-LightBlue {
    background-color: #EEF !important;
    color: black !important;
}

.VovioBackground-Green {
    background-color: #AFA !important;
    color: black !important;
}

.VovioBackground-Red {
    background-color: #FBB !important;
    color: black !important;
}

.VovioBackground-Pink {
    background-color: #FDD !important;
    color: black !important;
}

.VovioBackground-VeryLightBlue {
    background-color: #EFF !important;
    color: black !important;
}


.VovioBorder-Thin {
    padding: 7px !important;
    border: 1px solid !important;
    border-radius: 10px;
    margin-bottom: 2px; /* Throw a bit of space around the box */
    margin-top: 2px;    /* Throw a bit of space around the box */
    margin-left: 2px;   /* Throw a bit of space around the box */
    margin-right: 2px;  /* Throw a bit of space around the box */
}

.VovioBorder-Medium {
    padding: 7px !important;
    border: 3px solid !important;
    border-radius: 10px;
    margin-bottom: 2px; /* Throw a bit of space around the box */
    margin-top: 2px; /* Throw a bit of space around the box */
    margin-left: 2px; /* Throw a bit of space around the box */
    margin-right: 2px; /* Throw a bit of space around the box */
}

.VovioBorder-Thick {
    padding: 7px !important;
    border: 5px solid !important;
    border-radius: 10px;
    margin-bottom: 2px; /* Throw a bit of space around the box */
    margin-top: 2px; /* Throw a bit of space around the box */
    margin-left: 2px; /* Throw a bit of space around the box */
    margin-right: 2px; /* Throw a bit of space around the box */
}

.VovioBorder-Thickest {
    padding: 7px !important;
    border: 7px solid !important;
    border-radius: 10px;
    margin-bottom: 2px; /* Throw a bit of space around the box */
    margin-top: 2px; /* Throw a bit of space around the box */
    margin-left: 2px; /* Throw a bit of space around the box */
    margin-right: 2px; /* Throw a bit of space around the box */
}

/* Selects the element that HAS the class directly */
.btn-large,
.btn-large:link,
.btn-large:visited,
.btn-large:hover,
.btn-large:active {
    text-decoration: none !important;
}
