/*
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 : 23.3.2026, 10:34:46
    Author     : hovorapav
*/

.new_button {
    width: 200px;
    height: 80px;
    background: #31F527;
    font-size: 140%;
}
.new_button:before {
    content: 'Nový ';
}
