﻿h1,h2,h3 {
    margin-bottom: 5px;
}
h1 {
    margin-top: 20px;
}
p {
    margin-bottom: 10px;
}
#divPresentation p {
    margin-bottom: 5px;
    text-align: justify;
}
#divPresentation div {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
p.resume {
    margin-top: 12px;
}

#d1, #d2 {
    padding: 20px;
    display: table-cell;
}

#d1 {
    width: 90%;
}

#d2 {
    width: 10%;
}

em {
    font-family: Open Sans,Open Sans fallback,Helvetica,Arial,Sans-Serif;
    font-size: 1em;
    color: #333;
    /*text-decoration: underline;*/
    font-weight: bolder;
}
.accordion-body {
    margin-top: 5px;
}

