/* Resume Formatter Base Styles */
/* Typography and basic element styling */

body { 
    font-family: default; 
    margin: 0px; 
}

.center-align { 
    text-align: center; 
}

.bold { 
    font-weight: bold; 
}

.italic { 
    font-style: italic; 
}

.font-18pt { 
    font-size: 18pt; 
}

.section-title { 
    font-weight: bold; 
    font-size: 13pt; 
    margin-top: 15px; 
    margin-bottom: 10px;
}

hr { 
    margin-top: 15px; 
    margin-bottom: 15px; 
    border: 0; 
    border-top: 1px solid #ccc; 
}

.placeholder-text { 
    color: #777; 
    font-style: italic; 
}