.folded-code {
    background: linear-gradient(to bottom, rgba(245,245,245,1) 50%,rgba(245,245,245,0));
    overflow: hidden;
    margin-bottom: 0px !important;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    height: 73px !important;
}
.unfolded-code {
    -khtml-transition: height 3s ease;
    -moz-transition: height 3s ease;
    -ms-transition: height 3s ease;
    -o-transition: height 3s ease;
    -webkit-transition: height 3s ease;
    transition: height 3s ease;
    margin-bottom: 0px !important;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    height: auto;
}
.folded-code-toggel {
    color: #95c640;
    padding-left: 10px;
    border-color: rgb(204,204,204);
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 4px 4px;
    cursor: pointer;
    font-weight: bold;
}
