/* Font used by www.flarm.com */
body {
    font-family: 'Rubik', sans-serif;
}

/* Style for description boxes  */
.description {
    border-left: 5px solid #c3cdc0;
    background-color: #e5f0e2;
    padding: 10px;
}

/* Style validation errors, displayed beneath the description */
.validation-error {
    border-left: 5px solid #f5b3b1;
    background-color: #f7e6e6;
    padding: 10px;
}

/* 
Separate the main configuration form from the
product selector part  
*/
.form-background {
    background-color: rgb(250, 250, 250);
    padding: 20px;
}
