article h3 {
    margin-top: -150px;
    pointer-events: none;
    display: inline-block;
    padding-top: 150px !important;
    font-size: 16px;
}

.scrollToTopBtn {
    background-color: #999;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 48px;

    /* place it at the bottom right corner */
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* keep it at the top of everything else */
    z-index: 99999999;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all 0.5s ease;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.chevron-up {
    position: relative;
    top: 5px;
    right: 15px;
    color: #555555;
}

.panel-rule {
    margin-top: 10px;
    margin-left: 20%;
    margin-right: 20%;
}

.text-padding {
    padding-left: 20%;
    padding-right: 20%;
}

.text-padding_plus {
    padding-left: 22%;
    padding-right: 22%;
}

hr.panel-rule {
    border-color: #999;
}

.collapsed .chevron-up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.font2 {
	font-family: Georgia;
	font-size: 16px;
}

