.section-panel {
    margin-bottom: 20px;
    margin-top: -15px;
    --margin-left: -35px;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
}

.item-left {
    float: left;
}

.inline-item {
    vertical-align: top;
    display: block;
    width: 100%;
}

.panel-button {
    float: left;
    display: inline-block;
    width: 91px;
    height: 91px;
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
}

.panel-button a {
    display: block;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #cbcbcb;
    text-align: center;
    line-height: 15px;
    width: 91px;
    height: 91px;
/*    color: #3dcd58; */
}

.panel-button a:hover {
    text-decoration: none;
    color: #41b4e6;
}
.panel-button a[disabled]:hover {
    text-decoration: none;
    color: #bebebe;
}

.panel-button:hover,  .panel-button.active {
    background: #f4f3f3;
}

.panel-button .fa {
    width: 100%;
    font-size: 1.5em;
    padding-bottom: 0.5em;
    color: #3dcd58;
}

