
/* Casey Code */
.col-sm-6 h3 ul {
    list-style: none !important;
}

.col-sm-6 h3 ul li {margin-bottom:2em;}

.col-sm-6 h3 ul li:first-child {margin-top:2em;}

.return {
    font-size: 15px;
    font-weight: normal;
    border: black solid 1px;
    cursor: pointer;
    padding: 7px;
}

.return:hover {
    background-color: rgb(255, 255, 255);
}

.noUnderSpace {
    margin-bottom: 0;
}

.spaceUp {
    margin-top: 10px;
    font-weight: bold;
}

.brs {
    margin: 0px;
    font-weight: bold;
}

.noSpace {
    margin-top: 10px;
    margin-bottom: 0px;
}