﻿button {
    /*border: 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    padding: 5px 5px 5px 5px;
    margin: 5px 0 5px 0;*/
    /*font-size: 1.2em;*/
    /*font-family: inherit;*/
    /*font-weight: 600;*/
    cursor: pointer;
    width: auto;
    /*background-color: #249531;
    border-color: #249531;*/
}

    button:focus, button:hover {
        /*background-color: #249531;*/
    }
