@charset "utf-8";
 
* {
    box-sizing: border-box;
}

#map {
    transform: scale(0.64);
    transform-origin: top left;
    margin-bottom: -200px;
}

#table_formulaire td:first-child {
    font-family: monospace;
}

/*#table_formulaire td:first-child:before {
    content: "<";
}

#table_formulaire td:first-child:after {
    content: ">";
}*/

#table_formulaire td:nth-child(2) {
    font-size: .9em;
}

#table_formulaire2 td:last-child {
    text-align: left;
}

#table_formulaire2 td:first-child {
    font-family: monospace;
    color: cornflowerblue;
    font-weight: bold;
}

#table_formulaire2 td:first-child:before {
    content: "<";
}

#table_formulaire2 td:first-child:after {
    content: ">";
}