.resume-subtitle {
    margin-left: 5px;
}

.title-subtitle-block {
    max-width: 80%;
}

/*---------------print-----------------*/
@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 0.5in 0.5in;
} 

@media print {
    /* * {
        font-size: 1em;
    } */

    body {
        margin: 0in 0.05in;
    }

    .cv-section, .cv-section-item, .cv-section-smallest{
        margin: 0px;
        padding: 0px;
    }

    .cv-section-title {
        font-size: 11pt;
        border-top: none;
    }

    .cv-section-item-title {
       font-size: 9pt; 
    }

    .cv-section-smaller, .cv-section-smaller * {
        font-size: 9pt;
    }

    .cv-section-smallest, .cv-section-smallest *{
        font-size: 9pt;
    }

    .cv-section {
        margin-bottom: 0.2in;
    }

    .cv-section-body {
        margin: 0.1in 0.1in;
    }

    .cv-section-item {
        margin-top: 0.1in
    }
}
