﻿.editable-save-button {
    font-size: 25px;
    color: #6ad182;
}
.editable-save-button:hover {
    color: #28a044;
}
.editable-trigger,
.editable-trigger-left {
    position: relative;
}

.editable-trigger .edit-icon {
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 1000;
}
.editable-trigger-left .edit-icon {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1000;
}
.edit-icon {
    cursor: pointer;
}
.edit-icon .fa {
    font-size: 14px;
    color: #000;
}
.page-box h3,
.page-box .page-description {
    overflow: visible;
}
.plan-container {
    position: relative;
}
.support-page-title {
    position: relative;
}
#updates .update-item-add {
    position: relative;
    top: -15px;
}
#updates .update-item-add i {
    color: #28a044;
}