
body h1, h2, h3, h4, h5, h6 {
    
}

html.wf-roboto-n9-active h1 {
    font-family: 'Roboto', sans-serif;        
}

html.wf-roboto-n7-active h2 {
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 16px;

}

.container {
    position: relative;
}

h1 {
    font-weight: 900;
    display: inline-block;
    vertical-align: baseline;
    //position: relative;
    //left: -108px;
}

h1 small {
    font-weight: 900;
    font-size: 100%;
    color: #999;
}

h1 i {
    border: solid 1px;
    color: red;
    padding: 10px;
    border-radius: 50%;
}

h2 {
    font-weight: 700;
}

.head {
    //position: relative;
    //left: -120px;    
    //display: inline;
    //float: right;
    position: absolute;
    right: 0;
    vertical-align: middle;
}

.lead {
    font-weight: normal;
    margin-top: 2em;
}

.latest {
   margin-top: 10px;
}

.latest span {
   font-weight: bold;
}


#csl-logo {
    margin-top: 20px;
}

div.contacts {
    margin-top: 1em;
    text-align: center;
    margin-bottom: 1em;
}

@media (max-width: 768px) {
    div.contacts {
        text-align: left;
    }
}

@media print {

    @page {
        margin-left: 2cm;
        margin-right: 2cm;
    }

    h1 {
        font-size: 24px;
        color: steelblue;
    }   
    h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    #affilations {
        margin-top: 10px;
    }

    .header {
        margin-bottom: 2em;
    }

    #timeline {
        margin-top: 0px;
    }
}

}
