body {
    font: 15px "Share", verdana, arial, sans-serif;
    color: #626262;
}

input, select, textarea {
    /* box */
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    /* font */
    font-family: inherit;
}

input, select, textarea{
    font-family: inherit;
}

h1 {
    font-size: 2em;
}

.hidden {
    display: none;
}

th {
    font-weight: bold;
}


