/* -------- HELP BOXES -------- */
.help-budger {
    padding-right: 24px;
}

.help a.hide-button,
.help a.show-button {
    position: absolute;
    z-index: 100;
    right: 20px;
    width: 15px;
    height: 15px;
    outline: none;
    text-decoration: none;
}

.help a.hide-button {
   top: 24px;
}

.help a.show-button {
    right: 25px;
    top: 41px
}

.help a.show-button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    top: 21px;
    color: #64B23B;
}

.help a.hide-button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    position: absolute;
    color: white;
}

.help div.box {
    border-radius: 5px;
    box-shadow: 3px 3px 5px #DDDDDD;
    background-color: #E6EFE1;
    border: solid 1px #91C492;
    margin-top: 20px;
}
.help h3 {
    background-color: #64B23B;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    font-size: 14px;
    padding: 2px 4px 2px 8px;
    margin-top: 0 !important;
}
.help p, .help h4 {
    padding: 0 8px 0 8px;
    margin: 0 0 5px 0;
}
.help div.image {
    float: right;
    padding:6px 8px 6px 20px;
}
.help ul li {
    margin-bottom: 7px;
}
.help ol {
    margin: 0;
}

