.actions_panel {
    position: absolute;
    right: 2em;
    display: flex;
    flex-direction: column;
}

.actions_panel .actions_button {
    width: 2.5em;
    height: 2.5em;
    margin-bottom: 0.1em;
}

.actions_panel .actions_button a {
    display: flex;
    justify-content: center;
}

.actions_panel .actions_button:hover {
    background-color: whitesmoke;
}

.actions_panel #save_button_message_box {
    position: absolute;
    display: none;
    left: 3em;
    top: 3em;
    border-radius: 0.25em;
}
