.table_head{
    padding-right: 5px;
    padding-left: 5px;
    width:160px;
}

.table_head_mean{
    padding-right: 20px;
    padding-left: 20px;
}

.table_download{
    padding-right: 30px;
    padding-left: 30px;
}

.description_row{
    vertical-align: top;
}

.description_txt{
    color: grey;
}

.center{
    margin: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

input{
    width: 70px;
    display: block;
    margin: auto;
    text-align: center;
}

select {
    width: 100px;
    display: block;
    margin: auto;
    text-align: center;
    scroll-behavior: smooth;
    padding:3px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #ededed;
    color:#000;
    border:none;
    outline:none;
    font-weight:normal;
    font-size:14px;
    cursor:pointer;
    font-family: Roboto, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#yourBtn {
    width: 100px;
    display: block;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    scroll-behavior: smooth;
    padding:3px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #ededed;
    color:#000;
    margin
    border:none;
    font-size:14px;
    outline:none;
    font-weight:normal
    cursor:pointer;
    font-family: Roboto, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

td {
    vertical-align: top;
}

.button {
    font-weight:normal
    background-color: #ededed; /* Green */
    border: none;
    width: 100px;
    padding:5px;
    margin: auto;
    font-size:14px;
    color: black;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    border-radius:4px;
    background: #ededed;
    font-family: Roboto, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color:#000;
    border:none;
    outline:none;
    cursor:pointer;
}

.button:disabled,
.button[disabled]{
  background-color: #adadad;
}

a {
    color: black;
}

h4 {
    font-family: Roboto, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
}
