ul.inline.red li{
    background-color: #a00000;
    padding: 3px 5px;
    margin: 2px 3px;
    border-radius: 4px;
    color: #eee;
}
ul.inline.green li{
    background-color: #395;
    padding: 3px 5px;
    margin: 2px 3px;
    border-radius: 4px;
    color: #eee;
}
section{
    border: solid;
    border-width: 0 0 10px 0;
    margin: 0 !important;
    padding: 0;
}
no-bod{border: none; border-width: 0;}
.container{
    max-width: 520px;
    /*width: 520px;*/
    }
@media all and (min-width: 1px){
  .container{
    max-width: 520px;
    /*width: 520px;*/
    }
}
@media (max-width: 5000px){
  .container{
    max-width: 520px;
    /*width: 520px;*/
    }
}
.cover{
    padding-top: 200px;
    padding-bottom: 220px;
}
h1,h2{
    color: #fff;
    text-shadow: 2px 2px #333;
    line-height: 101%;
}
h1{
    font-size: 500%;
    }
h2{font-size: 400%;}
.cover-photo{
    background-size: cover;
    background-position:50%;
    background-repeat:no-repeat;
}
#kareem{background-image: url(../img/kareem.jpg);}
#group{background-image: url(../img/group.jpg);}
#eye{background-image: url(../img/eye.jpg);}
#handout{background-image: url(../img/handout.jpg);}
.featurette{
    width: 100%;
    margin: 15px 0;
    clear: both;
    /*background-color: #375;*/
    border-width: 3px;
    float: left;
}
.featurette:hover{
    border: solid;
    border-width: 0 0 0 5px;
    border-color: #a00000;
    padding-left: 10px;
}
.circular-25 {
    width: 25px;
    height: 25px;
    /*position: relative;*/
    /*left: 16px;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.face{
    background-repeat:no-repeat;
    display: inline-block;
    background-size: 25px;
}
.sponsorLevel{
    border-top: solid 5px #666;
    margin-bottom: 20px;
    margin-left: 0px !important;
}
.white{color: #fff;}