/* cmsms stylesheet: ML_V2_CMS_Styles modified: 06/16/17 11:50:29 */
body {
    font-family: "Open Sans", Arial, serif;
    line-height: 1.8;
    font-size: 16px;
    color: #777777;
}
table {
    font-family: "Open Sans", Arial, serif;
    line-height: 1.8;
    font-size: 16px;
    color: #777777;
}
table th {
    font-weight: 600;
    color: #7199bd;
font-size: 16px;
}
.table > tbody > tr > td {
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #eeeeee;
font-size: 16px;
color: #777777;
}
.table > thead > tr > th {
    border-bottom: 2px solid #8FB7D8;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.content-image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 50%;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
img.pull-left {
  margin-right: 20px !important;
}
img.pull-right {
  margin-left: 30px !important;
}
.profile-image {max-height: 120px;}

.img-circle {
    border-radius: 50%;
}
.half-width {
  max-width: 50%;
}
.lead ol {
margin-bottom: 10px;
}
.lead li {
margin-bottom: 10px;
}

.font-fix ul {
    margin-top: 10px;
}
