﻿body {
    background-color: white;
    color: #666;
    font-family: 'Arial', 'Soberana Sans';
    margin: 0;

}

.title {
    color: rgb(40, 92, 77);
    font-family: 'Soberana Sans';
    /* font-size: 16pt; */
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.checkeable input {
    display: none;
}

.checkeable img {
    width: 100px;
    border: 1px solid transparent;
}

.checkeable input {
    display: none;
}

.checkeable input:checked+img {
    border-color: rgb(148, 148, 148);
}

.tool{
    margin-top: -5px;
}

.error {
    font-size: 12px;
    color: tomato;
}

@font-face {
    font-family: 'Soberana Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans'), url('../fonts/soberana/SoberanaSans-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Soberana Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans Italic'), url('../fonts/soberana/SoberanaSans-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Soberana Sans Black';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans Black'), url('../fonts/soberana/SoberanaSans-Black.woff') format('woff');
}


@font-face {
    font-family: 'Soberana Sans Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans Black Italic'), url('../fonts/soberana/SoberanaSans-BlackItalic.woff') format('woff');
}


@font-face {
    font-family: 'Soberana Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans Light'), url('../fonts/soberana/SoberanaSans-Light.woff') format('woff');
}


@font-face {
    font-family: 'Soberana Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans Bold'), url('../fonts/soberana/SoberanaSans-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Soberana Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans Bold Italic'), url('../fonts/soberana/SoberanaSans-BoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Soberana Sans Ultra';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans Ultra'), url('../fonts/soberana/SoberanaSans-Ultra.woff') format('woff');
}


@font-face {
    font-family: 'Soberana Sans Ultra Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Soberana Sans Ultra Italic'), url('../fonts/soberana/SoberanaSans-UltraItalic.woff') format('woff');
}