html {
    font-family: "Sarabun", sans-serif;
}

html {
    font-size: 100%;
}

body {
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333;
}

table {
    border-spacing: 0px;
    border-collapse: unset;
}

#erf_formular_div td, th {
    padding: 2px;
}

input {

  /*  box-sizing: unset; */

}

.btn-link {

    color: #FFFFFF;

}

a {

    color: #3c597a;
}

.btn-link:focus, .btn-link:hover {
    color: #f3f3f4;
    text-decoration: none;
    background-color: transparent;
}
