body.p2 .icon:hover {
    background-color: #1bb0ce;
    cursor: default;
}

.activitypart {
    max-width: 700px;
    margin:  40px auto 0px auto;
}

.jesus {
    max-width: 250px;
    margin: 0px auto 0px auto;
}

.jesus span {
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    display: block;
    text-align: center
}

.jesus span.credit {
    font-size: 11px;
}

.orange {
    background-color: #F27935 !important;
    border: 1px solid #D8550E !important;
}


.icon {
background-color: #1bb0ce;
border: 1px solid #666;
padding: 15px 10px 5px 10px;
width: 158px;
transition: all .3s ease 0s;
box-sizing: border-box;
margin: 0px auto 20px auto;
}

.icon img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.icon span {
    font-weight: bold;
    color: #FFF;
    font-size: 13px;
}

.icon a:hover {
    text-decoration: none;
}

.icon:hover {
    background-color: #1AA3BF;
    cursor: pointer;
}

textarea {
    font-family: inherit;
    font-size: inherit;
    height: 150px;
    line-height: inherit;
    width: 50%;
}

#printContainer {
    margin: 20px 0px 0px 0px;
}