@charset "utf-8";
#content #christianCafeBox .devotional {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #EEEEEE;
    color: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 16px;
}
#content #christianCafeBox .devotional:hover  {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 16px;
}
#content #christianCafeBox .accordion {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* [disabled]padding-left: 10px; */
    border-radius: 5px 5px 0px 0px;
    border-bottom: thick solid #FF0004;
    background-color: #EDEDED;
    text-align: center;
}
#content #christianCafeBox .accordion:hover  {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* [disabled]padding-left: 10px; */
    border-radius: 5px 5px 0px 0px;
    border-bottom: thick solid #FF0004;
    background-color: #FFFFFF;
    text-align: center;
}
#content #christianCafeBox .panel {
    display: none;
}


#christianCafeBox .SS  {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-color: #EEEEEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* [disabled]border-top-right-radius: 5px; */
    /* [disabled]border-top-left-radius: 5px; */
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 16px;
}
#christianCafeBox .SS:hover li  {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* [disabled]background-color: #EEEEEE; */
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#christianCafeBox .SS li {
    width: 95%;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
	
}
.SS li .document {
    display: block;
    height: auto;
    line-height: 16px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #FFFFFF;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    padding-left: 0px;
    padding-right: 0px;
}
.SS li .document:hover  {
    display: block;
    height: auto;
    line-height: 16px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #C9D2EA;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    padding-left: 0px;
    padding-right: 0px;
}
