@charset "utf-8";
/* these styles are found in the WYSIWYG Styles drop-down menu */

.callout-box {
    border: 1px solid black;
    display: inline;
    float: right;
}
.callout-subtext {
    color: blue;
}
/* change the default p lower margin to 0 */
upper p {
    margin-bottom: 16px;
}
.para-medium-lower-margin {
    margin-bottom: 20px;  
    display:block;
}
.para-large-lower-margin {
    margin-bottom: 40px;  
    display:block;
}

.list-unstyled {
    list-style-type:none;
}
.list-inline {}
.lead {}
.small {}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}

/*these are defined by IU css */
.text-muted {}
.text-primary {}
.text-success {}
.text-info {}
.text-warning {}
.text-danger {}

.bg-primary {}
.bg-success {}
.bg-info {}
.bg-warning {}
.bg-danger {}

