/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.01.2018, 17:34:59
    Author     : jannkickler
*/
        
        .buttonsave {
            background-color: #bdeed5;
            border: 1px solid #8B8D94;
            border-radius: 6px;
            font-size: 20px;
            padding: 0.4em 10px;
            cursor: pointer;
        }

        .buttonsave:hover {
            background-color: #9adfc0;
        }
        
