/* blog post */
.blog-post-callout {
    border-left: 1px solid #55C3F1;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-margin-right {
    margin-right: 11px;
}

.img-margin-left {
    margin-left: 11px;
}

.img-margin-top {
    margin-top: 11px;
}

.img-margin-bottom {
    margin-bottom: 11px;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

/*  Content Callout Boxes */
.content-callout {
    background-color: #f5f5f5;
    color: #505050;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 5px 19px;
}

.content-callout h3 {
    background: url('../img/page-elements/h3-stroke.gif') repeat-x 0 100%;
    color: #383838;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 8px;
    padding-top: 0px;
}

.content-callout ul li {
    background: url('../img/page-elements/li-tick.gif') no-repeat 0 4px;
    font-size: 0.9em;
    line-height: 1.2em;
    padding-bottom: 8px;
    padding-left: 15px;
}

.disc-bullets {
    list-style-type: disc;
}

.center-align-btn {
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e2f4fd;
}
