/* ===========================
   FONT – Roboto (default)
   =========================== */

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #1D364B;
    line-height: 1.6;
}

/* Assure l’héritage correct dans les formulaires */
input,
button,
select,
textarea {
    font-family: inherit;
}


/* ===========================
   ABSTRACT / SUBMITTER
   =========================== */

.AbstractSubmitterInfo {
    background-color: #FFFFFF;
    border: 0px solid black;
    border-radius: 10px;
    padding: 5px;
}


/* ===========================
   GALLERY
   =========================== */

div.gv_galleryWrap {
    justify-self: center !important;
}
