﻿
.EmployerSection
{
    margin-bottom:20px;
    clear:both; 
}

.MandateSection
{
    margin:10px 30px 10px 30px;
    border-bottom: 1px dotted;
    overflow: hidden;
}

.MandateSection, 
.EmployerWebsite,
.ProjectSection,
.ExperienceSection
{
    position:relative;
    clear:both;
    margin-bottom:10px;
}



.EmployerName {
    font-size:1.4em;
    font-weight:bold;
    margin-right: 15px;
}


.EmployerDescription, .MandateDate,MandateTitle, MandateDescription
{
    margin-right:5px;
}

.MandateHeader
{
    margin-bottom:10px;
    overflow: hidden;
}

.MandateDate
{
    margin-top:2px;
    font-weight: bold;
}

.MandateDate, .MandateDescription, .MandateRole
{
    font-size:1em;
}

.MandateTitle
{
    font-size:1.1em;
}

.MandateDate, .MandateDescriptionWrap
{
    float:left;
}

.MandateDescriptionWrap{width:700px;}

.MandateRole, .MandateTitle
{
    font-weight:bold;
}

.ExperienceTitle
{
    font-size:1em;
    font-weight:bold;
    margin-right: 3px;
}

.ExperienceItem
{
    color:#fff;
    /*background-color: #e8eef4;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #7F9FB6;
*/    margin: 2px 2px 2px 0;
    padding: 3px 4px;
    text-decoration: none;
    font-size: 1em;
    white-space: nowrap;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: bottom;
}
.ExperienceColor0
{
        font-size: 1.0em;
}
.ExperienceColor1
{
        font-size: 1.1em;
}
.ExperienceColor2
{
        font-size: 1.2em;
}
.ExperienceColor3
{
        font-size: 1.3em;
}
.ExperienceColor4, .ExperienceColor5
{
        font-size: 1.4em;
}


section ul li
{
    margin-left:30px;
}

/* HEADINGS   
----------------------------------------------------------*/
.metro-pivot .pivot-item .resume h1,
.metro-pivot .pivot-item .resume h2,
.metro-pivot .pivot-item .resume h3,
.metro-pivot .pivot-item .resume h4,
.metro-pivot .pivot-item .resume h5,
.metro-pivot .pivot-item .resume h6 {
    font-size: 1.5em;
}

.metro-pivot .pivot-item .resume h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.metro-pivot .pivot-item .resume h2 {
    padding: 10px 0 10px 0;
}

.metro-pivot .pivot-item .resume h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px ;
    cursor: default ;
}

.resume h4 {
    font-size: 1.1em;
}

.resume h5, .resume h6 {
    font-size: 1em;
}

label{white-space: nowrap;}

.FormationHeader{font-size: 1.4em; font-weight:bold; margin-bottom:10px;clear:both;}
.FormationLogo{ clear:both; float:left;margin-bottom:10px; width:200px; text-align:center;}
.FormationLogo img{height:100px;}
.FormationLogo.Certification img{height:80px; padding:10px; background-color:#fff;}
.FormationItem{width: 750px;float:left;}
.FormationDate{float:right; font-weight:bold;}
.FormationTitle{font-weight:bold;}
.FormationDescription:before{content:" - ";}

.resume{position:relative; width: 100%;}
    .resume .printPdf {
        position: absolute;
        right: 20px;
        top: 20px;
    }

.printPdf a img{
    border:0;
    margin-right: 5px;
    vertical-align: middle;
}