#jbContainer {
	max-width:1200px;
}

#jbContainer img {
	border-radius:5px;
}
.jbRight{
     background-color:   #F0F0F0;
    border-radius:4px;
    float:right;
    margin-bottom:50px;
    margin-left:50px;
    padding:4px;
    text-align: center;
    width:400px;
    }
.jbRight img{margin-bottom:3px;}
.jbRight p{
    margin-top:0px;
    margin-bottom:30px;
    }
.jbClear{ clear:both}
#jbList {margin-bottom:50px;}
#jbList li{margin-bottom:15px;}

.qa p:nth-child(odd) {
    background-color:   #F0F0F0;
    border-radius:4px;
    font-weight: bold;
}
.qa p {
    width:70%;
}