/********************************************************
    The purpose of course.css is to house only the css
    specific to an individual course. The online.css
    houses all the default template formatting.
********************************************************/

/* DO NOT DELETE OR MODIFY THIS IMPORT */

@import url("https://content.byui.edu/integ/gen/599082e0-3e89-4fd9-ac69-2615865d63c7/0/online.css");

@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans:400,700');

/* Transcript css Below */

body {
    font-size: 12pt;
    font-family: "Open Sans";
}

.banner p {
    text-align: right;
    margin: 0px;
}

.subheading {
    font-size: 12pt;
    font-family: "Open Sans";
    color: #666666;
    font-weight: 400;
}

.italicized {
    font-style: italic;
}

h1 {
    color: #000000;
    font-size: 20pt;
    padding: 10px 0 15px;
    font-family: "Merriweather", serif;
    text-align: left;
    margin-top: 30px;
}

p {
    margin: 11pt 0;
    font-size: 12pt;
}

hr {
    margin-bottom: 35px;
}

.bold {
    font-weight: 700;
}
